Shades of Hopbush #D76095
Tints of Hopbush #D76095
RGB
CMYK
RGB Variations
Color information
#D76095 (or 0xD76095) is known color: Hopbush. HEX triplet: D7, 60 and 95. RGB value is (215,96,149). Sum of RGB (Red+Green+Blue) = 215+96+149=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D76095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76095 is #289F6A. Grayscale: #898989. Windows color (decimal): -2662251 or 9789655. OLE color: 9789655.
HSL color Cylindrical-coordinate representation of color #D76095: hue angle of 333.28º 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 #D76095 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 149 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.16 |
| HSL | 333.28º | 0.6% | 0.61% | - |
| HSV(B) | 333.28º | 0.55% | 0.84% | - |
| XYZ | 37.63 | 24.98 | 31.27 | - |
| YUV | 137.62 | 134.42 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 149 | 0 | 0.55 | 0.31 | 0.16 | 333.28 | 0.6 | 0.61 |
| Hex | D7 | 60 | 95 | 0 | 37 | 1F | 10 | 14D | 3C | 3D |
| Octal | 327 | 140 | 225 | 0 | 67 | 37 | 20 | 515 | 74 | 75 |
| Binary | 11010111 | 1100000 | 10010101 | 0 | 110111 | 11111 | 10000 | 101001101 | 111100 | 111101 |
Color Harmonies of #D76095
Complementary color
Monochromatic Colors of #D76095
Black with #D76095
Text Example
Text Example
White with #D76095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76095; }
p { color: rgb(215,96,149); }
H1.HeaderClassName
{
color: #D76095;
}
.AnyTagClassName
{
color: #D76095;
}
</style>
background-color css
<style>
a { background-color: #D76095; }
a { background-color: rgb(215,96,149); }
div.DivClassName
{
background-color: #D76095;
}
.BgClassName
{
background-color: #D76095;
}
</style>
border-color css
<style>
span { border-color: #D76095; }
span { border-color: rgb(215,96,149); }
td.TdClassName
{
border-color: #D76095;
}
.TagClassName
{
border-color: #D76095;
}
</style>