Shades of Hopbush #D55EA9
Tints of Hopbush #D55EA9
RGB
CMYK
RGB Variations
Color information
#D55EA9 (or 0xD55EA9) is known color: Hopbush. HEX triplet: D5, 5E and A9. RGB value is (213,94,169). Sum of RGB (Red+Green+Blue) = 213+94+169=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D55EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55EA9 is #2AA156. Grayscale: #898989. Windows color (decimal): -2793815 or 11099861. OLE color: 11099861.
HSL color Cylindrical-coordinate representation of color #D55EA9: hue angle of 322.18º 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 #D55EA9 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 169 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.16 |
| HSL | 322.18º | 0.59% | 0.6% | - |
| HSV(B) | 322.18º | 0.56% | 0.84% | - |
| XYZ | 38.6 | 25.02 | 40.33 | - |
| YUV | 138.13 | 145.42 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 169 | 0 | 0.56 | 0.21 | 0.16 | 322.18 | 0.59 | 0.6 |
| Hex | D5 | 5E | A9 | 0 | 38 | 15 | 10 | 142 | 3B | 3C |
| Octal | 325 | 136 | 251 | 0 | 70 | 25 | 20 | 502 | 73 | 74 |
| Binary | 11010101 | 1011110 | 10101001 | 0 | 111000 | 10101 | 10000 | 101000010 | 111011 | 111100 |
Color Harmonies of #D55EA9
Complementary color
Monochromatic Colors of #D55EA9
Black with #D55EA9
Text Example
Text Example
White with #D55EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55EA9; }
p { color: rgb(213,94,169); }
H1.HeaderClassName
{
color: #D55EA9;
}
.AnyTagClassName
{
color: #D55EA9;
}
</style>
background-color css
<style>
a { background-color: #D55EA9; }
a { background-color: rgb(213,94,169); }
div.DivClassName
{
background-color: #D55EA9;
}
.BgClassName
{
background-color: #D55EA9;
}
</style>
border-color css
<style>
span { border-color: #D55EA9; }
span { border-color: rgb(213,94,169); }
td.TdClassName
{
border-color: #D55EA9;
}
.TagClassName
{
border-color: #D55EA9;
}
</style>