Shades of Lily #D39FBD
Tints of Lily #D39FBD
RGB
CMYK
RGB Variations
Color information
#D39FBD (or 0xD39FBD) is known color: Lily. HEX triplet: D3, 9F and BD. RGB value is (211,159,189). Sum of RGB (Red+Green+Blue) = 211+159+189=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 211 - color contains mainly: red. Hex color #D39FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39FBD is #2C6042. Grayscale: #B1B1B1. Windows color (decimal): -2908227 or 12427219. OLE color: 12427219.
HSL color Cylindrical-coordinate representation of color #D39FBD: hue angle of 325.38º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D39FBD is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 159 | 189 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.17 |
| HSL | 325.38º | 0.37% | 0.73% | - |
| HSV(B) | 325.38º | 0.25% | 0.83% | - |
| XYZ | 48.45 | 42.32 | 53.76 | - |
| YUV | 177.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 159 | 189 | 0 | 0.25 | 0.10 | 0.17 | 325.38 | 0.37 | 0.73 |
| Hex | D3 | 9F | BD | 0 | 19 | A | 11 | 145 | 25 | 49 |
| Octal | 323 | 237 | 275 | 0 | 31 | 12 | 21 | 505 | 45 | 111 |
| Binary | 11010011 | 10011111 | 10111101 | 0 | 11001 | 1010 | 10001 | 101000101 | 100101 | 1001001 |
Color Harmonies of #D39FBD
Complementary color
Monochromatic Colors of #D39FBD
Black with #D39FBD
Text Example
Text Example
White with #D39FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39FBD; }
p { color: rgb(211,159,189); }
H1.HeaderClassName
{
color: #D39FBD;
}
.AnyTagClassName
{
color: #D39FBD;
}
</style>
background-color css
<style>
a { background-color: #D39FBD; }
a { background-color: rgb(211,159,189); }
div.DivClassName
{
background-color: #D39FBD;
}
.BgClassName
{
background-color: #D39FBD;
}
</style>
border-color css
<style>
span { border-color: #D39FBD; }
span { border-color: rgb(211,159,189); }
td.TdClassName
{
border-color: #D39FBD;
}
.TagClassName
{
border-color: #D39FBD;
}
</style>