Shades of Hopbush #D76495
Tints of Hopbush #D76495
RGB
CMYK
RGB Variations
Color information
#D76495 (or 0xD76495) is known color: Hopbush. HEX triplet: D7, 64 and 95. RGB value is (215,100,149). Sum of RGB (Red+Green+Blue) = 215+100+149=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D76495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76495 is #289B6A. Grayscale: #8B8B8B. Windows color (decimal): -2661227 or 9790679. OLE color: 9790679.
HSL color Cylindrical-coordinate representation of color #D76495: hue angle of 334.43º 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 #D76495 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 100 | 149 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.16 |
| HSL | 334.43º | 0.59% | 0.62% | - |
| HSV(B) | 334.43º | 0.53% | 0.84% | - |
| XYZ | 38.01 | 25.73 | 31.4 | - |
| YUV | 139.97 | 133.1 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 149 | 0 | 0.53 | 0.31 | 0.16 | 334.43 | 0.59 | 0.62 |
| Hex | D7 | 64 | 95 | 0 | 35 | 1F | 10 | 14E | 3B | 3E |
| Octal | 327 | 144 | 225 | 0 | 65 | 37 | 20 | 516 | 73 | 76 |
| Binary | 11010111 | 1100100 | 10010101 | 0 | 110101 | 11111 | 10000 | 101001110 | 111011 | 111110 |
Color Harmonies of #D76495
Complementary color
Monochromatic Colors of #D76495
Black with #D76495
Text Example
Text Example
White with #D76495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76495; }
p { color: rgb(215,100,149); }
H1.HeaderClassName
{
color: #D76495;
}
.AnyTagClassName
{
color: #D76495;
}
</style>
background-color css
<style>
a { background-color: #D76495; }
a { background-color: rgb(215,100,149); }
div.DivClassName
{
background-color: #D76495;
}
.BgClassName
{
background-color: #D76495;
}
</style>
border-color css
<style>
span { border-color: #D76495; }
span { border-color: rgb(215,100,149); }
td.TdClassName
{
border-color: #D76495;
}
.TagClassName
{
border-color: #D76495;
}
</style>