Shades of Lily #D19FB4
Tints of Lily #D19FB4
RGB
CMYK
RGB Variations
Color information
#D19FB4 (or 0xD19FB4) is known color: Lily. HEX triplet: D1, 9F and B4. RGB value is (209,159,180). Sum of RGB (Red+Green+Blue) = 209+159+180=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 209 - color contains mainly: red. Hex color #D19FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19FB4 is #2E604B. Grayscale: #B0B0B0. Windows color (decimal): -3039308 or 11837393. OLE color: 11837393.
HSL color Cylindrical-coordinate representation of color #D19FB4: hue angle of 334.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 #D19FB4 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 159 | 180 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.18 |
| HSL | 334.8º | 0.35% | 0.72% | - |
| HSV(B) | 334.8º | 0.24% | 0.82% | - |
| XYZ | 46.93 | 41.65 | 48.75 | - |
| YUV | 176.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 180 | 0 | 0.24 | 0.14 | 0.18 | 334.8 | 0.35 | 0.72 |
| Hex | D1 | 9F | B4 | 0 | 18 | E | 12 | 14F | 23 | 48 |
| Octal | 321 | 237 | 264 | 0 | 30 | 16 | 22 | 517 | 43 | 110 |
| Binary | 11010001 | 10011111 | 10110100 | 0 | 11000 | 1110 | 10010 | 101001111 | 100011 | 1001000 |
Color Harmonies of #D19FB4
Complementary color
Monochromatic Colors of #D19FB4
Black with #D19FB4
Text Example
Text Example
White with #D19FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19FB4; }
p { color: rgb(209,159,180); }
H1.HeaderClassName
{
color: #D19FB4;
}
.AnyTagClassName
{
color: #D19FB4;
}
</style>
background-color css
<style>
a { background-color: #D19FB4; }
a { background-color: rgb(209,159,180); }
div.DivClassName
{
background-color: #D19FB4;
}
.BgClassName
{
background-color: #D19FB4;
}
</style>
border-color css
<style>
span { border-color: #D19FB4; }
span { border-color: rgb(209,159,180); }
td.TdClassName
{
border-color: #D19FB4;
}
.TagClassName
{
border-color: #D19FB4;
}
</style>