Shades of Lily #D19FB5
Tints of Lily #D19FB5
RGB
CMYK
RGB Variations
Color information
#D19FB5 (or 0xD19FB5) is known color: Lily. HEX triplet: D1, 9F and B5. RGB value is (209,159,181). Sum of RGB (Red+Green+Blue) = 209+159+181=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 209 - color contains mainly: red. Hex color #D19FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19FB5 is #2E604A. Grayscale: #B0B0B0. Windows color (decimal): -3039307 or 11902929. OLE color: 11902929.
HSL color Cylindrical-coordinate representation of color #D19FB5: hue angle of 333.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 #D19FB5 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 159 | 181 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.18 |
| HSL | 333.6º | 0.35% | 0.72% | - |
| HSV(B) | 333.6º | 0.24% | 0.82% | - |
| XYZ | 47.03 | 41.69 | 49.28 | - |
| YUV | 176.46 | 130.57 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 181 | 0 | 0.24 | 0.13 | 0.18 | 333.6 | 0.35 | 0.72 |
| Hex | D1 | 9F | B5 | 0 | 18 | D | 12 | 14E | 23 | 48 |
| Octal | 321 | 237 | 265 | 0 | 30 | 15 | 22 | 516 | 43 | 110 |
| Binary | 11010001 | 10011111 | 10110101 | 0 | 11000 | 1101 | 10010 | 101001110 | 100011 | 1001000 |
Color Harmonies of #D19FB5
Complementary color
Monochromatic Colors of #D19FB5
Black with #D19FB5
Text Example
Text Example
White with #D19FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19FB5; }
p { color: rgb(209,159,181); }
H1.HeaderClassName
{
color: #D19FB5;
}
.AnyTagClassName
{
color: #D19FB5;
}
</style>
background-color css
<style>
a { background-color: #D19FB5; }
a { background-color: rgb(209,159,181); }
div.DivClassName
{
background-color: #D19FB5;
}
.BgClassName
{
background-color: #D19FB5;
}
</style>
border-color css
<style>
span { border-color: #D19FB5; }
span { border-color: rgb(209,159,181); }
td.TdClassName
{
border-color: #D19FB5;
}
.TagClassName
{
border-color: #D19FB5;
}
</style>