Shades of Hopbush #D86EA9
Tints of Hopbush #D86EA9
RGB
CMYK
RGB Variations
Color information
#D86EA9 (or 0xD86EA9) is known color: Hopbush. HEX triplet: D8, 6E and A9. RGB value is (216,110,169). Sum of RGB (Red+Green+Blue) = 216+110+169=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 169 (66.41% from 255 or 34.14% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D86EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86EA9 is #279156. Grayscale: #949494. Windows color (decimal): -2593111 or 11103960. OLE color: 11103960.
HSL color Cylindrical-coordinate representation of color #D86EA9: hue angle of 326.6º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D86EA9 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 110 | 169 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.15 |
| HSL | 326.6º | 0.58% | 0.64% | - |
| HSV(B) | 326.6º | 0.49% | 0.85% | - |
| XYZ | 41.06 | 28.62 | 40.9 | - |
| YUV | 148.42 | 139.62 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 169 | 0 | 0.49 | 0.22 | 0.15 | 326.6 | 0.58 | 0.64 |
| Hex | D8 | 6E | A9 | 0 | 31 | 16 | F | 147 | 3A | 40 |
| Octal | 330 | 156 | 251 | 0 | 61 | 26 | 17 | 507 | 72 | 100 |
| Binary | 11011000 | 1101110 | 10101001 | 0 | 110001 | 10110 | 1111 | 101000111 | 111010 | 1000000 |
Color Harmonies of #D86EA9
Complementary color
Monochromatic Colors of #D86EA9
Black with #D86EA9
Text Example
Text Example
White with #D86EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86EA9; }
p { color: rgb(216,110,169); }
H1.HeaderClassName
{
color: #D86EA9;
}
.AnyTagClassName
{
color: #D86EA9;
}
</style>
background-color css
<style>
a { background-color: #D86EA9; }
a { background-color: rgb(216,110,169); }
div.DivClassName
{
background-color: #D86EA9;
}
.BgClassName
{
background-color: #D86EA9;
}
</style>
border-color css
<style>
span { border-color: #D86EA9; }
span { border-color: rgb(216,110,169); }
td.TdClassName
{
border-color: #D86EA9;
}
.TagClassName
{
border-color: #D86EA9;
}
</style>