Shades of Hopbush #D76597
Tints of Hopbush #D76597
RGB
CMYK
RGB Variations
Color information
#D76597 (or 0xD76597) is known color: Hopbush. HEX triplet: D7, 65 and 97. RGB value is (215,101,151). Sum of RGB (Red+Green+Blue) = 215+101+151=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D76597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76597 is #289A68. Grayscale: #8C8C8C. Windows color (decimal): -2660969 or 9922007. OLE color: 9922007.
HSL color Cylindrical-coordinate representation of color #D76597: hue angle of 333.68º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D76597 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 151 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.16 |
| HSL | 333.68º | 0.59% | 0.62% | - |
| HSV(B) | 333.68º | 0.53% | 0.84% | - |
| XYZ | 38.26 | 25.99 | 32.28 | - |
| YUV | 140.79 | 133.77 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 151 | 0 | 0.53 | 0.30 | 0.16 | 333.68 | 0.59 | 0.62 |
| Hex | D7 | 65 | 97 | 0 | 35 | 1E | 10 | 14E | 3B | 3E |
| Octal | 327 | 145 | 227 | 0 | 65 | 36 | 20 | 516 | 73 | 76 |
| Binary | 11010111 | 1100101 | 10010111 | 0 | 110101 | 11110 | 10000 | 101001110 | 111011 | 111110 |
Color Harmonies of #D76597
Complementary color
Monochromatic Colors of #D76597
Black with #D76597
Text Example
Text Example
White with #D76597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76597; }
p { color: rgb(215,101,151); }
H1.HeaderClassName
{
color: #D76597;
}
.AnyTagClassName
{
color: #D76597;
}
</style>
background-color css
<style>
a { background-color: #D76597; }
a { background-color: rgb(215,101,151); }
div.DivClassName
{
background-color: #D76597;
}
.BgClassName
{
background-color: #D76597;
}
</style>
border-color css
<style>
span { border-color: #D76597; }
span { border-color: rgb(215,101,151); }
td.TdClassName
{
border-color: #D76597;
}
.TagClassName
{
border-color: #D76597;
}
</style>