Shades of Lily #D19DBD
Tints of Lily #D19DBD
RGB
CMYK
RGB Variations
Color information
#D19DBD (or 0xD19DBD) is known color: Lily. HEX triplet: D1, 9D and BD. RGB value is (209,157,189). Sum of RGB (Red+Green+Blue) = 209+157+189=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 209 - color contains mainly: red. Hex color #D19DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19DBD is #2E6242. Grayscale: #B0B0B0. Windows color (decimal): -3039811 or 12426705. OLE color: 12426705.
HSL color Cylindrical-coordinate representation of color #D19DBD: hue angle of 323.08º 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 #D19DBD is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 157 | 189 | - |
CMYK | 0 | 0.25 | 0.10 | 0.18 |
HSL | 323.08º | 0.36% | 0.72% | - |
HSV(B) | 323.08º | 0.25% | 0.82% | - |
XYZ | 47.54 | 41.34 | 53.62 | - |
YUV | 176.2 | 135.23 | 151.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 157 | 189 | 0 | 0.25 | 0.10 | 0.18 | 323.08 | 0.36 | 0.72 |
Hex | D1 | 9D | BD | 0 | 19 | A | 12 | 143 | 24 | 48 |
Octal | 321 | 235 | 275 | 0 | 31 | 12 | 22 | 503 | 44 | 110 |
Binary | 11010001 | 10011101 | 10111101 | 0 | 11001 | 1010 | 10010 | 101000011 | 100100 | 1001000 |
Color Harmonies of #D19DBD
Complementary color
Monochromatic Colors of #D19DBD
Black with #D19DBD
Text Example
Text Example
White with #D19DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19DBD; }
p { color: rgb(209,157,189); }
H1.HeaderClassName
{
color: #D19DBD;
}
.AnyTagClassName
{
color: #D19DBD;
}
</style>
background-color css
<style>
a { background-color: #D19DBD; }
a { background-color: rgb(209,157,189); }
div.DivClassName
{
background-color: #D19DBD;
}
.BgClassName
{
background-color: #D19DBD;
}
</style>
border-color css
<style>
span { border-color: #D19DBD; }
span { border-color: rgb(209,157,189); }
td.TdClassName
{
border-color: #D19DBD;
}
.TagClassName
{
border-color: #D19DBD;
}
</style>