Shades of Lilac #D59BCC
Tints of Lilac #D59BCC
RGB
CMYK
RGB Variations
Color information
#D59BCC (or 0xD59BCC) is known color: Lilac. HEX triplet: D5, 9B and CC. RGB value is (213,155,204). Sum of RGB (Red+Green+Blue) = 213+155+204=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59BCC is #2A6433. Grayscale: #B1B1B1. Windows color (decimal): -2778164 or 13409237. OLE color: 13409237.
HSL color Cylindrical-coordinate representation of color #D59BCC: hue angle of 309.31º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59BCC is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 204 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.16 |
| HSL | 309.31º | 0.41% | 0.72% | - |
| HSV(B) | 309.31º | 0.27% | 0.84% | - |
| XYZ | 50.06 | 41.95 | 62.59 | - |
| YUV | 177.93 | 142.72 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 204 | 0 | 0.27 | 0.04 | 0.16 | 309.31 | 0.41 | 0.72 |
| Hex | D5 | 9B | CC | 0 | 1B | 4 | 10 | 135 | 29 | 48 |
| Octal | 325 | 233 | 314 | 0 | 33 | 4 | 20 | 465 | 51 | 110 |
| Binary | 11010101 | 10011011 | 11001100 | 0 | 11011 | 100 | 10000 | 100110101 | 101001 | 1001000 |
Color Harmonies of #D59BCC
Complementary color
Monochromatic Colors of #D59BCC
Black with #D59BCC
Text Example
Text Example
White with #D59BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BCC; }
p { color: rgb(213,155,204); }
H1.HeaderClassName
{
color: #D59BCC;
}
.AnyTagClassName
{
color: #D59BCC;
}
</style>
background-color css
<style>
a { background-color: #D59BCC; }
a { background-color: rgb(213,155,204); }
div.DivClassName
{
background-color: #D59BCC;
}
.BgClassName
{
background-color: #D59BCC;
}
</style>
border-color css
<style>
span { border-color: #D59BCC; }
span { border-color: rgb(213,155,204); }
td.TdClassName
{
border-color: #D59BCC;
}
.TagClassName
{
border-color: #D59BCC;
}
</style>