Shades of Lilac #D590C7
Tints of Lilac #D590C7
RGB
CMYK
RGB Variations
Color information
#D590C7 (or 0xD590C7) is known color: Lilac. HEX triplet: D5, 90 and C7. RGB value is (213,144,199). Sum of RGB (Red+Green+Blue) = 213+144+199=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D590C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D590C7 is #2A6F38. Grayscale: #AAAAAA. Windows color (decimal): -2780985 or 13078741. OLE color: 13078741.
HSL color Cylindrical-coordinate representation of color #D590C7: hue angle of 312.17º 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 #D590C7 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 144 | 199 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.16 |
| HSL | 312.17º | 0.45% | 0.7% | - |
| HSV(B) | 312.17º | 0.32% | 0.84% | - |
| XYZ | 47.72 | 38.22 | 58.89 | - |
| YUV | 170.9 | 143.86 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 199 | 0 | 0.32 | 0.07 | 0.16 | 312.17 | 0.45 | 0.7 |
| Hex | D5 | 90 | C7 | 0 | 20 | 7 | 10 | 138 | 2D | 46 |
| Octal | 325 | 220 | 307 | 0 | 40 | 7 | 20 | 470 | 55 | 106 |
| Binary | 11010101 | 10010000 | 11000111 | 0 | 100000 | 111 | 10000 | 100111000 | 101101 | 1000110 |
Color Harmonies of #D590C7
Complementary color
Monochromatic Colors of #D590C7
Black with #D590C7
Text Example
Text Example
White with #D590C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D590C7; }
p { color: rgb(213,144,199); }
H1.HeaderClassName
{
color: #D590C7;
}
.AnyTagClassName
{
color: #D590C7;
}
</style>
background-color css
<style>
a { background-color: #D590C7; }
a { background-color: rgb(213,144,199); }
div.DivClassName
{
background-color: #D590C7;
}
.BgClassName
{
background-color: #D590C7;
}
</style>
border-color css
<style>
span { border-color: #D590C7; }
span { border-color: rgb(213,144,199); }
td.TdClassName
{
border-color: #D590C7;
}
.TagClassName
{
border-color: #D590C7;
}
</style>