Shades of Lilac #D0A2C9
Tints of Lilac #D0A2C9
RGB
CMYK
RGB Variations
Color information
#D0A2C9 (or 0xD0A2C9) is known color: Lilac. HEX triplet: D0, A2 and C9. RGB value is (208,162,201). Sum of RGB (Red+Green+Blue) = 208+162+201=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 162 (63.67% from 255 or 28.37% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A2C9 is #2F5D36. Grayscale: #B4B4B4. Windows color (decimal): -3104055 or 13214416. OLE color: 13214416.
HSL color Cylindrical-coordinate representation of color #D0A2C9: hue angle of 309.13º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0A2C9 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 201 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.18 |
| HSL | 309.13º | 0.33% | 0.73% | - |
| HSV(B) | 309.13º | 0.22% | 0.82% | - |
| XYZ | 49.48 | 43.47 | 61.04 | - |
| YUV | 180.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 201 | 0 | 0.22 | 0.03 | 0.18 | 309.13 | 0.33 | 0.73 |
| Hex | D0 | A2 | C9 | 0 | 16 | 3 | 12 | 135 | 21 | 49 |
| Octal | 320 | 242 | 311 | 0 | 26 | 3 | 22 | 465 | 41 | 111 |
| Binary | 11010000 | 10100010 | 11001001 | 0 | 10110 | 11 | 10010 | 100110101 | 100001 | 1001001 |
Color Harmonies of #D0A2C9
Complementary color
Monochromatic Colors of #D0A2C9
Black with #D0A2C9
Text Example
Text Example
White with #D0A2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A2C9; }
p { color: rgb(208,162,201); }
H1.HeaderClassName
{
color: #D0A2C9;
}
.AnyTagClassName
{
color: #D0A2C9;
}
</style>
background-color css
<style>
a { background-color: #D0A2C9; }
a { background-color: rgb(208,162,201); }
div.DivClassName
{
background-color: #D0A2C9;
}
.BgClassName
{
background-color: #D0A2C9;
}
</style>
border-color css
<style>
span { border-color: #D0A2C9; }
span { border-color: rgb(208,162,201); }
td.TdClassName
{
border-color: #D0A2C9;
}
.TagClassName
{
border-color: #D0A2C9;
}
</style>