Shades of Lily #D086BA
Tints of Lily #D086BA
RGB
CMYK
RGB Variations
Color information
#D086BA (or 0xD086BA) is known color: Lily. HEX triplet: D0, 86 and BA. RGB value is (208,134,186). Sum of RGB (Red+Green+Blue) = 208+134+186=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D086BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D086BA is #2F7945. Grayscale: #A1A1A1. Windows color (decimal): -3111238 or 12224208. OLE color: 12224208.
HSL color Cylindrical-coordinate representation of color #D086BA: hue angle of 317.84º 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 #D086BA is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 186 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.18 |
| HSL | 317.84º | 0.44% | 0.67% | - |
| HSV(B) | 317.84º | 0.36% | 0.82% | - |
| XYZ | 43.4 | 34.01 | 50.73 | - |
| YUV | 162.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 186 | 0 | 0.36 | 0.11 | 0.18 | 317.84 | 0.44 | 0.67 |
| Hex | D0 | 86 | BA | 0 | 24 | B | 12 | 13E | 2C | 43 |
| Octal | 320 | 206 | 272 | 0 | 44 | 13 | 22 | 476 | 54 | 103 |
| Binary | 11010000 | 10000110 | 10111010 | 0 | 100100 | 1011 | 10010 | 100111110 | 101100 | 1000011 |
Color Harmonies of #D086BA
Complementary color
Monochromatic Colors of #D086BA
Black with #D086BA
Text Example
Text Example
White with #D086BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D086BA; }
p { color: rgb(208,134,186); }
H1.HeaderClassName
{
color: #D086BA;
}
.AnyTagClassName
{
color: #D086BA;
}
</style>
background-color css
<style>
a { background-color: #D086BA; }
a { background-color: rgb(208,134,186); }
div.DivClassName
{
background-color: #D086BA;
}
.BgClassName
{
background-color: #D086BA;
}
</style>
border-color css
<style>
span { border-color: #D086BA; }
span { border-color: rgb(208,134,186); }
td.TdClassName
{
border-color: #D086BA;
}
.TagClassName
{
border-color: #D086BA;
}
</style>