Shades of Hopbush #D76197
Tints of Hopbush #D76197
RGB
CMYK
RGB Variations
Color information
#D76197 (or 0xD76197) is known color: Hopbush. HEX triplet: D7, 61 and 97. RGB value is (215,97,151). Sum of RGB (Red+Green+Blue) = 215+97+151=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D76197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76197 is #289E68. Grayscale: #8A8A8A. Windows color (decimal): -2661993 or 9920983. OLE color: 9920983.
HSL color Cylindrical-coordinate representation of color #D76197: hue angle of 332.54º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D76197 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 151 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.16 |
| HSL | 332.54º | 0.6% | 0.61% | - |
| HSV(B) | 332.54º | 0.55% | 0.84% | - |
| XYZ | 37.88 | 25.23 | 32.15 | - |
| YUV | 138.44 | 135.09 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 151 | 0 | 0.55 | 0.30 | 0.16 | 332.54 | 0.6 | 0.61 |
| Hex | D7 | 61 | 97 | 0 | 37 | 1E | 10 | 14D | 3C | 3D |
| Octal | 327 | 141 | 227 | 0 | 67 | 36 | 20 | 515 | 74 | 75 |
| Binary | 11010111 | 1100001 | 10010111 | 0 | 110111 | 11110 | 10000 | 101001101 | 111100 | 111101 |
Color Harmonies of #D76197
Complementary color
Monochromatic Colors of #D76197
Black with #D76197
Text Example
Text Example
White with #D76197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76197; }
p { color: rgb(215,97,151); }
H1.HeaderClassName
{
color: #D76197;
}
.AnyTagClassName
{
color: #D76197;
}
</style>
background-color css
<style>
a { background-color: #D76197; }
a { background-color: rgb(215,97,151); }
div.DivClassName
{
background-color: #D76197;
}
.BgClassName
{
background-color: #D76197;
}
</style>
border-color css
<style>
span { border-color: #D76197; }
span { border-color: rgb(215,97,151); }
td.TdClassName
{
border-color: #D76197;
}
.TagClassName
{
border-color: #D76197;
}
</style>