Shades of Lily #D08DBD
Tints of Lily #D08DBD
RGB
CMYK
RGB Variations
Color information
#D08DBD (or 0xD08DBD) is known color: Lily. HEX triplet: D0, 8D and BD. RGB value is (208,141,189). Sum of RGB (Red+Green+Blue) = 208+141+189=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D08DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DBD is #2F7242. Grayscale: #A6A6A6. Windows color (decimal): -3109443 or 12422608. OLE color: 12422608.
HSL color Cylindrical-coordinate representation of color #D08DBD: hue angle of 317.01º 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 #D08DBD is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 141 | 189 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.18 |
| HSL | 317.01º | 0.42% | 0.68% | - |
| HSV(B) | 317.01º | 0.32% | 0.82% | - |
| XYZ | 44.72 | 36.13 | 52.76 | - |
| YUV | 166.51 | 140.7 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 189 | 0 | 0.32 | 0.09 | 0.18 | 317.01 | 0.42 | 0.68 |
| Hex | D0 | 8D | BD | 0 | 20 | 9 | 12 | 13D | 2A | 44 |
| Octal | 320 | 215 | 275 | 0 | 40 | 11 | 22 | 475 | 52 | 104 |
| Binary | 11010000 | 10001101 | 10111101 | 0 | 100000 | 1001 | 10010 | 100111101 | 101010 | 1000100 |
Color Harmonies of #D08DBD
Complementary color
Monochromatic Colors of #D08DBD
Black with #D08DBD
Text Example
Text Example
White with #D08DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08DBD; }
p { color: rgb(208,141,189); }
H1.HeaderClassName
{
color: #D08DBD;
}
.AnyTagClassName
{
color: #D08DBD;
}
</style>
background-color css
<style>
a { background-color: #D08DBD; }
a { background-color: rgb(208,141,189); }
div.DivClassName
{
background-color: #D08DBD;
}
.BgClassName
{
background-color: #D08DBD;
}
</style>
border-color css
<style>
span { border-color: #D08DBD; }
span { border-color: rgb(208,141,189); }
td.TdClassName
{
border-color: #D08DBD;
}
.TagClassName
{
border-color: #D08DBD;
}
</style>