Shades of Lily #D08DB9
Tints of Lily #D08DB9
RGB
CMYK
RGB Variations
Color information
#D08DB9 (or 0xD08DB9) is known color: Lily. HEX triplet: D0, 8D and B9. RGB value is (208,141,185). Sum of RGB (Red+Green+Blue) = 208+141+185=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D08DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DB9 is #2F7246. Grayscale: #A5A5A5. Windows color (decimal): -3109447 or 12160464. OLE color: 12160464.
HSL color Cylindrical-coordinate representation of color #D08DB9: hue angle of 320.6º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D08DB9 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 141 | 185 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.18 |
| HSL | 320.6º | 0.42% | 0.68% | - |
| HSV(B) | 320.6º | 0.32% | 0.82% | - |
| XYZ | 44.29 | 35.96 | 50.51 | - |
| YUV | 166.05 | 138.7 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 185 | 0 | 0.32 | 0.11 | 0.18 | 320.6 | 0.42 | 0.68 |
| Hex | D0 | 8D | B9 | 0 | 20 | B | 12 | 141 | 2A | 44 |
| Octal | 320 | 215 | 271 | 0 | 40 | 13 | 22 | 501 | 52 | 104 |
| Binary | 11010000 | 10001101 | 10111001 | 0 | 100000 | 1011 | 10010 | 101000001 | 101010 | 1000100 |
Color Harmonies of #D08DB9
Complementary color
Monochromatic Colors of #D08DB9
Black with #D08DB9
Text Example
Text Example
White with #D08DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08DB9; }
p { color: rgb(208,141,185); }
H1.HeaderClassName
{
color: #D08DB9;
}
.AnyTagClassName
{
color: #D08DB9;
}
</style>
background-color css
<style>
a { background-color: #D08DB9; }
a { background-color: rgb(208,141,185); }
div.DivClassName
{
background-color: #D08DB9;
}
.BgClassName
{
background-color: #D08DB9;
}
</style>
border-color css
<style>
span { border-color: #D08DB9; }
span { border-color: rgb(208,141,185); }
td.TdClassName
{
border-color: #D08DB9;
}
.TagClassName
{
border-color: #D08DB9;
}
</style>