Shades of Lilac #D292CA
Tints of Lilac #D292CA
RGB
CMYK
RGB Variations
Color information
#D292CA (or 0xD292CA) is known color: Lilac. HEX triplet: D2, 92 and CA. RGB value is (210,146,202). Sum of RGB (Red+Green+Blue) = 210+146+202=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 210 - color contains mainly: red. Hex color #D292CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292CA is #2D6D35. Grayscale: #ABABAB. Windows color (decimal): -2977078 or 13275858. OLE color: 13275858.
HSL color Cylindrical-coordinate representation of color #D292CA: hue angle of 307.5º 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 #D292CA is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 202 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.18 |
| HSL | 307.5º | 0.42% | 0.7% | - |
| HSV(B) | 307.5º | 0.3% | 0.82% | - |
| XYZ | 47.52 | 38.52 | 60.81 | - |
| YUV | 171.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 202 | 0 | 0.30 | 0.04 | 0.18 | 307.5 | 0.42 | 0.7 |
| Hex | D2 | 92 | CA | 0 | 1E | 4 | 12 | 134 | 2A | 46 |
| Octal | 322 | 222 | 312 | 0 | 36 | 4 | 22 | 464 | 52 | 106 |
| Binary | 11010010 | 10010010 | 11001010 | 0 | 11110 | 100 | 10010 | 100110100 | 101010 | 1000110 |
Color Harmonies of #D292CA
Complementary color
Monochromatic Colors of #D292CA
Black with #D292CA
Text Example
Text Example
White with #D292CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D292CA; }
p { color: rgb(210,146,202); }
H1.HeaderClassName
{
color: #D292CA;
}
.AnyTagClassName
{
color: #D292CA;
}
</style>
background-color css
<style>
a { background-color: #D292CA; }
a { background-color: rgb(210,146,202); }
div.DivClassName
{
background-color: #D292CA;
}
.BgClassName
{
background-color: #D292CA;
}
</style>
border-color css
<style>
span { border-color: #D292CA; }
span { border-color: rgb(210,146,202); }
td.TdClassName
{
border-color: #D292CA;
}
.TagClassName
{
border-color: #D292CA;
}
</style>