Shades of Lilac #D0A0D1
Tints of Lilac #D0A0D1
RGB
CMYK
RGB Variations
Color information
#D0A0D1 (or 0xD0A0D1) is known color: Lilac. HEX triplet: D0, A0 and D1. RGB value is (208,160,209). Sum of RGB (Red+Green+Blue) = 208+160+209=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 160 (62.89% from 255 or 27.73% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 209 - color contains mainly: blue. Hex color #D0A0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A0D1 is #2F5F2E. Grayscale: #B3B3B3. Windows color (decimal): -3104559 or 13738192. OLE color: 13738192.
HSL color Cylindrical-coordinate representation of color #D0A0D1: hue angle of 298.78º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0A0D1 is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 160 | 209 | - |
| CMYK | 0.00 | 0.23 | 0 | 0.18 |
| HSL | 298.78º | 0.35% | 0.72% | - |
| HSV(B) | 298.78º | 0.23% | 0.82% | - |
| XYZ | 50.09 | 43.15 | 66.01 | - |
| YUV | 179.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 209 | 0.00 | 0.23 | 0 | 0.18 | 298.78 | 0.35 | 0.72 |
| Hex | D0 | A0 | D1 | 0 | 17 | 0 | 12 | 12B | 23 | 48 |
| Octal | 320 | 240 | 321 | 0 | 27 | 0 | 22 | 453 | 43 | 110 |
| Binary | 11010000 | 10100000 | 11010001 | 0 | 10111 | 0 | 10010 | 100101011 | 100011 | 1001000 |
Color Harmonies of #D0A0D1
Complementary color
Monochromatic Colors of #D0A0D1
Black with #D0A0D1
Text Example
Text Example
White with #D0A0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A0D1; }
p { color: rgb(208,160,209); }
H1.HeaderClassName
{
color: #D0A0D1;
}
.AnyTagClassName
{
color: #D0A0D1;
}
</style>
background-color css
<style>
a { background-color: #D0A0D1; }
a { background-color: rgb(208,160,209); }
div.DivClassName
{
background-color: #D0A0D1;
}
.BgClassName
{
background-color: #D0A0D1;
}
</style>
border-color css
<style>
span { border-color: #D0A0D1; }
span { border-color: rgb(208,160,209); }
td.TdClassName
{
border-color: #D0A0D1;
}
.TagClassName
{
border-color: #D0A0D1;
}
</style>