Shades of Hopbush #D76395
Tints of Hopbush #D76395
RGB
CMYK
RGB Variations
Color information
#D76395 (or 0xD76395) is known color: Hopbush. HEX triplet: D7, 63 and 95. RGB value is (215,99,149). Sum of RGB (Red+Green+Blue) = 215+99+149=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D76395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76395 is #289C6A. Grayscale: #8B8B8B. Windows color (decimal): -2661483 or 9790423. OLE color: 9790423.
HSL color Cylindrical-coordinate representation of color #D76395: hue angle of 334.14º 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 #D76395 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 149 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.16 |
| HSL | 334.14º | 0.59% | 0.62% | - |
| HSV(B) | 334.14º | 0.54% | 0.84% | - |
| XYZ | 37.91 | 25.54 | 31.37 | - |
| YUV | 139.38 | 133.43 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 149 | 0 | 0.54 | 0.31 | 0.16 | 334.14 | 0.59 | 0.62 |
| Hex | D7 | 63 | 95 | 0 | 36 | 1F | 10 | 14E | 3B | 3E |
| Octal | 327 | 143 | 225 | 0 | 66 | 37 | 20 | 516 | 73 | 76 |
| Binary | 11010111 | 1100011 | 10010101 | 0 | 110110 | 11111 | 10000 | 101001110 | 111011 | 111110 |
Color Harmonies of #D76395
Complementary color
Monochromatic Colors of #D76395
Black with #D76395
Text Example
Text Example
White with #D76395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76395; }
p { color: rgb(215,99,149); }
H1.HeaderClassName
{
color: #D76395;
}
.AnyTagClassName
{
color: #D76395;
}
</style>
background-color css
<style>
a { background-color: #D76395; }
a { background-color: rgb(215,99,149); }
div.DivClassName
{
background-color: #D76395;
}
.BgClassName
{
background-color: #D76395;
}
</style>
border-color css
<style>
span { border-color: #D76395; }
span { border-color: rgb(215,99,149); }
td.TdClassName
{
border-color: #D76395;
}
.TagClassName
{
border-color: #D76395;
}
</style>