Shades of Lilac #D493C9
Tints of Lilac #D493C9
RGB
CMYK
RGB Variations
Color information
#D493C9 (or 0xD493C9) is known color: Lilac. HEX triplet: D4, 93 and C9. RGB value is (212,147,201). Sum of RGB (Red+Green+Blue) = 212+147+201=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 212 - color contains mainly: red. Hex color #D493C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493C9 is #2B6C36. Grayscale: #ACACAC. Windows color (decimal): -2845751 or 13210580. OLE color: 13210580.
HSL color Cylindrical-coordinate representation of color #D493C9: hue angle of 310.15º 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 #D493C9 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 201 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.17 |
| HSL | 310.15º | 0.43% | 0.7% | - |
| HSV(B) | 310.15º | 0.31% | 0.83% | - |
| XYZ | 48.13 | 39.08 | 60.27 | - |
| YUV | 172.59 | 144.03 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 201 | 0 | 0.31 | 0.05 | 0.17 | 310.15 | 0.43 | 0.7 |
| Hex | D4 | 93 | C9 | 0 | 1F | 5 | 11 | 136 | 2B | 46 |
| Octal | 324 | 223 | 311 | 0 | 37 | 5 | 21 | 466 | 53 | 106 |
| Binary | 11010100 | 10010011 | 11001001 | 0 | 11111 | 101 | 10001 | 100110110 | 101011 | 1000110 |
Color Harmonies of #D493C9
Complementary color
Monochromatic Colors of #D493C9
Black with #D493C9
Text Example
Text Example
White with #D493C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D493C9; }
p { color: rgb(212,147,201); }
H1.HeaderClassName
{
color: #D493C9;
}
.AnyTagClassName
{
color: #D493C9;
}
</style>
background-color css
<style>
a { background-color: #D493C9; }
a { background-color: rgb(212,147,201); }
div.DivClassName
{
background-color: #D493C9;
}
.BgClassName
{
background-color: #D493C9;
}
</style>
border-color css
<style>
span { border-color: #D493C9; }
span { border-color: rgb(212,147,201); }
td.TdClassName
{
border-color: #D493C9;
}
.TagClassName
{
border-color: #D493C9;
}
</style>