Shades of Lilac #D2A0CD
Tints of Lilac #D2A0CD
RGB
CMYK
RGB Variations
Color information
#D2A0CD (or 0xD2A0CD) is known color: Lilac. HEX triplet: D2, A0 and CD. RGB value is (210,160,205). Sum of RGB (Red+Green+Blue) = 210+160+205=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A0CD is #2D5F32. Grayscale: #B3B3B3. Windows color (decimal): -2973491 or 13476050. OLE color: 13476050.
HSL color Cylindrical-coordinate representation of color #D2A0CD: hue angle of 306º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2A0CD is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 160 | 205 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.18 |
| HSL | 306º | 0.36% | 0.73% | - |
| HSV(B) | 306º | 0.24% | 0.82% | - |
| XYZ | 50.17 | 43.25 | 63.46 | - |
| YUV | 180.08 | 142.07 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 160 | 205 | 0 | 0.24 | 0.02 | 0.18 | 306 | 0.36 | 0.73 |
| Hex | D2 | A0 | CD | 0 | 18 | 2 | 12 | 132 | 24 | 49 |
| Octal | 322 | 240 | 315 | 0 | 30 | 2 | 22 | 462 | 44 | 111 |
| Binary | 11010010 | 10100000 | 11001101 | 0 | 11000 | 10 | 10010 | 100110010 | 100100 | 1001001 |
Color Harmonies of #D2A0CD
Complementary color
Monochromatic Colors of #D2A0CD
Black with #D2A0CD
Text Example
Text Example
White with #D2A0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A0CD; }
p { color: rgb(210,160,205); }
H1.HeaderClassName
{
color: #D2A0CD;
}
.AnyTagClassName
{
color: #D2A0CD;
}
</style>
background-color css
<style>
a { background-color: #D2A0CD; }
a { background-color: rgb(210,160,205); }
div.DivClassName
{
background-color: #D2A0CD;
}
.BgClassName
{
background-color: #D2A0CD;
}
</style>
border-color css
<style>
span { border-color: #D2A0CD; }
span { border-color: rgb(210,160,205); }
td.TdClassName
{
border-color: #D2A0CD;
}
.TagClassName
{
border-color: #D2A0CD;
}
</style>