Shades of Lilac #D59CCB
Tints of Lilac #D59CCB
RGB
CMYK
RGB Variations
Color information
#D59CCB (or 0xD59CCB) is known color: Lilac. HEX triplet: D5, 9C and CB. RGB value is (213,156,203). Sum of RGB (Red+Green+Blue) = 213+156+203=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CCB is #2A6334. Grayscale: #B2B2B2. Windows color (decimal): -2777909 or 13343957. OLE color: 13343957.
HSL color Cylindrical-coordinate representation of color #D59CCB: hue angle of 310.53º degrees, saturation: 0.4, 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 #D59CCB is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 203 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.16 |
| HSL | 310.53º | 0.4% | 0.72% | - |
| HSV(B) | 310.53º | 0.27% | 0.84% | - |
| XYZ | 50.11 | 42.23 | 62.01 | - |
| YUV | 178.4 | 141.88 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 203 | 0 | 0.27 | 0.05 | 0.16 | 310.53 | 0.4 | 0.72 |
| Hex | D5 | 9C | CB | 0 | 1B | 5 | 10 | 137 | 28 | 48 |
| Octal | 325 | 234 | 313 | 0 | 33 | 5 | 20 | 467 | 50 | 110 |
| Binary | 11010101 | 10011100 | 11001011 | 0 | 11011 | 101 | 10000 | 100110111 | 101000 | 1001000 |
Color Harmonies of #D59CCB
Complementary color
Monochromatic Colors of #D59CCB
Black with #D59CCB
Text Example
Text Example
White with #D59CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59CCB; }
p { color: rgb(213,156,203); }
H1.HeaderClassName
{
color: #D59CCB;
}
.AnyTagClassName
{
color: #D59CCB;
}
</style>
background-color css
<style>
a { background-color: #D59CCB; }
a { background-color: rgb(213,156,203); }
div.DivClassName
{
background-color: #D59CCB;
}
.BgClassName
{
background-color: #D59CCB;
}
</style>
border-color css
<style>
span { border-color: #D59CCB; }
span { border-color: rgb(213,156,203); }
td.TdClassName
{
border-color: #D59CCB;
}
.TagClassName
{
border-color: #D59CCB;
}
</style>