Shades of Hopbush #D7599A
Tints of Hopbush #D7599A
RGB
CMYK
RGB Variations
Color information
#D7599A (or 0xD7599A) is known color: Hopbush. HEX triplet: D7, 59 and 9A. RGB value is (215,89,154). Sum of RGB (Red+Green+Blue) = 215+89+154=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D7599A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7599A is #28A665. Grayscale: #858585. Windows color (decimal): -2664038 or 10115543. OLE color: 10115543.
HSL color Cylindrical-coordinate representation of color #D7599A: hue angle of 329.05º 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 #D7599A is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 154 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.16 |
| HSL | 329.05º | 0.61% | 0.6% | - |
| HSV(B) | 329.05º | 0.59% | 0.84% | - |
| XYZ | 37.43 | 23.92 | 33.22 | - |
| YUV | 134.08 | 139.24 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 154 | 0 | 0.59 | 0.28 | 0.16 | 329.05 | 0.61 | 0.6 |
| Hex | D7 | 59 | 9A | 0 | 3B | 1C | 10 | 149 | 3D | 3C |
| Octal | 327 | 131 | 232 | 0 | 73 | 34 | 20 | 511 | 75 | 74 |
| Binary | 11010111 | 1011001 | 10011010 | 0 | 111011 | 11100 | 10000 | 101001001 | 111101 | 111100 |
Color Harmonies of #D7599A
Complementary color
Monochromatic Colors of #D7599A
Black with #D7599A
Text Example
Text Example
White with #D7599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7599A; }
p { color: rgb(215,89,154); }
H1.HeaderClassName
{
color: #D7599A;
}
.AnyTagClassName
{
color: #D7599A;
}
</style>
background-color css
<style>
a { background-color: #D7599A; }
a { background-color: rgb(215,89,154); }
div.DivClassName
{
background-color: #D7599A;
}
.BgClassName
{
background-color: #D7599A;
}
</style>
border-color css
<style>
span { border-color: #D7599A; }
span { border-color: rgb(215,89,154); }
td.TdClassName
{
border-color: #D7599A;
}
.TagClassName
{
border-color: #D7599A;
}
</style>