Shades of Lily #D39DB6
Tints of Lily #D39DB6
RGB
CMYK
RGB Variations
Color information
#D39DB6 (or 0xD39DB6) is known color: Lily. HEX triplet: D3, 9D and B6. RGB value is (211,157,182). Sum of RGB (Red+Green+Blue) = 211+157+182=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 211 - color contains mainly: red. Hex color #D39DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39DB6 is #2C6249. Grayscale: #AFAFAF. Windows color (decimal): -2908746 or 11967955. OLE color: 11967955.
HSL color Cylindrical-coordinate representation of color #D39DB6: hue angle of 332.22º 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 #D39DB6 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 157 | 182 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.17 |
| HSL | 332.22º | 0.38% | 0.72% | - |
| HSV(B) | 332.22º | 0.26% | 0.83% | - |
| XYZ | 47.36 | 41.34 | 49.74 | - |
| YUV | 176 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 157 | 182 | 0 | 0.26 | 0.14 | 0.17 | 332.22 | 0.38 | 0.72 |
| Hex | D3 | 9D | B6 | 0 | 1A | E | 11 | 14C | 26 | 48 |
| Octal | 323 | 235 | 266 | 0 | 32 | 16 | 21 | 514 | 46 | 110 |
| Binary | 11010011 | 10011101 | 10110110 | 0 | 11010 | 1110 | 10001 | 101001100 | 100110 | 1001000 |
Color Harmonies of #D39DB6
Complementary color
Monochromatic Colors of #D39DB6
Black with #D39DB6
Text Example
Text Example
White with #D39DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39DB6; }
p { color: rgb(211,157,182); }
H1.HeaderClassName
{
color: #D39DB6;
}
.AnyTagClassName
{
color: #D39DB6;
}
</style>
background-color css
<style>
a { background-color: #D39DB6; }
a { background-color: rgb(211,157,182); }
div.DivClassName
{
background-color: #D39DB6;
}
.BgClassName
{
background-color: #D39DB6;
}
</style>
border-color css
<style>
span { border-color: #D39DB6; }
span { border-color: rgb(211,157,182); }
td.TdClassName
{
border-color: #D39DB6;
}
.TagClassName
{
border-color: #D39DB6;
}
</style>