Shades of Hopbush #D55E9F
Tints of Hopbush #D55E9F
RGB
CMYK
RGB Variations
Color information
#D55E9F (or 0xD55E9F) is known color: Hopbush. HEX triplet: D5, 5E and 9F. RGB value is (213,94,159). Sum of RGB (Red+Green+Blue) = 213+94+159=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55E9F is #2AA160. Grayscale: #888888. Windows color (decimal): -2793825 or 10444501. OLE color: 10444501.
HSL color Cylindrical-coordinate representation of color #D55E9F: hue angle of 327.23º 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 #D55E9F is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 159 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.16 |
| HSL | 327.23º | 0.59% | 0.6% | - |
| HSV(B) | 327.23º | 0.56% | 0.84% | - |
| XYZ | 37.7 | 24.65 | 35.57 | - |
| YUV | 136.99 | 140.42 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 159 | 0 | 0.56 | 0.25 | 0.16 | 327.23 | 0.59 | 0.6 |
| Hex | D5 | 5E | 9F | 0 | 38 | 19 | 10 | 147 | 3B | 3C |
| Octal | 325 | 136 | 237 | 0 | 70 | 31 | 20 | 507 | 73 | 74 |
| Binary | 11010101 | 1011110 | 10011111 | 0 | 111000 | 11001 | 10000 | 101000111 | 111011 | 111100 |
Color Harmonies of #D55E9F
Complementary color
Monochromatic Colors of #D55E9F
Black with #D55E9F
Text Example
Text Example
White with #D55E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55E9F; }
p { color: rgb(213,94,159); }
H1.HeaderClassName
{
color: #D55E9F;
}
.AnyTagClassName
{
color: #D55E9F;
}
</style>
background-color css
<style>
a { background-color: #D55E9F; }
a { background-color: rgb(213,94,159); }
div.DivClassName
{
background-color: #D55E9F;
}
.BgClassName
{
background-color: #D55E9F;
}
</style>
border-color css
<style>
span { border-color: #D55E9F; }
span { border-color: rgb(213,94,159); }
td.TdClassName
{
border-color: #D55E9F;
}
.TagClassName
{
border-color: #D55E9F;
}
</style>