Shades of Lily #D085BE
Tints of Lily #D085BE
RGB
CMYK
RGB Variations
Color information
#D085BE (or 0xD085BE) is known color: Lily. HEX triplet: D0, 85 and BE. RGB value is (208,133,190). Sum of RGB (Red+Green+Blue) = 208+133+190=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D085BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085BE is #2F7A41. Grayscale: #A1A1A1. Windows color (decimal): -3111490 or 12486096. OLE color: 12486096.
HSL color Cylindrical-coordinate representation of color #D085BE: hue angle of 314.4º 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 #D085BE is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 133 | 190 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.18 |
| HSL | 314.4º | 0.44% | 0.67% | - |
| HSV(B) | 314.4º | 0.36% | 0.82% | - |
| XYZ | 43.69 | 33.9 | 52.96 | - |
| YUV | 161.92 | 143.85 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 190 | 0 | 0.36 | 0.09 | 0.18 | 314.4 | 0.44 | 0.67 |
| Hex | D0 | 85 | BE | 0 | 24 | 9 | 12 | 13A | 2C | 43 |
| Octal | 320 | 205 | 276 | 0 | 44 | 11 | 22 | 472 | 54 | 103 |
| Binary | 11010000 | 10000101 | 10111110 | 0 | 100100 | 1001 | 10010 | 100111010 | 101100 | 1000011 |
Color Harmonies of #D085BE
Complementary color
Monochromatic Colors of #D085BE
Black with #D085BE
Text Example
Text Example
White with #D085BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D085BE; }
p { color: rgb(208,133,190); }
H1.HeaderClassName
{
color: #D085BE;
}
.AnyTagClassName
{
color: #D085BE;
}
</style>
background-color css
<style>
a { background-color: #D085BE; }
a { background-color: rgb(208,133,190); }
div.DivClassName
{
background-color: #D085BE;
}
.BgClassName
{
background-color: #D085BE;
}
</style>
border-color css
<style>
span { border-color: #D085BE; }
span { border-color: rgb(208,133,190); }
td.TdClassName
{
border-color: #D085BE;
}
.TagClassName
{
border-color: #D085BE;
}
</style>