Shades of Lilac #D493CE
Tints of Lilac #D493CE
RGB
CMYK
RGB Variations
Color information
#D493CE (or 0xD493CE) is known color: Lilac. HEX triplet: D4, 93 and CE. RGB value is (212,147,206). Sum of RGB (Red+Green+Blue) = 212+147+206=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 147 (57.81% from 255 or 26.02% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 212 - color contains mainly: red. Hex color #D493CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493CE is #2B6C31. Grayscale: #ACACAC. Windows color (decimal): -2845746 or 13538260. OLE color: 13538260.
HSL color Cylindrical-coordinate representation of color #D493CE: hue angle of 305.54º 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 #D493CE is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 206 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.17 |
| HSL | 305.54º | 0.43% | 0.7% | - |
| HSV(B) | 305.54º | 0.31% | 0.83% | - |
| XYZ | 48.73 | 39.32 | 63.41 | - |
| YUV | 173.16 | 146.53 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 206 | 0 | 0.31 | 0.03 | 0.17 | 305.54 | 0.43 | 0.7 |
| Hex | D4 | 93 | CE | 0 | 1F | 3 | 11 | 132 | 2B | 46 |
| Octal | 324 | 223 | 316 | 0 | 37 | 3 | 21 | 462 | 53 | 106 |
| Binary | 11010100 | 10010011 | 11001110 | 0 | 11111 | 11 | 10001 | 100110010 | 101011 | 1000110 |
Color Harmonies of #D493CE
Complementary color
Monochromatic Colors of #D493CE
Black with #D493CE
Text Example
Text Example
White with #D493CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D493CE; }
p { color: rgb(212,147,206); }
H1.HeaderClassName
{
color: #D493CE;
}
.AnyTagClassName
{
color: #D493CE;
}
</style>
background-color css
<style>
a { background-color: #D493CE; }
a { background-color: rgb(212,147,206); }
div.DivClassName
{
background-color: #D493CE;
}
.BgClassName
{
background-color: #D493CE;
}
</style>
border-color css
<style>
span { border-color: #D493CE; }
span { border-color: rgb(212,147,206); }
td.TdClassName
{
border-color: #D493CE;
}
.TagClassName
{
border-color: #D493CE;
}
</style>