Shades of Lilac #D292C7
Tints of Lilac #D292C7
RGB
CMYK
RGB Variations
Color information
#D292C7 (or 0xD292C7) is known color: Lilac. HEX triplet: D2, 92 and C7. RGB value is (210,146,199). Sum of RGB (Red+Green+Blue) = 210+146+199=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 210 - color contains mainly: red. Hex color #D292C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292C7 is #2D6D38. Grayscale: #ABABAB. Windows color (decimal): -2977081 or 13079250. OLE color: 13079250.
HSL color Cylindrical-coordinate representation of color #D292C7: hue angle of 310.31º 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 #D292C7 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 199 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.18 |
| HSL | 310.31º | 0.42% | 0.7% | - |
| HSV(B) | 310.31º | 0.3% | 0.82% | - |
| XYZ | 47.17 | 38.38 | 58.96 | - |
| YUV | 171.18 | 143.7 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 199 | 0 | 0.30 | 0.05 | 0.18 | 310.31 | 0.42 | 0.7 |
| Hex | D2 | 92 | C7 | 0 | 1E | 5 | 12 | 136 | 2A | 46 |
| Octal | 322 | 222 | 307 | 0 | 36 | 5 | 22 | 466 | 52 | 106 |
| Binary | 11010010 | 10010010 | 11000111 | 0 | 11110 | 101 | 10010 | 100110110 | 101010 | 1000110 |
Color Harmonies of #D292C7
Complementary color
Monochromatic Colors of #D292C7
Black with #D292C7
Text Example
Text Example
White with #D292C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D292C7; }
p { color: rgb(210,146,199); }
H1.HeaderClassName
{
color: #D292C7;
}
.AnyTagClassName
{
color: #D292C7;
}
</style>
background-color css
<style>
a { background-color: #D292C7; }
a { background-color: rgb(210,146,199); }
div.DivClassName
{
background-color: #D292C7;
}
.BgClassName
{
background-color: #D292C7;
}
</style>
border-color css
<style>
span { border-color: #D292C7; }
span { border-color: rgb(210,146,199); }
td.TdClassName
{
border-color: #D292C7;
}
.TagClassName
{
border-color: #D292C7;
}
</style>