Shades of Lilac #D29FCC
Tints of Lilac #D29FCC
RGB
CMYK
RGB Variations
Color information
#D29FCC (or 0xD29FCC) is known color: Lilac. HEX triplet: D2, 9F and CC. RGB value is (210,159,204). Sum of RGB (Red+Green+Blue) = 210+159+204=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 210 - color contains mainly: red. Hex color #D29FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FCC is #2D6033. Grayscale: #B3B3B3. Windows color (decimal): -2973748 or 13410258. OLE color: 13410258.
HSL color Cylindrical-coordinate representation of color #D29FCC: hue angle of 307.06º 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 #D29FCC is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 204 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.18 |
| HSL | 307.06º | 0.36% | 0.72% | - |
| HSV(B) | 307.06º | 0.24% | 0.82% | - |
| XYZ | 49.88 | 42.86 | 62.77 | - |
| YUV | 179.38 | 141.9 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 204 | 0 | 0.24 | 0.03 | 0.18 | 307.06 | 0.36 | 0.72 |
| Hex | D2 | 9F | CC | 0 | 18 | 3 | 12 | 133 | 24 | 48 |
| Octal | 322 | 237 | 314 | 0 | 30 | 3 | 22 | 463 | 44 | 110 |
| Binary | 11010010 | 10011111 | 11001100 | 0 | 11000 | 11 | 10010 | 100110011 | 100100 | 1001000 |
Color Harmonies of #D29FCC
Complementary color
Monochromatic Colors of #D29FCC
Black with #D29FCC
Text Example
Text Example
White with #D29FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29FCC; }
p { color: rgb(210,159,204); }
H1.HeaderClassName
{
color: #D29FCC;
}
.AnyTagClassName
{
color: #D29FCC;
}
</style>
background-color css
<style>
a { background-color: #D29FCC; }
a { background-color: rgb(210,159,204); }
div.DivClassName
{
background-color: #D29FCC;
}
.BgClassName
{
background-color: #D29FCC;
}
</style>
border-color css
<style>
span { border-color: #D29FCC; }
span { border-color: rgb(210,159,204); }
td.TdClassName
{
border-color: #D29FCC;
}
.TagClassName
{
border-color: #D29FCC;
}
</style>