Shades of Lily #D49DBD
Tints of Lily #D49DBD
RGB
CMYK
RGB Variations
Color information
#D49DBD (or 0xD49DBD) is known color: Lily. HEX triplet: D4, 9D and BD. RGB value is (212,157,189). Sum of RGB (Red+Green+Blue) = 212+157+189=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D49DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49DBD is #2B6242. Grayscale: #B1B1B1. Windows color (decimal): -2843203 or 12426708. OLE color: 12426708.
HSL color Cylindrical-coordinate representation of color #D49DBD: hue angle of 325.09º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D49DBD is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 157 | 189 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.17 |
| HSL | 325.09º | 0.39% | 0.72% | - |
| HSV(B) | 325.09º | 0.26% | 0.83% | - |
| XYZ | 48.39 | 41.79 | 53.66 | - |
| YUV | 177.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 157 | 189 | 0 | 0.26 | 0.11 | 0.17 | 325.09 | 0.39 | 0.72 |
| Hex | D4 | 9D | BD | 0 | 1A | B | 11 | 145 | 27 | 48 |
| Octal | 324 | 235 | 275 | 0 | 32 | 13 | 21 | 505 | 47 | 110 |
| Binary | 11010100 | 10011101 | 10111101 | 0 | 11010 | 1011 | 10001 | 101000101 | 100111 | 1001000 |
Color Harmonies of #D49DBD
Complementary color
Monochromatic Colors of #D49DBD
Black with #D49DBD
Text Example
Text Example
White with #D49DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49DBD; }
p { color: rgb(212,157,189); }
H1.HeaderClassName
{
color: #D49DBD;
}
.AnyTagClassName
{
color: #D49DBD;
}
</style>
background-color css
<style>
a { background-color: #D49DBD; }
a { background-color: rgb(212,157,189); }
div.DivClassName
{
background-color: #D49DBD;
}
.BgClassName
{
background-color: #D49DBD;
}
</style>
border-color css
<style>
span { border-color: #D49DBD; }
span { border-color: rgb(212,157,189); }
td.TdClassName
{
border-color: #D49DBD;
}
.TagClassName
{
border-color: #D49DBD;
}
</style>