Shades of Lilac #D392CE
Tints of Lilac #D392CE
RGB
CMYK
RGB Variations
Color information
#D392CE (or 0xD392CE) is known color: Lilac. HEX triplet: D3, 92 and CE. RGB value is (211,146,206). Sum of RGB (Red+Green+Blue) = 211+146+206=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 211 - color contains mainly: red. Hex color #D392CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D392CE is #2C6D31. Grayscale: #ACACAC. Windows color (decimal): -2911538 or 13538003. OLE color: 13538003.
HSL color Cylindrical-coordinate representation of color #D392CE: hue angle of 304.62º degrees, saturation: 0.42, 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 #D392CE is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 146 | 206 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.17 |
| HSL | 304.62º | 0.42% | 0.7% | - |
| HSV(B) | 304.62º | 0.31% | 0.83% | - |
| XYZ | 48.28 | 38.86 | 63.35 | - |
| YUV | 172.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 206 | 0 | 0.31 | 0.02 | 0.17 | 304.62 | 0.42 | 0.7 |
| Hex | D3 | 92 | CE | 0 | 1F | 2 | 11 | 131 | 2A | 46 |
| Octal | 323 | 222 | 316 | 0 | 37 | 2 | 21 | 461 | 52 | 106 |
| Binary | 11010011 | 10010010 | 11001110 | 0 | 11111 | 10 | 10001 | 100110001 | 101010 | 1000110 |
Color Harmonies of #D392CE
Complementary color
Monochromatic Colors of #D392CE
Black with #D392CE
Text Example
Text Example
White with #D392CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D392CE; }
p { color: rgb(211,146,206); }
H1.HeaderClassName
{
color: #D392CE;
}
.AnyTagClassName
{
color: #D392CE;
}
</style>
background-color css
<style>
a { background-color: #D392CE; }
a { background-color: rgb(211,146,206); }
div.DivClassName
{
background-color: #D392CE;
}
.BgClassName
{
background-color: #D392CE;
}
</style>
border-color css
<style>
span { border-color: #D392CE; }
span { border-color: rgb(211,146,206); }
td.TdClassName
{
border-color: #D392CE;
}
.TagClassName
{
border-color: #D392CE;
}
</style>