Shades of Lily #D08DBB
Tints of Lily #D08DBB
RGB
CMYK
RGB Variations
Color information
#D08DBB (or 0xD08DBB) is known color: Lily. HEX triplet: D0, 8D and BB. RGB value is (208,141,187). Sum of RGB (Red+Green+Blue) = 208+141+187=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D08DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DBB is #2F7244. Grayscale: #A6A6A6. Windows color (decimal): -3109445 or 12291536. OLE color: 12291536.
HSL color Cylindrical-coordinate representation of color #D08DBB: hue angle of 318.81º 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 #D08DBB is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 141 | 187 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.18 |
| HSL | 318.81º | 0.42% | 0.68% | - |
| HSV(B) | 318.81º | 0.32% | 0.82% | - |
| XYZ | 44.51 | 36.05 | 51.63 | - |
| YUV | 166.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 187 | 0 | 0.32 | 0.10 | 0.18 | 318.81 | 0.42 | 0.68 |
| Hex | D0 | 8D | BB | 0 | 20 | A | 12 | 13F | 2A | 44 |
| Octal | 320 | 215 | 273 | 0 | 40 | 12 | 22 | 477 | 52 | 104 |
| Binary | 11010000 | 10001101 | 10111011 | 0 | 100000 | 1010 | 10010 | 100111111 | 101010 | 1000100 |
Color Harmonies of #D08DBB
Complementary color
Monochromatic Colors of #D08DBB
Black with #D08DBB
Text Example
Text Example
White with #D08DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08DBB; }
p { color: rgb(208,141,187); }
H1.HeaderClassName
{
color: #D08DBB;
}
.AnyTagClassName
{
color: #D08DBB;
}
</style>
background-color css
<style>
a { background-color: #D08DBB; }
a { background-color: rgb(208,141,187); }
div.DivClassName
{
background-color: #D08DBB;
}
.BgClassName
{
background-color: #D08DBB;
}
</style>
border-color css
<style>
span { border-color: #D08DBB; }
span { border-color: rgb(208,141,187); }
td.TdClassName
{
border-color: #D08DBB;
}
.TagClassName
{
border-color: #D08DBB;
}
</style>