Shades of Lily #D085B6
Tints of Lily #D085B6
RGB
CMYK
RGB Variations
Color information
#D085B6 (or 0xD085B6) is known color: Lily. HEX triplet: D0, 85 and B6. RGB value is (208,133,182). Sum of RGB (Red+Green+Blue) = 208+133+182=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D085B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085B6 is #2F7A49. Grayscale: #A0A0A0. Windows color (decimal): -3111498 or 11961808. OLE color: 11961808.
HSL color Cylindrical-coordinate representation of color #D085B6: hue angle of 320.8º 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 #D085B6 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 133 | 182 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.18 |
| HSL | 320.8º | 0.44% | 0.67% | - |
| HSV(B) | 320.8º | 0.36% | 0.82% | - |
| XYZ | 42.84 | 33.56 | 48.48 | - |
| YUV | 161.01 | 139.85 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 182 | 0 | 0.36 | 0.12 | 0.18 | 320.8 | 0.44 | 0.67 |
| Hex | D0 | 85 | B6 | 0 | 24 | C | 12 | 141 | 2C | 43 |
| Octal | 320 | 205 | 266 | 0 | 44 | 14 | 22 | 501 | 54 | 103 |
| Binary | 11010000 | 10000101 | 10110110 | 0 | 100100 | 1100 | 10010 | 101000001 | 101100 | 1000011 |
Color Harmonies of #D085B6
Complementary color
Monochromatic Colors of #D085B6
Black with #D085B6
Text Example
Text Example
White with #D085B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D085B6; }
p { color: rgb(208,133,182); }
H1.HeaderClassName
{
color: #D085B6;
}
.AnyTagClassName
{
color: #D085B6;
}
</style>
background-color css
<style>
a { background-color: #D085B6; }
a { background-color: rgb(208,133,182); }
div.DivClassName
{
background-color: #D085B6;
}
.BgClassName
{
background-color: #D085B6;
}
</style>
border-color css
<style>
span { border-color: #D085B6; }
span { border-color: rgb(208,133,182); }
td.TdClassName
{
border-color: #D085B6;
}
.TagClassName
{
border-color: #D085B6;
}
</style>