Shades of Lilac #D492C4
Tints of Lilac #D492C4
RGB
CMYK
RGB Variations
Color information
#D492C4 (or 0xD492C4) is known color: Lilac. HEX triplet: D4, 92 and C4. RGB value is (212,146,196). Sum of RGB (Red+Green+Blue) = 212+146+196=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 196 (76.95% from 255 or 35.38% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D492C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D492C4 is #2B6D3B. Grayscale: #ABABAB. Windows color (decimal): -2846012 or 12882644. OLE color: 12882644.
HSL color Cylindrical-coordinate representation of color #D492C4: hue angle of 314.55º 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 #D492C4 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 196 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.17 |
| HSL | 314.55º | 0.43% | 0.7% | - |
| HSV(B) | 314.55º | 0.31% | 0.83% | - |
| XYZ | 47.39 | 38.54 | 57.17 | - |
| YUV | 171.43 | 141.87 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 196 | 0 | 0.31 | 0.08 | 0.17 | 314.55 | 0.43 | 0.7 |
| Hex | D4 | 92 | C4 | 0 | 1F | 8 | 11 | 13B | 2B | 46 |
| Octal | 324 | 222 | 304 | 0 | 37 | 10 | 21 | 473 | 53 | 106 |
| Binary | 11010100 | 10010010 | 11000100 | 0 | 11111 | 1000 | 10001 | 100111011 | 101011 | 1000110 |
Color Harmonies of #D492C4
Complementary color
Monochromatic Colors of #D492C4
Black with #D492C4
Text Example
Text Example
White with #D492C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D492C4; }
p { color: rgb(212,146,196); }
H1.HeaderClassName
{
color: #D492C4;
}
.AnyTagClassName
{
color: #D492C4;
}
</style>
background-color css
<style>
a { background-color: #D492C4; }
a { background-color: rgb(212,146,196); }
div.DivClassName
{
background-color: #D492C4;
}
.BgClassName
{
background-color: #D492C4;
}
</style>
border-color css
<style>
span { border-color: #D492C4; }
span { border-color: rgb(212,146,196); }
td.TdClassName
{
border-color: #D492C4;
}
.TagClassName
{
border-color: #D492C4;
}
</style>