Shades of Lilac #D292CD
Tints of Lilac #D292CD
RGB
CMYK
RGB Variations
Color information
#D292CD (or 0xD292CD) is known color: Lilac. HEX triplet: D2, 92 and CD. RGB value is (210,146,205). Sum of RGB (Red+Green+Blue) = 210+146+205=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D292CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292CD is #2D6D32. Grayscale: #ABABAB. Windows color (decimal): -2977075 or 13472466. OLE color: 13472466.
HSL color Cylindrical-coordinate representation of color #D292CD: hue angle of 304.69º 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 #D292CD is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 205 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.18 |
| HSL | 304.69º | 0.42% | 0.7% | - |
| HSV(B) | 304.69º | 0.3% | 0.82% | - |
| XYZ | 47.88 | 38.67 | 62.7 | - |
| YUV | 171.86 | 146.7 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 205 | 0 | 0.30 | 0.02 | 0.18 | 304.69 | 0.42 | 0.7 |
| Hex | D2 | 92 | CD | 0 | 1E | 2 | 12 | 131 | 2A | 46 |
| Octal | 322 | 222 | 315 | 0 | 36 | 2 | 22 | 461 | 52 | 106 |
| Binary | 11010010 | 10010010 | 11001101 | 0 | 11110 | 10 | 10010 | 100110001 | 101010 | 1000110 |
Color Harmonies of #D292CD
Complementary color
Monochromatic Colors of #D292CD
Black with #D292CD
Text Example
Text Example
White with #D292CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D292CD; }
p { color: rgb(210,146,205); }
H1.HeaderClassName
{
color: #D292CD;
}
.AnyTagClassName
{
color: #D292CD;
}
</style>
background-color css
<style>
a { background-color: #D292CD; }
a { background-color: rgb(210,146,205); }
div.DivClassName
{
background-color: #D292CD;
}
.BgClassName
{
background-color: #D292CD;
}
</style>
border-color css
<style>
span { border-color: #D292CD; }
span { border-color: rgb(210,146,205); }
td.TdClassName
{
border-color: #D292CD;
}
.TagClassName
{
border-color: #D292CD;
}
</style>