Shades of Lilac #D590CC
Tints of Lilac #D590CC
RGB
CMYK
RGB Variations
Color information
#D590CC (or 0xD590CC) is known color: Lilac. HEX triplet: D5, 90 and CC. RGB value is (213,144,204). Sum of RGB (Red+Green+Blue) = 213+144+204=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D590CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D590CC is #2A6F33. Grayscale: #ABABAB. Windows color (decimal): -2780980 or 13406421. OLE color: 13406421.
HSL color Cylindrical-coordinate representation of color #D590CC: hue angle of 307.83º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D590CC is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 144 | 204 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.16 |
| HSL | 307.83º | 0.45% | 0.7% | - |
| HSV(B) | 307.83º | 0.32% | 0.84% | - |
| XYZ | 48.31 | 38.45 | 62 | - |
| YUV | 171.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 204 | 0 | 0.32 | 0.04 | 0.16 | 307.83 | 0.45 | 0.7 |
| Hex | D5 | 90 | CC | 0 | 20 | 4 | 10 | 134 | 2D | 46 |
| Octal | 325 | 220 | 314 | 0 | 40 | 4 | 20 | 464 | 55 | 106 |
| Binary | 11010101 | 10010000 | 11001100 | 0 | 100000 | 100 | 10000 | 100110100 | 101101 | 1000110 |
Color Harmonies of #D590CC
Complementary color
Monochromatic Colors of #D590CC
Black with #D590CC
Text Example
Text Example
White with #D590CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D590CC; }
p { color: rgb(213,144,204); }
H1.HeaderClassName
{
color: #D590CC;
}
.AnyTagClassName
{
color: #D590CC;
}
</style>
background-color css
<style>
a { background-color: #D590CC; }
a { background-color: rgb(213,144,204); }
div.DivClassName
{
background-color: #D590CC;
}
.BgClassName
{
background-color: #D590CC;
}
</style>
border-color css
<style>
span { border-color: #D590CC; }
span { border-color: rgb(213,144,204); }
td.TdClassName
{
border-color: #D590CC;
}
.TagClassName
{
border-color: #D590CC;
}
</style>