Shades of Lilac #D492C8
Tints of Lilac #D492C8
RGB
CMYK
RGB Variations
Color information
#D492C8 (or 0xD492C8) is known color: Lilac. HEX triplet: D4, 92 and C8. RGB value is (212,146,200). Sum of RGB (Red+Green+Blue) = 212+146+200=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 200 (78.52% from 255 or 35.84% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D492C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D492C8 is #2B6D37. Grayscale: #ABABAB. Windows color (decimal): -2846008 or 13144788. OLE color: 13144788.
HSL color Cylindrical-coordinate representation of color #D492C8: hue angle of 310.91º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D492C8 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 200 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.17 |
| HSL | 310.91º | 0.43% | 0.7% | - |
| HSV(B) | 310.91º | 0.31% | 0.83% | - |
| XYZ | 47.86 | 38.72 | 59.6 | - |
| YUV | 171.89 | 143.87 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 200 | 0 | 0.31 | 0.06 | 0.17 | 310.91 | 0.43 | 0.7 |
| Hex | D4 | 92 | C8 | 0 | 1F | 6 | 11 | 137 | 2B | 46 |
| Octal | 324 | 222 | 310 | 0 | 37 | 6 | 21 | 467 | 53 | 106 |
| Binary | 11010100 | 10010010 | 11001000 | 0 | 11111 | 110 | 10001 | 100110111 | 101011 | 1000110 |
Color Harmonies of #D492C8
Complementary color
Monochromatic Colors of #D492C8
Black with #D492C8
Text Example
Text Example
White with #D492C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D492C8; }
p { color: rgb(212,146,200); }
H1.HeaderClassName
{
color: #D492C8;
}
.AnyTagClassName
{
color: #D492C8;
}
</style>
background-color css
<style>
a { background-color: #D492C8; }
a { background-color: rgb(212,146,200); }
div.DivClassName
{
background-color: #D492C8;
}
.BgClassName
{
background-color: #D492C8;
}
</style>
border-color css
<style>
span { border-color: #D492C8; }
span { border-color: rgb(212,146,200); }
td.TdClassName
{
border-color: #D492C8;
}
.TagClassName
{
border-color: #D492C8;
}
</style>