Shades of Hopbush #D7599F
Tints of Hopbush #D7599F
RGB
CMYK
RGB Variations
Color information
#D7599F (or 0xD7599F) is known color: Hopbush. HEX triplet: D7, 59 and 9F. RGB value is (215,89,159). Sum of RGB (Red+Green+Blue) = 215+89+159=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D7599F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7599F is #28A660. Grayscale: #868686. Windows color (decimal): -2664033 or 10443223. OLE color: 10443223.
HSL color Cylindrical-coordinate representation of color #D7599F: hue angle of 326.67º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D7599F is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 159 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.16 |
| HSL | 326.67º | 0.61% | 0.6% | - |
| HSV(B) | 326.67º | 0.59% | 0.84% | - |
| XYZ | 37.85 | 24.1 | 35.46 | - |
| YUV | 134.65 | 141.74 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 159 | 0 | 0.59 | 0.26 | 0.16 | 326.67 | 0.61 | 0.6 |
| Hex | D7 | 59 | 9F | 0 | 3B | 1A | 10 | 147 | 3D | 3C |
| Octal | 327 | 131 | 237 | 0 | 73 | 32 | 20 | 507 | 75 | 74 |
| Binary | 11010111 | 1011001 | 10011111 | 0 | 111011 | 11010 | 10000 | 101000111 | 111101 | 111100 |
Color Harmonies of #D7599F
Complementary color
Monochromatic Colors of #D7599F
Black with #D7599F
Text Example
Text Example
White with #D7599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7599F; }
p { color: rgb(215,89,159); }
H1.HeaderClassName
{
color: #D7599F;
}
.AnyTagClassName
{
color: #D7599F;
}
</style>
background-color css
<style>
a { background-color: #D7599F; }
a { background-color: rgb(215,89,159); }
div.DivClassName
{
background-color: #D7599F;
}
.BgClassName
{
background-color: #D7599F;
}
</style>
border-color css
<style>
span { border-color: #D7599F; }
span { border-color: rgb(215,89,159); }
td.TdClassName
{
border-color: #D7599F;
}
.TagClassName
{
border-color: #D7599F;
}
</style>