Shades of Hopbush #D76397
Tints of Hopbush #D76397
RGB
CMYK
RGB Variations
Color information
#D76397 (or 0xD76397) is known color: Hopbush. HEX triplet: D7, 63 and 97. RGB value is (215,99,151). Sum of RGB (Red+Green+Blue) = 215+99+151=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D76397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76397 is #289C68. Grayscale: #8B8B8B. Windows color (decimal): -2661481 or 9921495. OLE color: 9921495.
HSL color Cylindrical-coordinate representation of color #D76397: hue angle of 333.1º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76397 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 151 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.16 |
| HSL | 333.1º | 0.59% | 0.62% | - |
| HSV(B) | 333.1º | 0.54% | 0.84% | - |
| XYZ | 38.07 | 25.61 | 32.21 | - |
| YUV | 139.61 | 134.43 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 151 | 0 | 0.54 | 0.30 | 0.16 | 333.1 | 0.59 | 0.62 |
| Hex | D7 | 63 | 97 | 0 | 36 | 1E | 10 | 14D | 3B | 3E |
| Octal | 327 | 143 | 227 | 0 | 66 | 36 | 20 | 515 | 73 | 76 |
| Binary | 11010111 | 1100011 | 10010111 | 0 | 110110 | 11110 | 10000 | 101001101 | 111011 | 111110 |
Color Harmonies of #D76397
Complementary color
Monochromatic Colors of #D76397
Black with #D76397
Text Example
Text Example
White with #D76397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76397; }
p { color: rgb(215,99,151); }
H1.HeaderClassName
{
color: #D76397;
}
.AnyTagClassName
{
color: #D76397;
}
</style>
background-color css
<style>
a { background-color: #D76397; }
a { background-color: rgb(215,99,151); }
div.DivClassName
{
background-color: #D76397;
}
.BgClassName
{
background-color: #D76397;
}
</style>
border-color css
<style>
span { border-color: #D76397; }
span { border-color: rgb(215,99,151); }
td.TdClassName
{
border-color: #D76397;
}
.TagClassName
{
border-color: #D76397;
}
</style>