Shades of Lily #D39DBD
Tints of Lily #D39DBD
RGB
CMYK
RGB Variations
Color information
#D39DBD (or 0xD39DBD) is known color: Lily. HEX triplet: D3, 9D and BD. RGB value is (211,157,189). Sum of RGB (Red+Green+Blue) = 211+157+189=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 211 - color contains mainly: red. Hex color #D39DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39DBD is #2C6242. Grayscale: #B0B0B0. Windows color (decimal): -2908739 or 12426707. OLE color: 12426707.
HSL color Cylindrical-coordinate representation of color #D39DBD: hue angle of 324.44º degrees, saturation: 0.38, 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 #D39DBD is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 157 | 189 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.17 |
| HSL | 324.44º | 0.38% | 0.72% | - |
| HSV(B) | 324.44º | 0.26% | 0.83% | - |
| XYZ | 48.11 | 41.64 | 53.65 | - |
| YUV | 176.79 | 134.89 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 157 | 189 | 0 | 0.26 | 0.10 | 0.17 | 324.44 | 0.38 | 0.72 |
| Hex | D3 | 9D | BD | 0 | 1A | A | 11 | 144 | 26 | 48 |
| Octal | 323 | 235 | 275 | 0 | 32 | 12 | 21 | 504 | 46 | 110 |
| Binary | 11010011 | 10011101 | 10111101 | 0 | 11010 | 1010 | 10001 | 101000100 | 100110 | 1001000 |
Color Harmonies of #D39DBD
Complementary color
Monochromatic Colors of #D39DBD
Black with #D39DBD
Text Example
Text Example
White with #D39DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39DBD; }
p { color: rgb(211,157,189); }
H1.HeaderClassName
{
color: #D39DBD;
}
.AnyTagClassName
{
color: #D39DBD;
}
</style>
background-color css
<style>
a { background-color: #D39DBD; }
a { background-color: rgb(211,157,189); }
div.DivClassName
{
background-color: #D39DBD;
}
.BgClassName
{
background-color: #D39DBD;
}
</style>
border-color css
<style>
span { border-color: #D39DBD; }
span { border-color: rgb(211,157,189); }
td.TdClassName
{
border-color: #D39DBD;
}
.TagClassName
{
border-color: #D39DBD;
}
</style>