Shades of Lilac #D292C2
Tints of Lilac #D292C2
RGB
CMYK
RGB Variations
Color information
#D292C2 (or 0xD292C2) is known color: Lilac. HEX triplet: D2, 92 and C2. RGB value is (210,146,194). Sum of RGB (Red+Green+Blue) = 210+146+194=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 194 (76.17% from 255 or 35.27% from 550); Max value from RGB is 210 - color contains mainly: red. Hex color #D292C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292C2 is #2D6D3D. Grayscale: #AAAAAA. Windows color (decimal): -2977086 or 12751570. OLE color: 12751570.
HSL color Cylindrical-coordinate representation of color #D292C2: hue angle of 315º 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 #D292C2 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 194 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.18 |
| HSL | 315º | 0.42% | 0.7% | - |
| HSV(B) | 315º | 0.3% | 0.82% | - |
| XYZ | 46.59 | 38.15 | 55.95 | - |
| YUV | 170.61 | 141.2 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 194 | 0 | 0.30 | 0.08 | 0.18 | 315 | 0.42 | 0.7 |
| Hex | D2 | 92 | C2 | 0 | 1E | 8 | 12 | 13B | 2A | 46 |
| Octal | 322 | 222 | 302 | 0 | 36 | 10 | 22 | 473 | 52 | 106 |
| Binary | 11010010 | 10010010 | 11000010 | 0 | 11110 | 1000 | 10010 | 100111011 | 101010 | 1000110 |
Color Harmonies of #D292C2
Complementary color
Monochromatic Colors of #D292C2
Black with #D292C2
Text Example
Text Example
White with #D292C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D292C2; }
p { color: rgb(210,146,194); }
H1.HeaderClassName
{
color: #D292C2;
}
.AnyTagClassName
{
color: #D292C2;
}
</style>
background-color css
<style>
a { background-color: #D292C2; }
a { background-color: rgb(210,146,194); }
div.DivClassName
{
background-color: #D292C2;
}
.BgClassName
{
background-color: #D292C2;
}
</style>
border-color css
<style>
span { border-color: #D292C2; }
span { border-color: rgb(210,146,194); }
td.TdClassName
{
border-color: #D292C2;
}
.TagClassName
{
border-color: #D292C2;
}
</style>