Shades of Lilac #D29DC9
Tints of Lilac #D29DC9
RGB
CMYK
RGB Variations
Color information
#D29DC9 (or 0xD29DC9) is known color: Lilac. HEX triplet: D2, 9D and C9. RGB value is (210,157,201). Sum of RGB (Red+Green+Blue) = 210+157+201=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DC9 is #2D6236. Grayscale: #B1B1B1. Windows color (decimal): -2974263 or 13213138. OLE color: 13213138.
HSL color Cylindrical-coordinate representation of color #D29DC9: hue angle of 310.19º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D29DC9 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 201 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.18 |
| HSL | 310.19º | 0.37% | 0.72% | - |
| HSV(B) | 310.19º | 0.25% | 0.82% | - |
| XYZ | 49.18 | 42.03 | 60.78 | - |
| YUV | 177.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 201 | 0 | 0.25 | 0.04 | 0.18 | 310.19 | 0.37 | 0.72 |
| Hex | D2 | 9D | C9 | 0 | 19 | 4 | 12 | 136 | 25 | 48 |
| Octal | 322 | 235 | 311 | 0 | 31 | 4 | 22 | 466 | 45 | 110 |
| Binary | 11010010 | 10011101 | 11001001 | 0 | 11001 | 100 | 10010 | 100110110 | 100101 | 1001000 |
Color Harmonies of #D29DC9
Complementary color
Monochromatic Colors of #D29DC9
Black with #D29DC9
Text Example
Text Example
White with #D29DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29DC9; }
p { color: rgb(210,157,201); }
H1.HeaderClassName
{
color: #D29DC9;
}
.AnyTagClassName
{
color: #D29DC9;
}
</style>
background-color css
<style>
a { background-color: #D29DC9; }
a { background-color: rgb(210,157,201); }
div.DivClassName
{
background-color: #D29DC9;
}
.BgClassName
{
background-color: #D29DC9;
}
</style>
border-color css
<style>
span { border-color: #D29DC9; }
span { border-color: rgb(210,157,201); }
td.TdClassName
{
border-color: #D29DC9;
}
.TagClassName
{
border-color: #D29DC9;
}
</style>