Shades of Lilac #D390CB
Tints of Lilac #D390CB
RGB
CMYK
RGB Variations
Color information
#D390CB (or 0xD390CB) is known color: Lilac. HEX triplet: D3, 90 and CB. RGB value is (211,144,203). Sum of RGB (Red+Green+Blue) = 211+144+203=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 211 - color contains mainly: red. Hex color #D390CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D390CB is #2C6F34. Grayscale: #AAAAAA. Windows color (decimal): -2912053 or 13340883. OLE color: 13340883.
HSL color Cylindrical-coordinate representation of color #D390CB: hue angle of 307.16º 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 #D390CB is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 144 | 203 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.17 |
| HSL | 307.16º | 0.43% | 0.7% | - |
| HSV(B) | 307.16º | 0.32% | 0.83% | - |
| XYZ | 47.62 | 38.11 | 61.35 | - |
| YUV | 170.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 144 | 203 | 0 | 0.32 | 0.04 | 0.17 | 307.16 | 0.43 | 0.7 |
| Hex | D3 | 90 | CB | 0 | 20 | 4 | 11 | 133 | 2B | 46 |
| Octal | 323 | 220 | 313 | 0 | 40 | 4 | 21 | 463 | 53 | 106 |
| Binary | 11010011 | 10010000 | 11001011 | 0 | 100000 | 100 | 10001 | 100110011 | 101011 | 1000110 |
Color Harmonies of #D390CB
Complementary color
Monochromatic Colors of #D390CB
Black with #D390CB
Text Example
Text Example
White with #D390CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D390CB; }
p { color: rgb(211,144,203); }
H1.HeaderClassName
{
color: #D390CB;
}
.AnyTagClassName
{
color: #D390CB;
}
</style>
background-color css
<style>
a { background-color: #D390CB; }
a { background-color: rgb(211,144,203); }
div.DivClassName
{
background-color: #D390CB;
}
.BgClassName
{
background-color: #D390CB;
}
</style>
border-color css
<style>
span { border-color: #D390CB; }
span { border-color: rgb(211,144,203); }
td.TdClassName
{
border-color: #D390CB;
}
.TagClassName
{
border-color: #D390CB;
}
</style>