Shades of Hopbush #D55EA0
Tints of Hopbush #D55EA0
RGB
CMYK
RGB Variations
Color information
#D55EA0 (or 0xD55EA0) is known color: Hopbush. HEX triplet: D5, 5E and A0. RGB value is (213,94,160). Sum of RGB (Red+Green+Blue) = 213+94+160=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D55EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55EA0 is #2AA15F. Grayscale: #888888. Windows color (decimal): -2793824 or 10510037. OLE color: 10510037.
HSL color Cylindrical-coordinate representation of color #D55EA0: hue angle of 326.72º 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 #D55EA0 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 160 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.16 |
| HSL | 326.72º | 0.59% | 0.6% | - |
| HSV(B) | 326.72º | 0.56% | 0.84% | - |
| XYZ | 37.79 | 24.69 | 36.03 | - |
| YUV | 137.11 | 140.92 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 160 | 0 | 0.56 | 0.25 | 0.16 | 326.72 | 0.59 | 0.6 |
| Hex | D5 | 5E | A0 | 0 | 38 | 19 | 10 | 147 | 3B | 3C |
| Octal | 325 | 136 | 240 | 0 | 70 | 31 | 20 | 507 | 73 | 74 |
| Binary | 11010101 | 1011110 | 10100000 | 0 | 111000 | 11001 | 10000 | 101000111 | 111011 | 111100 |
Color Harmonies of #D55EA0
Complementary color
Monochromatic Colors of #D55EA0
Black with #D55EA0
Text Example
Text Example
White with #D55EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55EA0; }
p { color: rgb(213,94,160); }
H1.HeaderClassName
{
color: #D55EA0;
}
.AnyTagClassName
{
color: #D55EA0;
}
</style>
background-color css
<style>
a { background-color: #D55EA0; }
a { background-color: rgb(213,94,160); }
div.DivClassName
{
background-color: #D55EA0;
}
.BgClassName
{
background-color: #D55EA0;
}
</style>
border-color css
<style>
span { border-color: #D55EA0; }
span { border-color: rgb(213,94,160); }
td.TdClassName
{
border-color: #D55EA0;
}
.TagClassName
{
border-color: #D55EA0;
}
</style>