Shades of Hopbush #D55F88
Tints of Hopbush #D55F88
RGB
CMYK
RGB Variations
Color information
#D55F88 (or 0xD55F88) is known color: Hopbush. HEX triplet: D5, 5F and 88. RGB value is (213,95,136). Sum of RGB (Red+Green+Blue) = 213+95+136=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55F88 is #2AA077. Grayscale: #868686. Windows color (decimal): -2793592 or 8937429. OLE color: 8937429.
HSL color Cylindrical-coordinate representation of color #D55F88: hue angle of 339.15º 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 #D55F88 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 136 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.16 |
| HSL | 339.15º | 0.58% | 0.6% | - |
| HSV(B) | 339.15º | 0.55% | 0.84% | - |
| XYZ | 35.98 | 24.11 | 26.05 | - |
| YUV | 134.96 | 128.59 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 136 | 0 | 0.55 | 0.36 | 0.16 | 339.15 | 0.58 | 0.6 |
| Hex | D5 | 5F | 88 | 0 | 37 | 24 | 10 | 153 | 3A | 3C |
| Octal | 325 | 137 | 210 | 0 | 67 | 44 | 20 | 523 | 72 | 74 |
| Binary | 11010101 | 1011111 | 10001000 | 0 | 110111 | 100100 | 10000 | 101010011 | 111010 | 111100 |
Color Harmonies of #D55F88
Complementary color
Monochromatic Colors of #D55F88
Black with #D55F88
Text Example
Text Example
White with #D55F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F88; }
p { color: rgb(213,95,136); }
H1.HeaderClassName
{
color: #D55F88;
}
.AnyTagClassName
{
color: #D55F88;
}
</style>
background-color css
<style>
a { background-color: #D55F88; }
a { background-color: rgb(213,95,136); }
div.DivClassName
{
background-color: #D55F88;
}
.BgClassName
{
background-color: #D55F88;
}
</style>
border-color css
<style>
span { border-color: #D55F88; }
span { border-color: rgb(213,95,136); }
td.TdClassName
{
border-color: #D55F88;
}
.TagClassName
{
border-color: #D55F88;
}
</style>