Shades of Lilac #D29FD0
Tints of Lilac #D29FD0
RGB
CMYK
RGB Variations
Color information
#D29FD0 (or 0xD29FD0) is known color: Lilac. HEX triplet: D2, 9F and D0. RGB value is (210,159,208). Sum of RGB (Red+Green+Blue) = 210+159+208=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 159 (62.5% from 255 or 27.56% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 210 - color contains mainly: red. Hex color #D29FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FD0 is #2D602F. Grayscale: #B3B3B3. Windows color (decimal): -2973744 or 13672402. OLE color: 13672402.
HSL color Cylindrical-coordinate representation of color #D29FD0: hue angle of 302.35º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D29FD0 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 208 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.18 |
| HSL | 302.35º | 0.36% | 0.72% | - |
| HSV(B) | 302.35º | 0.24% | 0.82% | - |
| XYZ | 50.36 | 43.05 | 65.33 | - |
| YUV | 179.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 208 | 0 | 0.24 | 0.01 | 0.18 | 302.35 | 0.36 | 0.72 |
| Hex | D2 | 9F | D0 | 0 | 18 | 1 | 12 | 12E | 24 | 48 |
| Octal | 322 | 237 | 320 | 0 | 30 | 1 | 22 | 456 | 44 | 110 |
| Binary | 11010010 | 10011111 | 11010000 | 0 | 11000 | 1 | 10010 | 100101110 | 100100 | 1001000 |
Color Harmonies of #D29FD0
Complementary color
Monochromatic Colors of #D29FD0
Black with #D29FD0
Text Example
Text Example
White with #D29FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29FD0; }
p { color: rgb(210,159,208); }
H1.HeaderClassName
{
color: #D29FD0;
}
.AnyTagClassName
{
color: #D29FD0;
}
</style>
background-color css
<style>
a { background-color: #D29FD0; }
a { background-color: rgb(210,159,208); }
div.DivClassName
{
background-color: #D29FD0;
}
.BgClassName
{
background-color: #D29FD0;
}
</style>
border-color css
<style>
span { border-color: #D29FD0; }
span { border-color: rgb(210,159,208); }
td.TdClassName
{
border-color: #D29FD0;
}
.TagClassName
{
border-color: #D29FD0;
}
</style>