Shades of Lilac #D390C2
Tints of Lilac #D390C2
RGB
CMYK
RGB Variations
Color information
#D390C2 (or 0xD390C2) is known color: Lilac. HEX triplet: D3, 90 and C2. RGB value is (211,144,194). Sum of RGB (Red+Green+Blue) = 211+144+194=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 211 - color contains mainly: red. Hex color #D390C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D390C2 is #2C6F3D. Grayscale: #A9A9A9. Windows color (decimal): -2912062 or 12751059. OLE color: 12751059.
HSL color Cylindrical-coordinate representation of color #D390C2: hue angle of 315.22º 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 #D390C2 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 144 | 194 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.17 |
| HSL | 315.22º | 0.43% | 0.7% | - |
| HSV(B) | 315.22º | 0.32% | 0.83% | - |
| XYZ | 46.57 | 37.69 | 55.86 | - |
| YUV | 169.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 144 | 194 | 0 | 0.32 | 0.08 | 0.17 | 315.22 | 0.43 | 0.7 |
| Hex | D3 | 90 | C2 | 0 | 20 | 8 | 11 | 13B | 2B | 46 |
| Octal | 323 | 220 | 302 | 0 | 40 | 10 | 21 | 473 | 53 | 106 |
| Binary | 11010011 | 10010000 | 11000010 | 0 | 100000 | 1000 | 10001 | 100111011 | 101011 | 1000110 |
Color Harmonies of #D390C2
Complementary color
Monochromatic Colors of #D390C2
Black with #D390C2
Text Example
Text Example
White with #D390C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D390C2; }
p { color: rgb(211,144,194); }
H1.HeaderClassName
{
color: #D390C2;
}
.AnyTagClassName
{
color: #D390C2;
}
</style>
background-color css
<style>
a { background-color: #D390C2; }
a { background-color: rgb(211,144,194); }
div.DivClassName
{
background-color: #D390C2;
}
.BgClassName
{
background-color: #D390C2;
}
</style>
border-color css
<style>
span { border-color: #D390C2; }
span { border-color: rgb(211,144,194); }
td.TdClassName
{
border-color: #D390C2;
}
.TagClassName
{
border-color: #D390C2;
}
</style>