Shades of Lilac #D390CC
Tints of Lilac #D390CC
RGB
CMYK
RGB Variations
Color information
#D390CC (or 0xD390CC) is known color: Lilac. HEX triplet: D3, 90 and CC. RGB value is (211,144,204). Sum of RGB (Red+Green+Blue) = 211+144+204=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 211 - color contains mainly: red. Hex color #D390CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D390CC is #2C6F33. Grayscale: #AAAAAA. Windows color (decimal): -2912052 or 13406419. OLE color: 13406419.
HSL color Cylindrical-coordinate representation of color #D390CC: hue angle of 306.27º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D390CC is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 144 | 204 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.17 |
| HSL | 306.27º | 0.43% | 0.7% | - |
| HSV(B) | 306.27º | 0.32% | 0.83% | - |
| XYZ | 47.74 | 38.16 | 61.98 | - |
| YUV | 170.87 | 146.7 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 144 | 204 | 0 | 0.32 | 0.03 | 0.17 | 306.27 | 0.43 | 0.7 |
| Hex | D3 | 90 | CC | 0 | 20 | 3 | 11 | 132 | 2B | 46 |
| Octal | 323 | 220 | 314 | 0 | 40 | 3 | 21 | 462 | 53 | 106 |
| Binary | 11010011 | 10010000 | 11001100 | 0 | 100000 | 11 | 10001 | 100110010 | 101011 | 1000110 |
Color Harmonies of #D390CC
Complementary color
Monochromatic Colors of #D390CC
Black with #D390CC
Text Example
Text Example
White with #D390CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D390CC; }
p { color: rgb(211,144,204); }
H1.HeaderClassName
{
color: #D390CC;
}
.AnyTagClassName
{
color: #D390CC;
}
</style>
background-color css
<style>
a { background-color: #D390CC; }
a { background-color: rgb(211,144,204); }
div.DivClassName
{
background-color: #D390CC;
}
.BgClassName
{
background-color: #D390CC;
}
</style>
border-color css
<style>
span { border-color: #D390CC; }
span { border-color: rgb(211,144,204); }
td.TdClassName
{
border-color: #D390CC;
}
.TagClassName
{
border-color: #D390CC;
}
</style>