Shades of Lily #D39DB9
Tints of Lily #D39DB9
RGB
CMYK
RGB Variations
Color information
#D39DB9 (or 0xD39DB9) is known color: Lily. HEX triplet: D3, 9D and B9. RGB value is (211,157,185). Sum of RGB (Red+Green+Blue) = 211+157+185=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 211 - color contains mainly: red. Hex color #D39DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39DB9 is #2C6246. Grayscale: #B0B0B0. Windows color (decimal): -2908743 or 12164563. OLE color: 12164563.
HSL color Cylindrical-coordinate representation of color #D39DB9: hue angle of 328.89º 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 #D39DB9 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 157 | 185 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.17 |
| HSL | 328.89º | 0.38% | 0.72% | - |
| HSV(B) | 328.89º | 0.26% | 0.83% | - |
| XYZ | 47.68 | 41.47 | 51.39 | - |
| YUV | 176.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 157 | 185 | 0 | 0.26 | 0.12 | 0.17 | 328.89 | 0.38 | 0.72 |
| Hex | D3 | 9D | B9 | 0 | 1A | C | 11 | 149 | 26 | 48 |
| Octal | 323 | 235 | 271 | 0 | 32 | 14 | 21 | 511 | 46 | 110 |
| Binary | 11010011 | 10011101 | 10111001 | 0 | 11010 | 1100 | 10001 | 101001001 | 100110 | 1001000 |
Color Harmonies of #D39DB9
Complementary color
Monochromatic Colors of #D39DB9
Black with #D39DB9
Text Example
Text Example
White with #D39DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39DB9; }
p { color: rgb(211,157,185); }
H1.HeaderClassName
{
color: #D39DB9;
}
.AnyTagClassName
{
color: #D39DB9;
}
</style>
background-color css
<style>
a { background-color: #D39DB9; }
a { background-color: rgb(211,157,185); }
div.DivClassName
{
background-color: #D39DB9;
}
.BgClassName
{
background-color: #D39DB9;
}
</style>
border-color css
<style>
span { border-color: #D39DB9; }
span { border-color: rgb(211,157,185); }
td.TdClassName
{
border-color: #D39DB9;
}
.TagClassName
{
border-color: #D39DB9;
}
</style>