Shades of Hopbush #D9599D
Tints of Hopbush #D9599D
RGB
CMYK
RGB Variations
Color information
#D9599D (or 0xD9599D) is known color: Hopbush. HEX triplet: D9, 59 and 9D. RGB value is (217,89,157). Sum of RGB (Red+Green+Blue) = 217+89+157=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D9599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9599D is #26A662. Grayscale: #868686. Windows color (decimal): -2532963 or 10312153. OLE color: 10312153.
HSL color Cylindrical-coordinate representation of color #D9599D: hue angle of 328.12º 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 #D9599D is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 89 | 157 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.15 |
| HSL | 328.13º | 0.63% | 0.6% | - |
| HSV(B) | 328.13º | 0.59% | 0.85% | - |
| XYZ | 38.27 | 24.33 | 34.58 | - |
| YUV | 135.02 | 140.41 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 157 | 0 | 0.59 | 0.28 | 0.15 | 328.13 | 0.63 | 0.6 |
| Hex | D9 | 59 | 9D | 0 | 3B | 1C | F | 148 | 3F | 3C |
| Octal | 331 | 131 | 235 | 0 | 73 | 34 | 17 | 510 | 77 | 74 |
| Binary | 11011001 | 1011001 | 10011101 | 0 | 111011 | 11100 | 1111 | 101001000 | 111111 | 111100 |
Color Harmonies of #D9599D
Complementary color
Monochromatic Colors of #D9599D
Black with #D9599D
Text Example
Text Example
White with #D9599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9599D; }
p { color: rgb(217,89,157); }
H1.HeaderClassName
{
color: #D9599D;
}
.AnyTagClassName
{
color: #D9599D;
}
</style>
background-color css
<style>
a { background-color: #D9599D; }
a { background-color: rgb(217,89,157); }
div.DivClassName
{
background-color: #D9599D;
}
.BgClassName
{
background-color: #D9599D;
}
</style>
border-color css
<style>
span { border-color: #D9599D; }
span { border-color: rgb(217,89,157); }
td.TdClassName
{
border-color: #D9599D;
}
.TagClassName
{
border-color: #D9599D;
}
</style>