Shades of Hopbush #D7599B
Tints of Hopbush #D7599B
RGB
CMYK
RGB Variations
Color information
#D7599B (or 0xD7599B) is known color: Hopbush. HEX triplet: D7, 59 and 9B. RGB value is (215,89,155). Sum of RGB (Red+Green+Blue) = 215+89+155=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D7599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7599B is #28A664. Grayscale: #868686. Windows color (decimal): -2664037 or 10181079. OLE color: 10181079.
HSL color Cylindrical-coordinate representation of color #D7599B: hue angle of 328.57º 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 #D7599B is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 155 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.16 |
| HSL | 328.57º | 0.61% | 0.6% | - |
| HSV(B) | 328.57º | 0.59% | 0.84% | - |
| XYZ | 37.51 | 23.96 | 33.66 | - |
| YUV | 134.2 | 139.74 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 155 | 0 | 0.59 | 0.28 | 0.16 | 328.57 | 0.61 | 0.6 |
| Hex | D7 | 59 | 9B | 0 | 3B | 1C | 10 | 149 | 3D | 3C |
| Octal | 327 | 131 | 233 | 0 | 73 | 34 | 20 | 511 | 75 | 74 |
| Binary | 11010111 | 1011001 | 10011011 | 0 | 111011 | 11100 | 10000 | 101001001 | 111101 | 111100 |
Color Harmonies of #D7599B
Complementary color
Monochromatic Colors of #D7599B
Black with #D7599B
Text Example
Text Example
White with #D7599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7599B; }
p { color: rgb(215,89,155); }
H1.HeaderClassName
{
color: #D7599B;
}
.AnyTagClassName
{
color: #D7599B;
}
</style>
background-color css
<style>
a { background-color: #D7599B; }
a { background-color: rgb(215,89,155); }
div.DivClassName
{
background-color: #D7599B;
}
.BgClassName
{
background-color: #D7599B;
}
</style>
border-color css
<style>
span { border-color: #D7599B; }
span { border-color: rgb(215,89,155); }
td.TdClassName
{
border-color: #D7599B;
}
.TagClassName
{
border-color: #D7599B;
}
</style>