Shades of Lilac #D390C7
Tints of Lilac #D390C7
RGB
CMYK
RGB Variations
Color information
#D390C7 (or 0xD390C7) is known color: Lilac. HEX triplet: D3, 90 and C7. RGB value is (211,144,199). Sum of RGB (Red+Green+Blue) = 211+144+199=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 211 - color contains mainly: red. Hex color #D390C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D390C7 is #2C6F38. Grayscale: #AAAAAA. Windows color (decimal): -2912057 or 13078739. OLE color: 13078739.
HSL color Cylindrical-coordinate representation of color #D390C7: hue angle of 310.75º 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 #D390C7 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 144 | 199 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.17 |
| HSL | 310.75º | 0.43% | 0.7% | - |
| HSV(B) | 310.75º | 0.32% | 0.83% | - |
| XYZ | 47.15 | 37.92 | 58.87 | - |
| YUV | 170.3 | 144.2 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 144 | 199 | 0 | 0.32 | 0.06 | 0.17 | 310.75 | 0.43 | 0.7 |
| Hex | D3 | 90 | C7 | 0 | 20 | 6 | 11 | 137 | 2B | 46 |
| Octal | 323 | 220 | 307 | 0 | 40 | 6 | 21 | 467 | 53 | 106 |
| Binary | 11010011 | 10010000 | 11000111 | 0 | 100000 | 110 | 10001 | 100110111 | 101011 | 1000110 |
Color Harmonies of #D390C7
Complementary color
Monochromatic Colors of #D390C7
Black with #D390C7
Text Example
Text Example
White with #D390C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D390C7; }
p { color: rgb(211,144,199); }
H1.HeaderClassName
{
color: #D390C7;
}
.AnyTagClassName
{
color: #D390C7;
}
</style>
background-color css
<style>
a { background-color: #D390C7; }
a { background-color: rgb(211,144,199); }
div.DivClassName
{
background-color: #D390C7;
}
.BgClassName
{
background-color: #D390C7;
}
</style>
border-color css
<style>
span { border-color: #D390C7; }
span { border-color: rgb(211,144,199); }
td.TdClassName
{
border-color: #D390C7;
}
.TagClassName
{
border-color: #D390C7;
}
</style>