Shades of Lilac #D292C8
Tints of Lilac #D292C8
RGB
CMYK
RGB Variations
Color information
#D292C8 (or 0xD292C8) is known color: Lilac. HEX triplet: D2, 92 and C8. RGB value is (210,146,200). Sum of RGB (Red+Green+Blue) = 210+146+200=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 210 - color contains mainly: red. Hex color #D292C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292C8 is #2D6D37. Grayscale: #ABABAB. Windows color (decimal): -2977080 or 13144786. OLE color: 13144786.
HSL color Cylindrical-coordinate representation of color #D292C8: hue angle of 309.38º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D292C8 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 200 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.18 |
| HSL | 309.38º | 0.42% | 0.7% | - |
| HSV(B) | 309.38º | 0.3% | 0.82% | - |
| XYZ | 47.28 | 38.43 | 59.57 | - |
| YUV | 171.29 | 144.2 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 200 | 0 | 0.30 | 0.05 | 0.18 | 309.38 | 0.42 | 0.7 |
| Hex | D2 | 92 | C8 | 0 | 1E | 5 | 12 | 135 | 2A | 46 |
| Octal | 322 | 222 | 310 | 0 | 36 | 5 | 22 | 465 | 52 | 106 |
| Binary | 11010010 | 10010010 | 11001000 | 0 | 11110 | 101 | 10010 | 100110101 | 101010 | 1000110 |
Color Harmonies of #D292C8
Complementary color
Monochromatic Colors of #D292C8
Black with #D292C8
Text Example
Text Example
White with #D292C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D292C8; }
p { color: rgb(210,146,200); }
H1.HeaderClassName
{
color: #D292C8;
}
.AnyTagClassName
{
color: #D292C8;
}
</style>
background-color css
<style>
a { background-color: #D292C8; }
a { background-color: rgb(210,146,200); }
div.DivClassName
{
background-color: #D292C8;
}
.BgClassName
{
background-color: #D292C8;
}
</style>
border-color css
<style>
span { border-color: #D292C8; }
span { border-color: rgb(210,146,200); }
td.TdClassName
{
border-color: #D292C8;
}
.TagClassName
{
border-color: #D292C8;
}
</style>