Shades of Lilac #D29AD0
Tints of Lilac #D29AD0
RGB
CMYK
RGB Variations
Color information
#D29AD0 (or 0xD29AD0) is known color: Lilac. HEX triplet: D2, 9A and D0. RGB value is (210,154,208). Sum of RGB (Red+Green+Blue) = 210+154+208=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 154 (60.55% from 255 or 26.92% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 210 - color contains mainly: red. Hex color #D29AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29AD0 is #2D652F. Grayscale: #B0B0B0. Windows color (decimal): -2975024 or 13671122. OLE color: 13671122.
HSL color Cylindrical-coordinate representation of color #D29AD0: hue angle of 302.14º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D29AD0 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 208 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.18 |
| HSL | 302.14º | 0.38% | 0.71% | - |
| HSV(B) | 302.14º | 0.27% | 0.82% | - |
| XYZ | 49.52 | 41.37 | 65.05 | - |
| YUV | 176.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 208 | 0 | 0.27 | 0.01 | 0.18 | 302.14 | 0.38 | 0.71 |
| Hex | D2 | 9A | D0 | 0 | 1B | 1 | 12 | 12E | 26 | 47 |
| Octal | 322 | 232 | 320 | 0 | 33 | 1 | 22 | 456 | 46 | 107 |
| Binary | 11010010 | 10011010 | 11010000 | 0 | 11011 | 1 | 10010 | 100101110 | 100110 | 1000111 |
Color Harmonies of #D29AD0
Complementary color
Monochromatic Colors of #D29AD0
Black with #D29AD0
Text Example
Text Example
White with #D29AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29AD0; }
p { color: rgb(210,154,208); }
H1.HeaderClassName
{
color: #D29AD0;
}
.AnyTagClassName
{
color: #D29AD0;
}
</style>
background-color css
<style>
a { background-color: #D29AD0; }
a { background-color: rgb(210,154,208); }
div.DivClassName
{
background-color: #D29AD0;
}
.BgClassName
{
background-color: #D29AD0;
}
</style>
border-color css
<style>
span { border-color: #D29AD0; }
span { border-color: rgb(210,154,208); }
td.TdClassName
{
border-color: #D29AD0;
}
.TagClassName
{
border-color: #D29AD0;
}
</style>