Shades of Hopbush #D76294
Tints of Hopbush #D76294
RGB
CMYK
RGB Variations
Color information
#D76294 (or 0xD76294) is known color: Hopbush. HEX triplet: D7, 62 and 94. RGB value is (215,98,148). Sum of RGB (Red+Green+Blue) = 215+98+148=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D76294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76294 is #289D6B. Grayscale: #8A8A8A. Windows color (decimal): -2661740 or 9724631. OLE color: 9724631.
HSL color Cylindrical-coordinate representation of color #D76294: hue angle of 334.36º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76294 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 148 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.16 |
| HSL | 334.36º | 0.59% | 0.61% | - |
| HSV(B) | 334.36º | 0.54% | 0.84% | - |
| XYZ | 37.74 | 25.32 | 30.92 | - |
| YUV | 138.68 | 133.26 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 148 | 0 | 0.54 | 0.31 | 0.16 | 334.36 | 0.59 | 0.61 |
| Hex | D7 | 62 | 94 | 0 | 36 | 1F | 10 | 14E | 3B | 3D |
| Octal | 327 | 142 | 224 | 0 | 66 | 37 | 20 | 516 | 73 | 75 |
| Binary | 11010111 | 1100010 | 10010100 | 0 | 110110 | 11111 | 10000 | 101001110 | 111011 | 111101 |
Color Harmonies of #D76294
Complementary color
Monochromatic Colors of #D76294
Black with #D76294
Text Example
Text Example
White with #D76294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76294; }
p { color: rgb(215,98,148); }
H1.HeaderClassName
{
color: #D76294;
}
.AnyTagClassName
{
color: #D76294;
}
</style>
background-color css
<style>
a { background-color: #D76294; }
a { background-color: rgb(215,98,148); }
div.DivClassName
{
background-color: #D76294;
}
.BgClassName
{
background-color: #D76294;
}
</style>
border-color css
<style>
span { border-color: #D76294; }
span { border-color: rgb(215,98,148); }
td.TdClassName
{
border-color: #D76294;
}
.TagClassName
{
border-color: #D76294;
}
</style>