HEX
#
RGB
HSL

#DDA0DD CSS / HTML Preview

Text with hexadecimal color #DDA0DD

This text has a font color of #DDA0DD.

<span style="color:#DDA0DD;">Your text here</span>
#DDA0DD border color

This element has a border color of #DDA0DD.

<div style="border:2px solid #DDA0DD;">Content here</div>
#DDA0DD background color

This paragraph has a background color of #DDA0DD.

<p style="background-color:#DDA0DD;">Content here</p>
CSS codes
.text {color:#DDA0DD;}
.background {background-color:#DDA0DD;}
.border {border:1px solid #DDA0DD;}