Shades of Lily #D086B8
Tints of Lily #D086B8
RGB
CMYK
RGB Variations
Color information
#D086B8 (or 0xD086B8) is known color: Lily. HEX triplet: D0, 86 and B8. RGB value is (208,134,184). Sum of RGB (Red+Green+Blue) = 208+134+184=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D086B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D086B8 is #2F7947. Grayscale: #A1A1A1. Windows color (decimal): -3111240 or 12093136. OLE color: 12093136.
HSL color Cylindrical-coordinate representation of color #D086B8: hue angle of 319.46º 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 #D086B8 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 184 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.18 |
| HSL | 319.46º | 0.44% | 0.67% | - |
| HSV(B) | 319.46º | 0.36% | 0.82% | - |
| XYZ | 43.19 | 33.92 | 49.62 | - |
| YUV | 161.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 184 | 0 | 0.36 | 0.12 | 0.18 | 319.46 | 0.44 | 0.67 |
| Hex | D0 | 86 | B8 | 0 | 24 | C | 12 | 13F | 2C | 43 |
| Octal | 320 | 206 | 270 | 0 | 44 | 14 | 22 | 477 | 54 | 103 |
| Binary | 11010000 | 10000110 | 10111000 | 0 | 100100 | 1100 | 10010 | 100111111 | 101100 | 1000011 |
Color Harmonies of #D086B8
Complementary color
Monochromatic Colors of #D086B8
Black with #D086B8
Text Example
Text Example
White with #D086B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D086B8; }
p { color: rgb(208,134,184); }
H1.HeaderClassName
{
color: #D086B8;
}
.AnyTagClassName
{
color: #D086B8;
}
</style>
background-color css
<style>
a { background-color: #D086B8; }
a { background-color: rgb(208,134,184); }
div.DivClassName
{
background-color: #D086B8;
}
.BgClassName
{
background-color: #D086B8;
}
</style>
border-color css
<style>
span { border-color: #D086B8; }
span { border-color: rgb(208,134,184); }
td.TdClassName
{
border-color: #D086B8;
}
.TagClassName
{
border-color: #D086B8;
}
</style>