Shades of Lilac #D390C9
Tints of Lilac #D390C9
RGB
CMYK
RGB Variations
Color information
#D390C9 (or 0xD390C9) is known color: Lilac. HEX triplet: D3, 90 and C9. RGB value is (211,144,201). Sum of RGB (Red+Green+Blue) = 211+144+201=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 211 - color contains mainly: red. Hex color #D390C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D390C9 is #2C6F36. Grayscale: #AAAAAA. Windows color (decimal): -2912055 or 13209811. OLE color: 13209811.
HSL color Cylindrical-coordinate representation of color #D390C9: hue angle of 308.96º 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 #D390C9 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 144 | 201 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.17 |
| HSL | 308.96º | 0.43% | 0.7% | - |
| HSV(B) | 308.96º | 0.32% | 0.83% | - |
| XYZ | 47.38 | 38.01 | 60.1 | - |
| YUV | 170.53 | 145.2 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 144 | 201 | 0 | 0.32 | 0.05 | 0.17 | 308.96 | 0.43 | 0.7 |
| Hex | D3 | 90 | C9 | 0 | 20 | 5 | 11 | 135 | 2B | 46 |
| Octal | 323 | 220 | 311 | 0 | 40 | 5 | 21 | 465 | 53 | 106 |
| Binary | 11010011 | 10010000 | 11001001 | 0 | 100000 | 101 | 10001 | 100110101 | 101011 | 1000110 |
Color Harmonies of #D390C9
Complementary color
Monochromatic Colors of #D390C9
Black with #D390C9
Text Example
Text Example
White with #D390C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D390C9; }
p { color: rgb(211,144,201); }
H1.HeaderClassName
{
color: #D390C9;
}
.AnyTagClassName
{
color: #D390C9;
}
</style>
background-color css
<style>
a { background-color: #D390C9; }
a { background-color: rgb(211,144,201); }
div.DivClassName
{
background-color: #D390C9;
}
.BgClassName
{
background-color: #D390C9;
}
</style>
border-color css
<style>
span { border-color: #D390C9; }
span { border-color: rgb(211,144,201); }
td.TdClassName
{
border-color: #D390C9;
}
.TagClassName
{
border-color: #D390C9;
}
</style>