Shades of Lily #D19FBE
Tints of Lily #D19FBE
RGB
CMYK
RGB Variations
Color information
#D19FBE (or 0xD19FBE) is known color: Lily. HEX triplet: D1, 9F and BE. RGB value is (209,159,190). Sum of RGB (Red+Green+Blue) = 209+159+190=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 209 - color contains mainly: red. Hex color #D19FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19FBE is #2E6041. Grayscale: #B1B1B1. Windows color (decimal): -3039298 or 12492753. OLE color: 12492753.
HSL color Cylindrical-coordinate representation of color #D19FBE: hue angle of 322.8º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D19FBE is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 159 | 190 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.18 |
| HSL | 322.8º | 0.35% | 0.72% | - |
| HSV(B) | 322.8º | 0.24% | 0.82% | - |
| XYZ | 47.99 | 42.07 | 54.31 | - |
| YUV | 177.48 | 135.07 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 190 | 0 | 0.24 | 0.09 | 0.18 | 322.8 | 0.35 | 0.72 |
| Hex | D1 | 9F | BE | 0 | 18 | 9 | 12 | 143 | 23 | 48 |
| Octal | 321 | 237 | 276 | 0 | 30 | 11 | 22 | 503 | 43 | 110 |
| Binary | 11010001 | 10011111 | 10111110 | 0 | 11000 | 1001 | 10010 | 101000011 | 100011 | 1001000 |
Color Harmonies of #D19FBE
Complementary color
Monochromatic Colors of #D19FBE
Black with #D19FBE
Text Example
Text Example
White with #D19FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19FBE; }
p { color: rgb(209,159,190); }
H1.HeaderClassName
{
color: #D19FBE;
}
.AnyTagClassName
{
color: #D19FBE;
}
</style>
background-color css
<style>
a { background-color: #D19FBE; }
a { background-color: rgb(209,159,190); }
div.DivClassName
{
background-color: #D19FBE;
}
.BgClassName
{
background-color: #D19FBE;
}
</style>
border-color css
<style>
span { border-color: #D19FBE; }
span { border-color: rgb(209,159,190); }
td.TdClassName
{
border-color: #D19FBE;
}
.TagClassName
{
border-color: #D19FBE;
}
</style>