Shades of Lilac #D29CD0
Tints of Lilac #D29CD0
RGB
CMYK
RGB Variations
Color information
#D29CD0 (or 0xD29CD0) is known color: Lilac. HEX triplet: D2, 9C and D0. RGB value is (210,156,208). Sum of RGB (Red+Green+Blue) = 210+156+208=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 210 - color contains mainly: red. Hex color #D29CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29CD0 is #2D632F. Grayscale: #B1B1B1. Windows color (decimal): -2974512 or 13671634. OLE color: 13671634.
HSL color Cylindrical-coordinate representation of color #D29CD0: hue angle of 302.22º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D29CD0 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 156 | 208 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.18 |
| HSL | 302.22º | 0.38% | 0.72% | - |
| HSV(B) | 302.22º | 0.26% | 0.82% | - |
| XYZ | 49.85 | 42.03 | 65.16 | - |
| YUV | 178.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 208 | 0 | 0.26 | 0.01 | 0.18 | 302.22 | 0.38 | 0.72 |
| Hex | D2 | 9C | D0 | 0 | 1A | 1 | 12 | 12E | 26 | 48 |
| Octal | 322 | 234 | 320 | 0 | 32 | 1 | 22 | 456 | 46 | 110 |
| Binary | 11010010 | 10011100 | 11010000 | 0 | 11010 | 1 | 10010 | 100101110 | 100110 | 1001000 |
Color Harmonies of #D29CD0
Complementary color
Monochromatic Colors of #D29CD0
Black with #D29CD0
Text Example
Text Example
White with #D29CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29CD0; }
p { color: rgb(210,156,208); }
H1.HeaderClassName
{
color: #D29CD0;
}
.AnyTagClassName
{
color: #D29CD0;
}
</style>
background-color css
<style>
a { background-color: #D29CD0; }
a { background-color: rgb(210,156,208); }
div.DivClassName
{
background-color: #D29CD0;
}
.BgClassName
{
background-color: #D29CD0;
}
</style>
border-color css
<style>
span { border-color: #D29CD0; }
span { border-color: rgb(210,156,208); }
td.TdClassName
{
border-color: #D29CD0;
}
.TagClassName
{
border-color: #D29CD0;
}
</style>