Shades of Lily #D09DB2
Tints of Lily #D09DB2
RGB
CMYK
RGB Variations
Color information
#D09DB2 (or 0xD09DB2) is known color: Lily. HEX triplet: D0, 9D and B2. RGB value is (208,157,178). Sum of RGB (Red+Green+Blue) = 208+157+178=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D09DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09DB2 is #2F624D. Grayscale: #AEAEAE. Windows color (decimal): -3105358 or 11705808. OLE color: 11705808.
HSL color Cylindrical-coordinate representation of color #D09DB2: hue angle of 335.29º degrees, saturation: 0.35, 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 #D09DB2 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 178 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.18 |
| HSL | 335.29º | 0.35% | 0.72% | - |
| HSV(B) | 335.29º | 0.25% | 0.82% | - |
| XYZ | 46.11 | 40.74 | 47.55 | - |
| YUV | 174.64 | 129.9 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 178 | 0 | 0.25 | 0.14 | 0.18 | 335.29 | 0.35 | 0.72 |
| Hex | D0 | 9D | B2 | 0 | 19 | E | 12 | 14F | 23 | 48 |
| Octal | 320 | 235 | 262 | 0 | 31 | 16 | 22 | 517 | 43 | 110 |
| Binary | 11010000 | 10011101 | 10110010 | 0 | 11001 | 1110 | 10010 | 101001111 | 100011 | 1001000 |
Color Harmonies of #D09DB2
Complementary color
Monochromatic Colors of #D09DB2
Black with #D09DB2
Text Example
Text Example
White with #D09DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09DB2; }
p { color: rgb(208,157,178); }
H1.HeaderClassName
{
color: #D09DB2;
}
.AnyTagClassName
{
color: #D09DB2;
}
</style>
background-color css
<style>
a { background-color: #D09DB2; }
a { background-color: rgb(208,157,178); }
div.DivClassName
{
background-color: #D09DB2;
}
.BgClassName
{
background-color: #D09DB2;
}
</style>
border-color css
<style>
span { border-color: #D09DB2; }
span { border-color: rgb(208,157,178); }
td.TdClassName
{
border-color: #D09DB2;
}
.TagClassName
{
border-color: #D09DB2;
}
</style>