Shades of Hopbush #D55F87
Tints of Hopbush #D55F87
RGB
CMYK
RGB Variations
Color information
#D55F87 (or 0xD55F87) is known color: Hopbush. HEX triplet: D5, 5F and 87. RGB value is (213,95,135). Sum of RGB (Red+Green+Blue) = 213+95+135=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55F87 is #2AA078. Grayscale: #868686. Windows color (decimal): -2793593 or 8871893. OLE color: 8871893.
HSL color Cylindrical-coordinate representation of color #D55F87: hue angle of 339.66º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D55F87 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 135 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.16 |
| HSL | 339.66º | 0.58% | 0.6% | - |
| HSV(B) | 339.66º | 0.55% | 0.84% | - |
| XYZ | 35.91 | 24.08 | 25.68 | - |
| YUV | 134.84 | 128.09 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 135 | 0 | 0.55 | 0.37 | 0.16 | 339.66 | 0.58 | 0.6 |
| Hex | D5 | 5F | 87 | 0 | 37 | 25 | 10 | 154 | 3A | 3C |
| Octal | 325 | 137 | 207 | 0 | 67 | 45 | 20 | 524 | 72 | 74 |
| Binary | 11010101 | 1011111 | 10000111 | 0 | 110111 | 100101 | 10000 | 101010100 | 111010 | 111100 |
Color Harmonies of #D55F87
Complementary color
Monochromatic Colors of #D55F87
Black with #D55F87
Text Example
Text Example
White with #D55F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F87; }
p { color: rgb(213,95,135); }
H1.HeaderClassName
{
color: #D55F87;
}
.AnyTagClassName
{
color: #D55F87;
}
</style>
background-color css
<style>
a { background-color: #D55F87; }
a { background-color: rgb(213,95,135); }
div.DivClassName
{
background-color: #D55F87;
}
.BgClassName
{
background-color: #D55F87;
}
</style>
border-color css
<style>
span { border-color: #D55F87; }
span { border-color: rgb(213,95,135); }
td.TdClassName
{
border-color: #D55F87;
}
.TagClassName
{
border-color: #D55F87;
}
</style>