Shades of Hopbush #D86197
Tints of Hopbush #D86197
RGB
CMYK
RGB Variations
Color information
#D86197 (or 0xD86197) is known color: Hopbush. HEX triplet: D8, 61 and 97. RGB value is (216,97,151). Sum of RGB (Red+Green+Blue) = 216+97+151=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 151 (59.38% from 255 or 32.54% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D86197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86197 is #279E68. Grayscale: #8A8A8A. Windows color (decimal): -2596457 or 9920984. OLE color: 9920984.
HSL color Cylindrical-coordinate representation of color #D86197: hue angle of 332.77º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D86197 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 97 | 151 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.15 |
| HSL | 332.77º | 0.6% | 0.61% | - |
| HSV(B) | 332.77º | 0.55% | 0.85% | - |
| XYZ | 38.18 | 25.38 | 32.17 | - |
| YUV | 138.74 | 134.92 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 97 | 151 | 0 | 0.55 | 0.30 | 0.15 | 332.77 | 0.6 | 0.61 |
| Hex | D8 | 61 | 97 | 0 | 37 | 1E | F | 14D | 3C | 3D |
| Octal | 330 | 141 | 227 | 0 | 67 | 36 | 17 | 515 | 74 | 75 |
| Binary | 11011000 | 1100001 | 10010111 | 0 | 110111 | 11110 | 1111 | 101001101 | 111100 | 111101 |
Color Harmonies of #D86197
Complementary color
Monochromatic Colors of #D86197
Black with #D86197
Text Example
Text Example
White with #D86197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86197; }
p { color: rgb(216,97,151); }
H1.HeaderClassName
{
color: #D86197;
}
.AnyTagClassName
{
color: #D86197;
}
</style>
background-color css
<style>
a { background-color: #D86197; }
a { background-color: rgb(216,97,151); }
div.DivClassName
{
background-color: #D86197;
}
.BgClassName
{
background-color: #D86197;
}
</style>
border-color css
<style>
span { border-color: #D86197; }
span { border-color: rgb(216,97,151); }
td.TdClassName
{
border-color: #D86197;
}
.TagClassName
{
border-color: #D86197;
}
</style>