Shades of Lilac #D29FC9
Tints of Lilac #D29FC9
RGB
CMYK
RGB Variations
Color information
#D29FC9 (or 0xD29FC9) is known color: Lilac. HEX triplet: D2, 9F and C9. RGB value is (210,159,201). Sum of RGB (Red+Green+Blue) = 210+159+201=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 210 - color contains mainly: red. Hex color #D29FC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FC9 is #2D6036. Grayscale: #B2B2B2. Windows color (decimal): -2973751 or 13213650. OLE color: 13213650.
HSL color Cylindrical-coordinate representation of color #D29FC9: hue angle of 310.59º 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 #D29FC9 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 201 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.18 |
| HSL | 310.59º | 0.36% | 0.72% | - |
| HSV(B) | 310.59º | 0.24% | 0.82% | - |
| XYZ | 49.52 | 42.71 | 60.89 | - |
| YUV | 179.04 | 140.4 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 201 | 0 | 0.24 | 0.04 | 0.18 | 310.59 | 0.36 | 0.72 |
| Hex | D2 | 9F | C9 | 0 | 18 | 4 | 12 | 137 | 24 | 48 |
| Octal | 322 | 237 | 311 | 0 | 30 | 4 | 22 | 467 | 44 | 110 |
| Binary | 11010010 | 10011111 | 11001001 | 0 | 11000 | 100 | 10010 | 100110111 | 100100 | 1001000 |
Color Harmonies of #D29FC9
Complementary color
Monochromatic Colors of #D29FC9
Black with #D29FC9
Text Example
Text Example
White with #D29FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29FC9; }
p { color: rgb(210,159,201); }
H1.HeaderClassName
{
color: #D29FC9;
}
.AnyTagClassName
{
color: #D29FC9;
}
</style>
background-color css
<style>
a { background-color: #D29FC9; }
a { background-color: rgb(210,159,201); }
div.DivClassName
{
background-color: #D29FC9;
}
.BgClassName
{
background-color: #D29FC9;
}
</style>
border-color css
<style>
span { border-color: #D29FC9; }
span { border-color: rgb(210,159,201); }
td.TdClassName
{
border-color: #D29FC9;
}
.TagClassName
{
border-color: #D29FC9;
}
</style>