Shades of Lily #D085B7
Tints of Lily #D085B7
RGB
CMYK
RGB Variations
Color information
#D085B7 (or 0xD085B7) is known color: Lily. HEX triplet: D0, 85 and B7. RGB value is (208,133,183). Sum of RGB (Red+Green+Blue) = 208+133+183=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D085B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085B7 is #2F7A48. Grayscale: #A1A1A1. Windows color (decimal): -3111497 or 12027344. OLE color: 12027344.
HSL color Cylindrical-coordinate representation of color #D085B7: hue angle of 320º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D085B7 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 133 | 183 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.18 |
| HSL | 320º | 0.44% | 0.67% | - |
| HSV(B) | 320º | 0.36% | 0.82% | - |
| XYZ | 42.95 | 33.6 | 49.02 | - |
| YUV | 161.13 | 140.35 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 183 | 0 | 0.36 | 0.12 | 0.18 | 320 | 0.44 | 0.67 |
| Hex | D0 | 85 | B7 | 0 | 24 | C | 12 | 140 | 2C | 43 |
| Octal | 320 | 205 | 267 | 0 | 44 | 14 | 22 | 500 | 54 | 103 |
| Binary | 11010000 | 10000101 | 10110111 | 0 | 100100 | 1100 | 10010 | 101000000 | 101100 | 1000011 |
Color Harmonies of #D085B7
Complementary color
Monochromatic Colors of #D085B7
Black with #D085B7
Text Example
Text Example
White with #D085B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D085B7; }
p { color: rgb(208,133,183); }
H1.HeaderClassName
{
color: #D085B7;
}
.AnyTagClassName
{
color: #D085B7;
}
</style>
background-color css
<style>
a { background-color: #D085B7; }
a { background-color: rgb(208,133,183); }
div.DivClassName
{
background-color: #D085B7;
}
.BgClassName
{
background-color: #D085B7;
}
</style>
border-color css
<style>
span { border-color: #D085B7; }
span { border-color: rgb(208,133,183); }
td.TdClassName
{
border-color: #D085B7;
}
.TagClassName
{
border-color: #D085B7;
}
</style>