Shades of Hopbush #D76299
Tints of Hopbush #D76299
RGB
CMYK
RGB Variations
Color information
#D76299 (or 0xD76299) is known color: Hopbush. HEX triplet: D7, 62 and 99. RGB value is (215,98,153). Sum of RGB (Red+Green+Blue) = 215+98+153=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D76299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76299 is #289D66. Grayscale: #8B8B8B. Windows color (decimal): -2661735 or 10052311. OLE color: 10052311.
HSL color Cylindrical-coordinate representation of color #D76299: hue angle of 331.79º 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 #D76299 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 153 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.16 |
| HSL | 331.79º | 0.59% | 0.61% | - |
| HSV(B) | 331.79º | 0.54% | 0.84% | - |
| XYZ | 38.14 | 25.48 | 33.05 | - |
| YUV | 139.25 | 135.76 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 153 | 0 | 0.54 | 0.29 | 0.16 | 331.79 | 0.59 | 0.61 |
| Hex | D7 | 62 | 99 | 0 | 36 | 1D | 10 | 14C | 3B | 3D |
| Octal | 327 | 142 | 231 | 0 | 66 | 35 | 20 | 514 | 73 | 75 |
| Binary | 11010111 | 1100010 | 10011001 | 0 | 110110 | 11101 | 10000 | 101001100 | 111011 | 111101 |
Color Harmonies of #D76299
Complementary color
Monochromatic Colors of #D76299
Black with #D76299
Text Example
Text Example
White with #D76299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76299; }
p { color: rgb(215,98,153); }
H1.HeaderClassName
{
color: #D76299;
}
.AnyTagClassName
{
color: #D76299;
}
</style>
background-color css
<style>
a { background-color: #D76299; }
a { background-color: rgb(215,98,153); }
div.DivClassName
{
background-color: #D76299;
}
.BgClassName
{
background-color: #D76299;
}
</style>
border-color css
<style>
span { border-color: #D76299; }
span { border-color: rgb(215,98,153); }
td.TdClassName
{
border-color: #D76299;
}
.TagClassName
{
border-color: #D76299;
}
</style>