Shades of Hopbush #D5599E
Tints of Hopbush #D5599E
RGB
CMYK
RGB Variations
Color information
#D5599E (or 0xD5599E) is known color: Hopbush. HEX triplet: D5, 59 and 9E. RGB value is (213,89,158). Sum of RGB (Red+Green+Blue) = 213+89+158=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D5599E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5599E is #2AA661. Grayscale: #858585. Windows color (decimal): -2795106 or 10377685. OLE color: 10377685.
HSL color Cylindrical-coordinate representation of color #D5599E: hue angle of 326.61º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5599E is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 158 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.16 |
| HSL | 326.61º | 0.6% | 0.59% | - |
| HSV(B) | 326.61º | 0.58% | 0.84% | - |
| XYZ | 37.18 | 23.76 | 34.97 | - |
| YUV | 133.94 | 141.58 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 158 | 0 | 0.58 | 0.26 | 0.16 | 326.61 | 0.6 | 0.59 |
| Hex | D5 | 59 | 9E | 0 | 3A | 1A | 10 | 147 | 3C | 3B |
| Octal | 325 | 131 | 236 | 0 | 72 | 32 | 20 | 507 | 74 | 73 |
| Binary | 11010101 | 1011001 | 10011110 | 0 | 111010 | 11010 | 10000 | 101000111 | 111100 | 111011 |
Color Harmonies of #D5599E
Complementary color
Monochromatic Colors of #D5599E
Black with #D5599E
Text Example
Text Example
White with #D5599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5599E; }
p { color: rgb(213,89,158); }
H1.HeaderClassName
{
color: #D5599E;
}
.AnyTagClassName
{
color: #D5599E;
}
</style>
background-color css
<style>
a { background-color: #D5599E; }
a { background-color: rgb(213,89,158); }
div.DivClassName
{
background-color: #D5599E;
}
.BgClassName
{
background-color: #D5599E;
}
</style>
border-color css
<style>
span { border-color: #D5599E; }
span { border-color: rgb(213,89,158); }
td.TdClassName
{
border-color: #D5599E;
}
.TagClassName
{
border-color: #D5599E;
}
</style>