Shades of Lilac #D59DC7
Tints of Lilac #D59DC7
RGB
CMYK
RGB Variations
Color information
#D59DC7 (or 0xD59DC7) is known color: Lilac. HEX triplet: D5, 9D and C7. RGB value is (213,157,199). Sum of RGB (Red+Green+Blue) = 213+157+199=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 199 (78.12% from 255 or 34.97% from 569); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DC7 is #2A6238. Grayscale: #B2B2B2. Windows color (decimal): -2777657 or 13082069. OLE color: 13082069.
HSL color Cylindrical-coordinate representation of color #D59DC7: hue angle of 315º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59DC7 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 199 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.16 |
| HSL | 315º | 0.4% | 0.73% | - |
| HSV(B) | 315º | 0.26% | 0.84% | - |
| XYZ | 49.81 | 42.38 | 59.59 | - |
| YUV | 178.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 199 | 0 | 0.26 | 0.07 | 0.16 | 315 | 0.4 | 0.73 |
| Hex | D5 | 9D | C7 | 0 | 1A | 7 | 10 | 13B | 28 | 49 |
| Octal | 325 | 235 | 307 | 0 | 32 | 7 | 20 | 473 | 50 | 111 |
| Binary | 11010101 | 10011101 | 11000111 | 0 | 11010 | 111 | 10000 | 100111011 | 101000 | 1001001 |
Color Harmonies of #D59DC7
Complementary color
Monochromatic Colors of #D59DC7
Black with #D59DC7
Text Example
Text Example
White with #D59DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59DC7; }
p { color: rgb(213,157,199); }
H1.HeaderClassName
{
color: #D59DC7;
}
.AnyTagClassName
{
color: #D59DC7;
}
</style>
background-color css
<style>
a { background-color: #D59DC7; }
a { background-color: rgb(213,157,199); }
div.DivClassName
{
background-color: #D59DC7;
}
.BgClassName
{
background-color: #D59DC7;
}
</style>
border-color css
<style>
span { border-color: #D59DC7; }
span { border-color: rgb(213,157,199); }
td.TdClassName
{
border-color: #D59DC7;
}
.TagClassName
{
border-color: #D59DC7;
}
</style>