Shades of Lilac #D493CC
Tints of Lilac #D493CC
RGB
CMYK
RGB Variations
Color information
#D493CC (or 0xD493CC) is known color: Lilac. HEX triplet: D4, 93 and CC. RGB value is (212,147,204). Sum of RGB (Red+Green+Blue) = 212+147+204=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 212 - color contains mainly: red. Hex color #D493CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493CC is #2B6C33. Grayscale: #ACACAC. Windows color (decimal): -2845748 or 13407188. OLE color: 13407188.
HSL color Cylindrical-coordinate representation of color #D493CC: hue angle of 307.38º 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 #D493CC is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 204 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.17 |
| HSL | 307.38º | 0.43% | 0.7% | - |
| HSV(B) | 307.38º | 0.31% | 0.83% | - |
| XYZ | 48.48 | 39.22 | 62.14 | - |
| YUV | 172.93 | 145.53 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 204 | 0 | 0.31 | 0.04 | 0.17 | 307.38 | 0.43 | 0.7 |
| Hex | D4 | 93 | CC | 0 | 1F | 4 | 11 | 133 | 2B | 46 |
| Octal | 324 | 223 | 314 | 0 | 37 | 4 | 21 | 463 | 53 | 106 |
| Binary | 11010100 | 10010011 | 11001100 | 0 | 11111 | 100 | 10001 | 100110011 | 101011 | 1000110 |
Color Harmonies of #D493CC
Complementary color
Monochromatic Colors of #D493CC
Black with #D493CC
Text Example
Text Example
White with #D493CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D493CC; }
p { color: rgb(212,147,204); }
H1.HeaderClassName
{
color: #D493CC;
}
.AnyTagClassName
{
color: #D493CC;
}
</style>
background-color css
<style>
a { background-color: #D493CC; }
a { background-color: rgb(212,147,204); }
div.DivClassName
{
background-color: #D493CC;
}
.BgClassName
{
background-color: #D493CC;
}
</style>
border-color css
<style>
span { border-color: #D493CC; }
span { border-color: rgb(212,147,204); }
td.TdClassName
{
border-color: #D493CC;
}
.TagClassName
{
border-color: #D493CC;
}
</style>