Shades of Lilac #D591C8
Tints of Lilac #D591C8
RGB
CMYK
RGB Variations
Color information
#D591C8 (or 0xD591C8) is known color: Lilac. HEX triplet: D5, 91 and C8. RGB value is (213,145,200). Sum of RGB (Red+Green+Blue) = 213+145+200=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 200 (78.52% from 255 or 35.84% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D591C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D591C8 is #2A6E37. Grayscale: #ABABAB. Windows color (decimal): -2780728 or 13144533. OLE color: 13144533.
HSL color Cylindrical-coordinate representation of color #D591C8: hue angle of 311.47º 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 #D591C8 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 200 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.16 |
| HSL | 311.47º | 0.45% | 0.7% | - |
| HSV(B) | 311.47º | 0.32% | 0.84% | - |
| XYZ | 47.99 | 38.57 | 59.56 | - |
| YUV | 171.6 | 144.03 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 200 | 0 | 0.32 | 0.06 | 0.16 | 311.47 | 0.45 | 0.7 |
| Hex | D5 | 91 | C8 | 0 | 20 | 6 | 10 | 137 | 2D | 46 |
| Octal | 325 | 221 | 310 | 0 | 40 | 6 | 20 | 467 | 55 | 106 |
| Binary | 11010101 | 10010001 | 11001000 | 0 | 100000 | 110 | 10000 | 100110111 | 101101 | 1000110 |
Color Harmonies of #D591C8
Complementary color
Monochromatic Colors of #D591C8
Black with #D591C8
Text Example
Text Example
White with #D591C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D591C8; }
p { color: rgb(213,145,200); }
H1.HeaderClassName
{
color: #D591C8;
}
.AnyTagClassName
{
color: #D591C8;
}
</style>
background-color css
<style>
a { background-color: #D591C8; }
a { background-color: rgb(213,145,200); }
div.DivClassName
{
background-color: #D591C8;
}
.BgClassName
{
background-color: #D591C8;
}
</style>
border-color css
<style>
span { border-color: #D591C8; }
span { border-color: rgb(213,145,200); }
td.TdClassName
{
border-color: #D591C8;
}
.TagClassName
{
border-color: #D591C8;
}
</style>