Shades of Lily #D39FBE
Tints of Lily #D39FBE
RGB
CMYK
RGB Variations
Color information
#D39FBE (or 0xD39FBE) is known color: Lily. HEX triplet: D3, 9F and BE. RGB value is (211,159,190). Sum of RGB (Red+Green+Blue) = 211+159+190=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 211 - color contains mainly: red. Hex color #D39FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39FBE is #2C6041. Grayscale: #B2B2B2. Windows color (decimal): -2908226 or 12492755. OLE color: 12492755.
HSL color Cylindrical-coordinate representation of color #D39FBE: hue angle of 324.23º 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 #D39FBE is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 159 | 190 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.17 |
| HSL | 324.23º | 0.37% | 0.73% | - |
| HSV(B) | 324.23º | 0.25% | 0.83% | - |
| XYZ | 48.56 | 42.36 | 54.33 | - |
| YUV | 178.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 159 | 190 | 0 | 0.25 | 0.10 | 0.17 | 324.23 | 0.37 | 0.73 |
| Hex | D3 | 9F | BE | 0 | 19 | A | 11 | 144 | 25 | 49 |
| Octal | 323 | 237 | 276 | 0 | 31 | 12 | 21 | 504 | 45 | 111 |
| Binary | 11010011 | 10011111 | 10111110 | 0 | 11001 | 1010 | 10001 | 101000100 | 100101 | 1001001 |
Color Harmonies of #D39FBE
Complementary color
Monochromatic Colors of #D39FBE
Black with #D39FBE
Text Example
Text Example
White with #D39FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39FBE; }
p { color: rgb(211,159,190); }
H1.HeaderClassName
{
color: #D39FBE;
}
.AnyTagClassName
{
color: #D39FBE;
}
</style>
background-color css
<style>
a { background-color: #D39FBE; }
a { background-color: rgb(211,159,190); }
div.DivClassName
{
background-color: #D39FBE;
}
.BgClassName
{
background-color: #D39FBE;
}
</style>
border-color css
<style>
span { border-color: #D39FBE; }
span { border-color: rgb(211,159,190); }
td.TdClassName
{
border-color: #D39FBE;
}
.TagClassName
{
border-color: #D39FBE;
}
</style>