Shades of Lilac #D591CB
Tints of Lilac #D591CB
RGB
CMYK
RGB Variations
Color information
#D591CB (or 0xD591CB) is known color: Lilac. HEX triplet: D5, 91 and CB. RGB value is (213,145,203). Sum of RGB (Red+Green+Blue) = 213+145+203=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D591CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D591CB is #2A6E34. Grayscale: #ABABAB. Windows color (decimal): -2780725 or 13341141. OLE color: 13341141.
HSL color Cylindrical-coordinate representation of color #D591CB: hue angle of 308.82º 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 #D591CB is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 203 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.16 |
| HSL | 308.82º | 0.45% | 0.7% | - |
| HSV(B) | 308.82º | 0.32% | 0.84% | - |
| XYZ | 48.35 | 38.71 | 61.42 | - |
| YUV | 171.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 203 | 0 | 0.32 | 0.05 | 0.16 | 308.82 | 0.45 | 0.7 |
| Hex | D5 | 91 | CB | 0 | 20 | 5 | 10 | 135 | 2D | 46 |
| Octal | 325 | 221 | 313 | 0 | 40 | 5 | 20 | 465 | 55 | 106 |
| Binary | 11010101 | 10010001 | 11001011 | 0 | 100000 | 101 | 10000 | 100110101 | 101101 | 1000110 |
Color Harmonies of #D591CB
Complementary color
Monochromatic Colors of #D591CB
Black with #D591CB
Text Example
Text Example
White with #D591CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D591CB; }
p { color: rgb(213,145,203); }
H1.HeaderClassName
{
color: #D591CB;
}
.AnyTagClassName
{
color: #D591CB;
}
</style>
background-color css
<style>
a { background-color: #D591CB; }
a { background-color: rgb(213,145,203); }
div.DivClassName
{
background-color: #D591CB;
}
.BgClassName
{
background-color: #D591CB;
}
</style>
border-color css
<style>
span { border-color: #D591CB; }
span { border-color: rgb(213,145,203); }
td.TdClassName
{
border-color: #D591CB;
}
.TagClassName
{
border-color: #D591CB;
}
</style>