Shades of Lilac #D29FC8
Tints of Lilac #D29FC8
RGB
CMYK
RGB Variations
Color information
#D29FC8 (or 0xD29FC8) is known color: Lilac. HEX triplet: D2, 9F and C8. RGB value is (210,159,200). Sum of RGB (Red+Green+Blue) = 210+159+200=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 210 - color contains mainly: red. Hex color #D29FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FC8 is #2D6037. Grayscale: #B2B2B2. Windows color (decimal): -2973752 or 13148114. OLE color: 13148114.
HSL color Cylindrical-coordinate representation of color #D29FC8: hue angle of 311.76º 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 #D29FC8 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 200 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.18 |
| HSL | 311.76º | 0.36% | 0.72% | - |
| HSV(B) | 311.76º | 0.24% | 0.82% | - |
| XYZ | 49.4 | 42.67 | 60.28 | - |
| YUV | 178.92 | 139.9 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 200 | 0 | 0.24 | 0.05 | 0.18 | 311.76 | 0.36 | 0.72 |
| Hex | D2 | 9F | C8 | 0 | 18 | 5 | 12 | 138 | 24 | 48 |
| Octal | 322 | 237 | 310 | 0 | 30 | 5 | 22 | 470 | 44 | 110 |
| Binary | 11010010 | 10011111 | 11001000 | 0 | 11000 | 101 | 10010 | 100111000 | 100100 | 1001000 |
Color Harmonies of #D29FC8
Complementary color
Monochromatic Colors of #D29FC8
Black with #D29FC8
Text Example
Text Example
White with #D29FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29FC8; }
p { color: rgb(210,159,200); }
H1.HeaderClassName
{
color: #D29FC8;
}
.AnyTagClassName
{
color: #D29FC8;
}
</style>
background-color css
<style>
a { background-color: #D29FC8; }
a { background-color: rgb(210,159,200); }
div.DivClassName
{
background-color: #D29FC8;
}
.BgClassName
{
background-color: #D29FC8;
}
</style>
border-color css
<style>
span { border-color: #D29FC8; }
span { border-color: rgb(210,159,200); }
td.TdClassName
{
border-color: #D29FC8;
}
.TagClassName
{
border-color: #D29FC8;
}
</style>