Shades of Lilac #D492C7
Tints of Lilac #D492C7
RGB
CMYK
RGB Variations
Color information
#D492C7 (or 0xD492C7) is known color: Lilac. HEX triplet: D4, 92 and C7. RGB value is (212,146,199). Sum of RGB (Red+Green+Blue) = 212+146+199=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D492C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D492C7 is #2B6D38. Grayscale: #ABABAB. Windows color (decimal): -2846009 or 13079252. OLE color: 13079252.
HSL color Cylindrical-coordinate representation of color #D492C7: hue angle of 311.82º 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 #D492C7 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 199 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.17 |
| HSL | 311.82º | 0.43% | 0.7% | - |
| HSV(B) | 311.82º | 0.31% | 0.83% | - |
| XYZ | 47.74 | 38.68 | 58.98 | - |
| YUV | 171.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 199 | 0 | 0.31 | 0.06 | 0.17 | 311.82 | 0.43 | 0.7 |
| Hex | D4 | 92 | C7 | 0 | 1F | 6 | 11 | 138 | 2B | 46 |
| Octal | 324 | 222 | 307 | 0 | 37 | 6 | 21 | 470 | 53 | 106 |
| Binary | 11010100 | 10010010 | 11000111 | 0 | 11111 | 110 | 10001 | 100111000 | 101011 | 1000110 |
Color Harmonies of #D492C7
Complementary color
Monochromatic Colors of #D492C7
Black with #D492C7
Text Example
Text Example
White with #D492C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D492C7; }
p { color: rgb(212,146,199); }
H1.HeaderClassName
{
color: #D492C7;
}
.AnyTagClassName
{
color: #D492C7;
}
</style>
background-color css
<style>
a { background-color: #D492C7; }
a { background-color: rgb(212,146,199); }
div.DivClassName
{
background-color: #D492C7;
}
.BgClassName
{
background-color: #D492C7;
}
</style>
border-color css
<style>
span { border-color: #D492C7; }
span { border-color: rgb(212,146,199); }
td.TdClassName
{
border-color: #D492C7;
}
.TagClassName
{
border-color: #D492C7;
}
</style>