Shades of Lilac #D2A0C9
Tints of Lilac #D2A0C9
RGB
CMYK
RGB Variations
Color information
#D2A0C9 (or 0xD2A0C9) is known color: Lilac. HEX triplet: D2, A0 and C9. RGB value is (210,160,201). Sum of RGB (Red+Green+Blue) = 210+160+201=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 160 (62.89% from 255 or 28.02% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A0C9 is #2D5F36. Grayscale: #B3B3B3. Windows color (decimal): -2973495 or 13213906. OLE color: 13213906.
HSL color Cylindrical-coordinate representation of color #D2A0C9: hue angle of 310.8º 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 #D2A0C9 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 160 | 201 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.18 |
| HSL | 310.8º | 0.36% | 0.73% | - |
| HSV(B) | 310.8º | 0.24% | 0.82% | - |
| XYZ | 49.69 | 43.06 | 60.95 | - |
| YUV | 179.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 160 | 201 | 0 | 0.24 | 0.04 | 0.18 | 310.8 | 0.36 | 0.73 |
| Hex | D2 | A0 | C9 | 0 | 18 | 4 | 12 | 137 | 24 | 49 |
| Octal | 322 | 240 | 311 | 0 | 30 | 4 | 22 | 467 | 44 | 111 |
| Binary | 11010010 | 10100000 | 11001001 | 0 | 11000 | 100 | 10010 | 100110111 | 100100 | 1001001 |
Color Harmonies of #D2A0C9
Complementary color
Monochromatic Colors of #D2A0C9
Black with #D2A0C9
Text Example
Text Example
White with #D2A0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A0C9; }
p { color: rgb(210,160,201); }
H1.HeaderClassName
{
color: #D2A0C9;
}
.AnyTagClassName
{
color: #D2A0C9;
}
</style>
background-color css
<style>
a { background-color: #D2A0C9; }
a { background-color: rgb(210,160,201); }
div.DivClassName
{
background-color: #D2A0C9;
}
.BgClassName
{
background-color: #D2A0C9;
}
</style>
border-color css
<style>
span { border-color: #D2A0C9; }
span { border-color: rgb(210,160,201); }
td.TdClassName
{
border-color: #D2A0C9;
}
.TagClassName
{
border-color: #D2A0C9;
}
</style>