Shades of Lilac #D591C5
Tints of Lilac #D591C5
RGB
CMYK
RGB Variations
Color information
#D591C5 (or 0xD591C5) is known color: Lilac. HEX triplet: D5, 91 and C5. RGB value is (213,145,197). Sum of RGB (Red+Green+Blue) = 213+145+197=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D591C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D591C5 is #2A6E3A. Grayscale: #ABABAB. Windows color (decimal): -2780731 or 12947925. OLE color: 12947925.
HSL color Cylindrical-coordinate representation of color #D591C5: hue angle of 314.12º 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 #D591C5 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 197 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.16 |
| HSL | 314.12º | 0.45% | 0.7% | - |
| HSV(B) | 314.12º | 0.32% | 0.84% | - |
| XYZ | 47.64 | 38.43 | 57.73 | - |
| YUV | 171.26 | 142.53 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 197 | 0 | 0.32 | 0.08 | 0.16 | 314.12 | 0.45 | 0.7 |
| Hex | D5 | 91 | C5 | 0 | 20 | 8 | 10 | 13A | 2D | 46 |
| Octal | 325 | 221 | 305 | 0 | 40 | 10 | 20 | 472 | 55 | 106 |
| Binary | 11010101 | 10010001 | 11000101 | 0 | 100000 | 1000 | 10000 | 100111010 | 101101 | 1000110 |
Color Harmonies of #D591C5
Complementary color
Monochromatic Colors of #D591C5
Black with #D591C5
Text Example
Text Example
White with #D591C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D591C5; }
p { color: rgb(213,145,197); }
H1.HeaderClassName
{
color: #D591C5;
}
.AnyTagClassName
{
color: #D591C5;
}
</style>
background-color css
<style>
a { background-color: #D591C5; }
a { background-color: rgb(213,145,197); }
div.DivClassName
{
background-color: #D591C5;
}
.BgClassName
{
background-color: #D591C5;
}
</style>
border-color css
<style>
span { border-color: #D591C5; }
span { border-color: rgb(213,145,197); }
td.TdClassName
{
border-color: #D591C5;
}
.TagClassName
{
border-color: #D591C5;
}
</style>