Shades of Hopbush #D9599C
Tints of Hopbush #D9599C
RGB
CMYK
RGB Variations
Color information
#D9599C (or 0xD9599C) is known color: Hopbush. HEX triplet: D9, 59 and 9C. RGB value is (217,89,156). Sum of RGB (Red+Green+Blue) = 217+89+156=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D9599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9599C is #26A663. Grayscale: #868686. Windows color (decimal): -2532964 or 10246617. OLE color: 10246617.
HSL color Cylindrical-coordinate representation of color #D9599C: hue angle of 328.59º 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 #D9599C is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 89 | 156 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.15 |
| HSL | 328.59º | 0.63% | 0.6% | - |
| HSV(B) | 328.59º | 0.59% | 0.85% | - |
| XYZ | 38.19 | 24.3 | 34.13 | - |
| YUV | 134.91 | 139.91 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 156 | 0 | 0.59 | 0.28 | 0.15 | 328.59 | 0.63 | 0.6 |
| Hex | D9 | 59 | 9C | 0 | 3B | 1C | F | 149 | 3F | 3C |
| Octal | 331 | 131 | 234 | 0 | 73 | 34 | 17 | 511 | 77 | 74 |
| Binary | 11011001 | 1011001 | 10011100 | 0 | 111011 | 11100 | 1111 | 101001001 | 111111 | 111100 |
Color Harmonies of #D9599C
Complementary color
Monochromatic Colors of #D9599C
Black with #D9599C
Text Example
Text Example
White with #D9599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9599C; }
p { color: rgb(217,89,156); }
H1.HeaderClassName
{
color: #D9599C;
}
.AnyTagClassName
{
color: #D9599C;
}
</style>
background-color css
<style>
a { background-color: #D9599C; }
a { background-color: rgb(217,89,156); }
div.DivClassName
{
background-color: #D9599C;
}
.BgClassName
{
background-color: #D9599C;
}
</style>
border-color css
<style>
span { border-color: #D9599C; }
span { border-color: rgb(217,89,156); }
td.TdClassName
{
border-color: #D9599C;
}
.TagClassName
{
border-color: #D9599C;
}
</style>