Shades of Lily #D08DC0
Tints of Lily #D08DC0
RGB
CMYK
RGB Variations
Color information
#D08DC0 (or 0xD08DC0) is known color: Lily. HEX triplet: D0, 8D and C0. RGB value is (208,141,192). Sum of RGB (Red+Green+Blue) = 208+141+192=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D08DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DC0 is #2F723F. Grayscale: #A6A6A6. Windows color (decimal): -3109440 or 12619216. OLE color: 12619216.
HSL color Cylindrical-coordinate representation of color #D08DC0: hue angle of 314.33º 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 #D08DC0 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 141 | 192 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.18 |
| HSL | 314.33º | 0.42% | 0.68% | - |
| HSV(B) | 314.33º | 0.32% | 0.82% | - |
| XYZ | 45.05 | 36.27 | 54.49 | - |
| YUV | 166.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 192 | 0 | 0.32 | 0.08 | 0.18 | 314.33 | 0.42 | 0.68 |
| Hex | D0 | 8D | C0 | 0 | 20 | 8 | 12 | 13A | 2A | 44 |
| Octal | 320 | 215 | 300 | 0 | 40 | 10 | 22 | 472 | 52 | 104 |
| Binary | 11010000 | 10001101 | 11000000 | 0 | 100000 | 1000 | 10010 | 100111010 | 101010 | 1000100 |
Color Harmonies of #D08DC0
Complementary color
Monochromatic Colors of #D08DC0
Black with #D08DC0
Text Example
Text Example
White with #D08DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08DC0; }
p { color: rgb(208,141,192); }
H1.HeaderClassName
{
color: #D08DC0;
}
.AnyTagClassName
{
color: #D08DC0;
}
</style>
background-color css
<style>
a { background-color: #D08DC0; }
a { background-color: rgb(208,141,192); }
div.DivClassName
{
background-color: #D08DC0;
}
.BgClassName
{
background-color: #D08DC0;
}
</style>
border-color css
<style>
span { border-color: #D08DC0; }
span { border-color: rgb(208,141,192); }
td.TdClassName
{
border-color: #D08DC0;
}
.TagClassName
{
border-color: #D08DC0;
}
</style>