Shades of Lily #D19FB6
Tints of Lily #D19FB6
RGB
CMYK
RGB Variations
Color information
#D19FB6 (or 0xD19FB6) is known color: Lily. HEX triplet: D1, 9F and B6. RGB value is (209,159,182). Sum of RGB (Red+Green+Blue) = 209+159+182=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 209 - color contains mainly: red. Hex color #D19FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19FB6 is #2E6049. Grayscale: #B0B0B0. Windows color (decimal): -3039306 or 11968465. OLE color: 11968465.
HSL color Cylindrical-coordinate representation of color #D19FB6: hue angle of 332.4º 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 #D19FB6 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 159 | 182 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.18 |
| HSL | 332.4º | 0.35% | 0.72% | - |
| HSV(B) | 332.4º | 0.24% | 0.82% | - |
| XYZ | 47.14 | 41.73 | 49.83 | - |
| YUV | 176.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 182 | 0 | 0.24 | 0.13 | 0.18 | 332.4 | 0.35 | 0.72 |
| Hex | D1 | 9F | B6 | 0 | 18 | D | 12 | 14C | 23 | 48 |
| Octal | 321 | 237 | 266 | 0 | 30 | 15 | 22 | 514 | 43 | 110 |
| Binary | 11010001 | 10011111 | 10110110 | 0 | 11000 | 1101 | 10010 | 101001100 | 100011 | 1001000 |
Color Harmonies of #D19FB6
Complementary color
Monochromatic Colors of #D19FB6
Black with #D19FB6
Text Example
Text Example
White with #D19FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19FB6; }
p { color: rgb(209,159,182); }
H1.HeaderClassName
{
color: #D19FB6;
}
.AnyTagClassName
{
color: #D19FB6;
}
</style>
background-color css
<style>
a { background-color: #D19FB6; }
a { background-color: rgb(209,159,182); }
div.DivClassName
{
background-color: #D19FB6;
}
.BgClassName
{
background-color: #D19FB6;
}
</style>
border-color css
<style>
span { border-color: #D19FB6; }
span { border-color: rgb(209,159,182); }
td.TdClassName
{
border-color: #D19FB6;
}
.TagClassName
{
border-color: #D19FB6;
}
</style>