Shades of Hopbush #D55E97
Tints of Hopbush #D55E97
RGB
CMYK
RGB Variations
Color information
#D55E97 (or 0xD55E97) is known color: Hopbush. HEX triplet: D5, 5E and 97. RGB value is (213,94,151). Sum of RGB (Red+Green+Blue) = 213+94+151=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55E97 is #2AA168. Grayscale: #878787. Windows color (decimal): -2793833 or 9920213. OLE color: 9920213.
HSL color Cylindrical-coordinate representation of color #D55E97: hue angle of 331.26º 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 #D55E97 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 151 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.16 |
| HSL | 331.26º | 0.59% | 0.6% | - |
| HSV(B) | 331.26º | 0.56% | 0.84% | - |
| XYZ | 37.03 | 24.39 | 32.03 | - |
| YUV | 136.08 | 136.42 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 151 | 0 | 0.56 | 0.29 | 0.16 | 331.26 | 0.59 | 0.6 |
| Hex | D5 | 5E | 97 | 0 | 38 | 1D | 10 | 14B | 3B | 3C |
| Octal | 325 | 136 | 227 | 0 | 70 | 35 | 20 | 513 | 73 | 74 |
| Binary | 11010101 | 1011110 | 10010111 | 0 | 111000 | 11101 | 10000 | 101001011 | 111011 | 111100 |
Color Harmonies of #D55E97
Complementary color
Monochromatic Colors of #D55E97
Black with #D55E97
Text Example
Text Example
White with #D55E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55E97; }
p { color: rgb(213,94,151); }
H1.HeaderClassName
{
color: #D55E97;
}
.AnyTagClassName
{
color: #D55E97;
}
</style>
background-color css
<style>
a { background-color: #D55E97; }
a { background-color: rgb(213,94,151); }
div.DivClassName
{
background-color: #D55E97;
}
.BgClassName
{
background-color: #D55E97;
}
</style>
border-color css
<style>
span { border-color: #D55E97; }
span { border-color: rgb(213,94,151); }
td.TdClassName
{
border-color: #D55E97;
}
.TagClassName
{
border-color: #D55E97;
}
</style>