Shades of Lily #D19DBB
Tints of Lily #D19DBB
RGB
CMYK
RGB Variations
Color information
#D19DBB (or 0xD19DBB) is known color: Lily. HEX triplet: D1, 9D and BB. RGB value is (209,157,187). Sum of RGB (Red+Green+Blue) = 209+157+187=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 209 - color contains mainly: red. Hex color #D19DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19DBB is #2E6244. Grayscale: #AFAFAF. Windows color (decimal): -3039813 or 12295633. OLE color: 12295633.
HSL color Cylindrical-coordinate representation of color #D19DBB: hue angle of 325.38º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D19DBB is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 157 | 187 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.18 |
| HSL | 325.38º | 0.36% | 0.72% | - |
| HSV(B) | 325.38º | 0.25% | 0.82% | - |
| XYZ | 47.32 | 41.26 | 52.48 | - |
| YUV | 175.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 187 | 0 | 0.25 | 0.11 | 0.18 | 325.38 | 0.36 | 0.72 |
| Hex | D1 | 9D | BB | 0 | 19 | B | 12 | 145 | 24 | 48 |
| Octal | 321 | 235 | 273 | 0 | 31 | 13 | 22 | 505 | 44 | 110 |
| Binary | 11010001 | 10011101 | 10111011 | 0 | 11001 | 1011 | 10010 | 101000101 | 100100 | 1001000 |
Color Harmonies of #D19DBB
Complementary color
Monochromatic Colors of #D19DBB
Black with #D19DBB
Text Example
Text Example
White with #D19DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19DBB; }
p { color: rgb(209,157,187); }
H1.HeaderClassName
{
color: #D19DBB;
}
.AnyTagClassName
{
color: #D19DBB;
}
</style>
background-color css
<style>
a { background-color: #D19DBB; }
a { background-color: rgb(209,157,187); }
div.DivClassName
{
background-color: #D19DBB;
}
.BgClassName
{
background-color: #D19DBB;
}
</style>
border-color css
<style>
span { border-color: #D19DBB; }
span { border-color: rgb(209,157,187); }
td.TdClassName
{
border-color: #D19DBB;
}
.TagClassName
{
border-color: #D19DBB;
}
</style>