Shades of Lilac #D492C3
Tints of Lilac #D492C3
RGB
CMYK
RGB Variations
Color information
#D492C3 (or 0xD492C3) is known color: Lilac. HEX triplet: D4, 92 and C3. RGB value is (212,146,195). Sum of RGB (Red+Green+Blue) = 212+146+195=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D492C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D492C3 is #2B6D3C. Grayscale: #ABABAB. Windows color (decimal): -2846013 or 12817108. OLE color: 12817108.
HSL color Cylindrical-coordinate representation of color #D492C3: hue angle of 315.45º 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 #D492C3 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 195 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.17 |
| HSL | 315.45º | 0.43% | 0.7% | - |
| HSV(B) | 315.45º | 0.31% | 0.83% | - |
| XYZ | 47.28 | 38.49 | 56.57 | - |
| YUV | 171.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 195 | 0 | 0.31 | 0.08 | 0.17 | 315.45 | 0.43 | 0.7 |
| Hex | D4 | 92 | C3 | 0 | 1F | 8 | 11 | 13B | 2B | 46 |
| Octal | 324 | 222 | 303 | 0 | 37 | 10 | 21 | 473 | 53 | 106 |
| Binary | 11010100 | 10010010 | 11000011 | 0 | 11111 | 1000 | 10001 | 100111011 | 101011 | 1000110 |
Color Harmonies of #D492C3
Complementary color
Monochromatic Colors of #D492C3
Black with #D492C3
Text Example
Text Example
White with #D492C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D492C3; }
p { color: rgb(212,146,195); }
H1.HeaderClassName
{
color: #D492C3;
}
.AnyTagClassName
{
color: #D492C3;
}
</style>
background-color css
<style>
a { background-color: #D492C3; }
a { background-color: rgb(212,146,195); }
div.DivClassName
{
background-color: #D492C3;
}
.BgClassName
{
background-color: #D492C3;
}
</style>
border-color css
<style>
span { border-color: #D492C3; }
span { border-color: rgb(212,146,195); }
td.TdClassName
{
border-color: #D492C3;
}
.TagClassName
{
border-color: #D492C3;
}
</style>