Shades of Hopbush #D55E88
Tints of Hopbush #D55E88
RGB
CMYK
RGB Variations
Color information
#D55E88 (or 0xD55E88) is known color: Hopbush. HEX triplet: D5, 5E and 88. RGB value is (213,94,136). Sum of RGB (Red+Green+Blue) = 213+94+136=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55E88 is #2AA177. Grayscale: #868686. Windows color (decimal): -2793848 or 8937173. OLE color: 8937173.
HSL color Cylindrical-coordinate representation of color #D55E88: hue angle of 338.82º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55E88 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 136 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.16 |
| HSL | 338.82º | 0.59% | 0.6% | - |
| HSV(B) | 338.82º | 0.56% | 0.84% | - |
| XYZ | 35.89 | 23.93 | 26.02 | - |
| YUV | 134.37 | 128.92 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 136 | 0 | 0.56 | 0.36 | 0.16 | 338.82 | 0.59 | 0.6 |
| Hex | D5 | 5E | 88 | 0 | 38 | 24 | 10 | 153 | 3B | 3C |
| Octal | 325 | 136 | 210 | 0 | 70 | 44 | 20 | 523 | 73 | 74 |
| Binary | 11010101 | 1011110 | 10001000 | 0 | 111000 | 100100 | 10000 | 101010011 | 111011 | 111100 |
Color Harmonies of #D55E88
Complementary color
Monochromatic Colors of #D55E88
Black with #D55E88
Text Example
Text Example
White with #D55E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55E88; }
p { color: rgb(213,94,136); }
H1.HeaderClassName
{
color: #D55E88;
}
.AnyTagClassName
{
color: #D55E88;
}
</style>
background-color css
<style>
a { background-color: #D55E88; }
a { background-color: rgb(213,94,136); }
div.DivClassName
{
background-color: #D55E88;
}
.BgClassName
{
background-color: #D55E88;
}
</style>
border-color css
<style>
span { border-color: #D55E88; }
span { border-color: rgb(213,94,136); }
td.TdClassName
{
border-color: #D55E88;
}
.TagClassName
{
border-color: #D55E88;
}
</style>