Shades of Lilac #D292D0
Tints of Lilac #D292D0
RGB
CMYK
RGB Variations
Color information
#D292D0 (or 0xD292D0) is known color: Lilac. HEX triplet: D2, 92 and D0. RGB value is (210,146,208). Sum of RGB (Red+Green+Blue) = 210+146+208=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 210 - color contains mainly: red. Hex color #D292D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292D0 is #2D6D2F. Grayscale: #ACACAC. Windows color (decimal): -2977072 or 13669074. OLE color: 13669074.
HSL color Cylindrical-coordinate representation of color #D292D0: hue angle of 301.88º 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 #D292D0 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 208 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.18 |
| HSL | 301.88º | 0.42% | 0.7% | - |
| HSV(B) | 301.88º | 0.3% | 0.82% | - |
| XYZ | 48.24 | 38.81 | 64.62 | - |
| YUV | 172.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 208 | 0 | 0.30 | 0.01 | 0.18 | 301.88 | 0.42 | 0.7 |
| Hex | D2 | 92 | D0 | 0 | 1E | 1 | 12 | 12E | 2A | 46 |
| Octal | 322 | 222 | 320 | 0 | 36 | 1 | 22 | 456 | 52 | 106 |
| Binary | 11010010 | 10010010 | 11010000 | 0 | 11110 | 1 | 10010 | 100101110 | 101010 | 1000110 |
Color Harmonies of #D292D0
Complementary color
Monochromatic Colors of #D292D0
Black with #D292D0
Text Example
Text Example
White with #D292D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D292D0; }
p { color: rgb(210,146,208); }
H1.HeaderClassName
{
color: #D292D0;
}
.AnyTagClassName
{
color: #D292D0;
}
</style>
background-color css
<style>
a { background-color: #D292D0; }
a { background-color: rgb(210,146,208); }
div.DivClassName
{
background-color: #D292D0;
}
.BgClassName
{
background-color: #D292D0;
}
</style>
border-color css
<style>
span { border-color: #D292D0; }
span { border-color: rgb(210,146,208); }
td.TdClassName
{
border-color: #D292D0;
}
.TagClassName
{
border-color: #D292D0;
}
</style>