Shades of Lilac #D390C5
Tints of Lilac #D390C5
RGB
CMYK
RGB Variations
Color information
#D390C5 (or 0xD390C5) is known color: Lilac. HEX triplet: D3, 90 and C5. RGB value is (211,144,197). Sum of RGB (Red+Green+Blue) = 211+144+197=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 211 - color contains mainly: red. Hex color #D390C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D390C5 is #2C6F3A. Grayscale: #A9A9A9. Windows color (decimal): -2912059 or 12947667. OLE color: 12947667.
HSL color Cylindrical-coordinate representation of color #D390C5: hue angle of 312.54º 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 #D390C5 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
RGB | 211 | 144 | 197 | - |
CMYK | 0 | 0.32 | 0.07 | 0.17 |
HSL | 312.54º | 0.43% | 0.7% | - |
HSV(B) | 312.54º | 0.32% | 0.83% | - |
XYZ | 46.92 | 37.83 | 57.65 | - |
YUV | 170.08 | 143.2 | 157.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 144 | 197 | 0 | 0.32 | 0.07 | 0.17 | 312.54 | 0.43 | 0.7 |
Hex | D3 | 90 | C5 | 0 | 20 | 7 | 11 | 139 | 2B | 46 |
Octal | 323 | 220 | 305 | 0 | 40 | 7 | 21 | 471 | 53 | 106 |
Binary | 11010011 | 10010000 | 11000101 | 0 | 100000 | 111 | 10001 | 100111001 | 101011 | 1000110 |
Color Harmonies of #D390C5
Complementary color
Monochromatic Colors of #D390C5
Black with #D390C5
Text Example
Text Example
White with #D390C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D390C5; }
p { color: rgb(211,144,197); }
H1.HeaderClassName
{
color: #D390C5;
}
.AnyTagClassName
{
color: #D390C5;
}
</style>
background-color css
<style>
a { background-color: #D390C5; }
a { background-color: rgb(211,144,197); }
div.DivClassName
{
background-color: #D390C5;
}
.BgClassName
{
background-color: #D390C5;
}
</style>
border-color css
<style>
span { border-color: #D390C5; }
span { border-color: rgb(211,144,197); }
td.TdClassName
{
border-color: #D390C5;
}
.TagClassName
{
border-color: #D390C5;
}
</style>