Shades of Hopbush #D9599B
Tints of Hopbush #D9599B
RGB
CMYK
RGB Variations
Color information
#D9599B (or 0xD9599B) is known color: Hopbush. HEX triplet: D9, 59 and 9B. RGB value is (217,89,155). Sum of RGB (Red+Green+Blue) = 217+89+155=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D9599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9599B is #26A664. Grayscale: #868686. Windows color (decimal): -2532965 or 10181081. OLE color: 10181081.
HSL color Cylindrical-coordinate representation of color #D9599B: hue angle of 329.06º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9599B is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 89 | 155 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.15 |
| HSL | 329.06º | 0.63% | 0.6% | - |
| HSV(B) | 329.06º | 0.59% | 0.85% | - |
| XYZ | 38.1 | 24.26 | 33.69 | - |
| YUV | 134.8 | 139.41 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 155 | 0 | 0.59 | 0.29 | 0.15 | 329.06 | 0.63 | 0.6 |
| Hex | D9 | 59 | 9B | 0 | 3B | 1D | F | 149 | 3F | 3C |
| Octal | 331 | 131 | 233 | 0 | 73 | 35 | 17 | 511 | 77 | 74 |
| Binary | 11011001 | 1011001 | 10011011 | 0 | 111011 | 11101 | 1111 | 101001001 | 111111 | 111100 |
Color Harmonies of #D9599B
Complementary color
Monochromatic Colors of #D9599B
Black with #D9599B
Text Example
Text Example
White with #D9599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9599B; }
p { color: rgb(217,89,155); }
H1.HeaderClassName
{
color: #D9599B;
}
.AnyTagClassName
{
color: #D9599B;
}
</style>
background-color css
<style>
a { background-color: #D9599B; }
a { background-color: rgb(217,89,155); }
div.DivClassName
{
background-color: #D9599B;
}
.BgClassName
{
background-color: #D9599B;
}
</style>
border-color css
<style>
span { border-color: #D9599B; }
span { border-color: rgb(217,89,155); }
td.TdClassName
{
border-color: #D9599B;
}
.TagClassName
{
border-color: #D9599B;
}
</style>