Shades of Hopbush #D55FA9
Tints of Hopbush #D55FA9
RGB
CMYK
RGB Variations
Color information
#D55FA9 (or 0xD55FA9) is known color: Hopbush. HEX triplet: D5, 5F and A9. RGB value is (213,95,169). Sum of RGB (Red+Green+Blue) = 213+95+169=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55FA9 is #2AA056. Grayscale: #8A8A8A. Windows color (decimal): -2793559 or 11100117. OLE color: 11100117.
HSL color Cylindrical-coordinate representation of color #D55FA9: hue angle of 322.37º 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 #D55FA9 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 169 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.16 |
| HSL | 322.37º | 0.58% | 0.6% | - |
| HSV(B) | 322.37º | 0.55% | 0.84% | - |
| XYZ | 38.69 | 25.2 | 40.36 | - |
| YUV | 138.72 | 145.09 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 169 | 0 | 0.55 | 0.21 | 0.16 | 322.37 | 0.58 | 0.6 |
| Hex | D5 | 5F | A9 | 0 | 37 | 15 | 10 | 142 | 3A | 3C |
| Octal | 325 | 137 | 251 | 0 | 67 | 25 | 20 | 502 | 72 | 74 |
| Binary | 11010101 | 1011111 | 10101001 | 0 | 110111 | 10101 | 10000 | 101000010 | 111010 | 111100 |
Color Harmonies of #D55FA9
Complementary color
Monochromatic Colors of #D55FA9
Black with #D55FA9
Text Example
Text Example
White with #D55FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55FA9; }
p { color: rgb(213,95,169); }
H1.HeaderClassName
{
color: #D55FA9;
}
.AnyTagClassName
{
color: #D55FA9;
}
</style>
background-color css
<style>
a { background-color: #D55FA9; }
a { background-color: rgb(213,95,169); }
div.DivClassName
{
background-color: #D55FA9;
}
.BgClassName
{
background-color: #D55FA9;
}
</style>
border-color css
<style>
span { border-color: #D55FA9; }
span { border-color: rgb(213,95,169); }
td.TdClassName
{
border-color: #D55FA9;
}
.TagClassName
{
border-color: #D55FA9;
}
</style>