Shades of Lily #D19FBA
Tints of Lily #D19FBA
RGB
CMYK
RGB Variations
Color information
#D19FBA (or 0xD19FBA) is known color: Lily. HEX triplet: D1, 9F and BA. RGB value is (209,159,186). Sum of RGB (Red+Green+Blue) = 209+159+186=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 209 - color contains mainly: red. Hex color #D19FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19FBA is #2E6045. Grayscale: #B0B0B0. Windows color (decimal): -3039302 or 12230609. OLE color: 12230609.
HSL color Cylindrical-coordinate representation of color #D19FBA: hue angle of 327.6º 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 #D19FBA is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 159 | 186 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.18 |
| HSL | 327.6º | 0.35% | 0.72% | - |
| HSV(B) | 327.6º | 0.24% | 0.82% | - |
| XYZ | 47.56 | 41.9 | 52.03 | - |
| YUV | 177.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 186 | 0 | 0.24 | 0.11 | 0.18 | 327.6 | 0.35 | 0.72 |
| Hex | D1 | 9F | BA | 0 | 18 | B | 12 | 148 | 23 | 48 |
| Octal | 321 | 237 | 272 | 0 | 30 | 13 | 22 | 510 | 43 | 110 |
| Binary | 11010001 | 10011111 | 10111010 | 0 | 11000 | 1011 | 10010 | 101001000 | 100011 | 1001000 |
Color Harmonies of #D19FBA
Complementary color
Monochromatic Colors of #D19FBA
Black with #D19FBA
Text Example
Text Example
White with #D19FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19FBA; }
p { color: rgb(209,159,186); }
H1.HeaderClassName
{
color: #D19FBA;
}
.AnyTagClassName
{
color: #D19FBA;
}
</style>
background-color css
<style>
a { background-color: #D19FBA; }
a { background-color: rgb(209,159,186); }
div.DivClassName
{
background-color: #D19FBA;
}
.BgClassName
{
background-color: #D19FBA;
}
</style>
border-color css
<style>
span { border-color: #D19FBA; }
span { border-color: rgb(209,159,186); }
td.TdClassName
{
border-color: #D19FBA;
}
.TagClassName
{
border-color: #D19FBA;
}
</style>