Shades of Hopbush #D86AB0
Tints of Hopbush #D86AB0
RGB
CMYK
RGB Variations
Color information
#D86AB0 (or 0xD86AB0) is known color: Hopbush. HEX triplet: D8, 6A and B0. RGB value is (216,106,176). Sum of RGB (Red+Green+Blue) = 216+106+176=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D86AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86AB0 is #27954F. Grayscale: #929292. Windows color (decimal): -2594128 or 11561688. OLE color: 11561688.
HSL color Cylindrical-coordinate representation of color #D86AB0: hue angle of 321.82º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86AB0 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 176 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.15 |
| HSL | 321.82º | 0.59% | 0.63% | - |
| HSV(B) | 321.82º | 0.51% | 0.85% | - |
| XYZ | 41.31 | 28.04 | 44.31 | - |
| YUV | 146.87 | 144.44 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 176 | 0 | 0.51 | 0.19 | 0.15 | 321.82 | 0.59 | 0.63 |
| Hex | D8 | 6A | B0 | 0 | 33 | 13 | F | 142 | 3B | 3F |
| Octal | 330 | 152 | 260 | 0 | 63 | 23 | 17 | 502 | 73 | 77 |
| Binary | 11011000 | 1101010 | 10110000 | 0 | 110011 | 10011 | 1111 | 101000010 | 111011 | 111111 |
Color Harmonies of #D86AB0
Complementary color
Monochromatic Colors of #D86AB0
Black with #D86AB0
Text Example
Text Example
White with #D86AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86AB0; }
p { color: rgb(216,106,176); }
H1.HeaderClassName
{
color: #D86AB0;
}
.AnyTagClassName
{
color: #D86AB0;
}
</style>
background-color css
<style>
a { background-color: #D86AB0; }
a { background-color: rgb(216,106,176); }
div.DivClassName
{
background-color: #D86AB0;
}
.BgClassName
{
background-color: #D86AB0;
}
</style>
border-color css
<style>
span { border-color: #D86AB0; }
span { border-color: rgb(216,106,176); }
td.TdClassName
{
border-color: #D86AB0;
}
.TagClassName
{
border-color: #D86AB0;
}
</style>