Shades of Lilac #D2A0CA
Tints of Lilac #D2A0CA
RGB
CMYK
RGB Variations
Color information
#D2A0CA (or 0xD2A0CA) is known color: Lilac. HEX triplet: D2, A0 and CA. RGB value is (210,160,202). Sum of RGB (Red+Green+Blue) = 210+160+202=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A0CA is #2D5F35. Grayscale: #B3B3B3. Windows color (decimal): -2973494 or 13279442. OLE color: 13279442.
HSL color Cylindrical-coordinate representation of color #D2A0CA: hue angle of 309.6º 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 #D2A0CA is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 160 | 202 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.18 |
| HSL | 309.6º | 0.36% | 0.73% | - |
| HSV(B) | 309.6º | 0.24% | 0.82% | - |
| XYZ | 49.81 | 43.11 | 61.57 | - |
| YUV | 179.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 160 | 202 | 0 | 0.24 | 0.04 | 0.18 | 309.6 | 0.36 | 0.73 |
| Hex | D2 | A0 | CA | 0 | 18 | 4 | 12 | 136 | 24 | 49 |
| Octal | 322 | 240 | 312 | 0 | 30 | 4 | 22 | 466 | 44 | 111 |
| Binary | 11010010 | 10100000 | 11001010 | 0 | 11000 | 100 | 10010 | 100110110 | 100100 | 1001001 |
Color Harmonies of #D2A0CA
Complementary color
Monochromatic Colors of #D2A0CA
Black with #D2A0CA
Text Example
Text Example
White with #D2A0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A0CA; }
p { color: rgb(210,160,202); }
H1.HeaderClassName
{
color: #D2A0CA;
}
.AnyTagClassName
{
color: #D2A0CA;
}
</style>
background-color css
<style>
a { background-color: #D2A0CA; }
a { background-color: rgb(210,160,202); }
div.DivClassName
{
background-color: #D2A0CA;
}
.BgClassName
{
background-color: #D2A0CA;
}
</style>
border-color css
<style>
span { border-color: #D2A0CA; }
span { border-color: rgb(210,160,202); }
td.TdClassName
{
border-color: #D2A0CA;
}
.TagClassName
{
border-color: #D2A0CA;
}
</style>