Shades of Lilac #D59BCE
Tints of Lilac #D59BCE
RGB
CMYK
RGB Variations
Color information
#D59BCE (or 0xD59BCE) is known color: Lilac. HEX triplet: D5, 9B and CE. RGB value is (213,155,206). Sum of RGB (Red+Green+Blue) = 213+155+206=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59BCE is #2A6431. Grayscale: #B2B2B2. Windows color (decimal): -2778162 or 13540309. OLE color: 13540309.
HSL color Cylindrical-coordinate representation of color #D59BCE: hue angle of 307.24º 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 #D59BCE is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 206 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.16 |
| HSL | 307.24º | 0.41% | 0.72% | - |
| HSV(B) | 307.24º | 0.27% | 0.84% | - |
| XYZ | 50.3 | 42.05 | 63.86 | - |
| YUV | 178.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 206 | 0 | 0.27 | 0.03 | 0.16 | 307.24 | 0.41 | 0.72 |
| Hex | D5 | 9B | CE | 0 | 1B | 3 | 10 | 133 | 29 | 48 |
| Octal | 325 | 233 | 316 | 0 | 33 | 3 | 20 | 463 | 51 | 110 |
| Binary | 11010101 | 10011011 | 11001110 | 0 | 11011 | 11 | 10000 | 100110011 | 101001 | 1001000 |
Color Harmonies of #D59BCE
Complementary color
Monochromatic Colors of #D59BCE
Black with #D59BCE
Text Example
Text Example
White with #D59BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BCE; }
p { color: rgb(213,155,206); }
H1.HeaderClassName
{
color: #D59BCE;
}
.AnyTagClassName
{
color: #D59BCE;
}
</style>
background-color css
<style>
a { background-color: #D59BCE; }
a { background-color: rgb(213,155,206); }
div.DivClassName
{
background-color: #D59BCE;
}
.BgClassName
{
background-color: #D59BCE;
}
</style>
border-color css
<style>
span { border-color: #D59BCE; }
span { border-color: rgb(213,155,206); }
td.TdClassName
{
border-color: #D59BCE;
}
.TagClassName
{
border-color: #D59BCE;
}
</style>