Shades of Hopbush #D55B9E
Tints of Hopbush #D55B9E
RGB
CMYK
RGB Variations
Color information
#D55B9E (or 0xD55B9E) is known color: Hopbush. HEX triplet: D5, 5B and 9E. RGB value is (213,91,158). Sum of RGB (Red+Green+Blue) = 213+91+158=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55B9E is #2AA461. Grayscale: #868686. Windows color (decimal): -2794594 or 10378197. OLE color: 10378197.
HSL color Cylindrical-coordinate representation of color #D55B9E: hue angle of 327.05º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55B9E is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 91 | 158 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.16 |
| HSL | 327.05º | 0.59% | 0.6% | - |
| HSV(B) | 327.05º | 0.57% | 0.84% | - |
| XYZ | 37.35 | 24.1 | 35.03 | - |
| YUV | 135.12 | 140.92 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 91 | 158 | 0 | 0.57 | 0.26 | 0.16 | 327.05 | 0.59 | 0.6 |
| Hex | D5 | 5B | 9E | 0 | 39 | 1A | 10 | 147 | 3B | 3C |
| Octal | 325 | 133 | 236 | 0 | 71 | 32 | 20 | 507 | 73 | 74 |
| Binary | 11010101 | 1011011 | 10011110 | 0 | 111001 | 11010 | 10000 | 101000111 | 111011 | 111100 |
Color Harmonies of #D55B9E
Complementary color
Monochromatic Colors of #D55B9E
Black with #D55B9E
Text Example
Text Example
White with #D55B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55B9E; }
p { color: rgb(213,91,158); }
H1.HeaderClassName
{
color: #D55B9E;
}
.AnyTagClassName
{
color: #D55B9E;
}
</style>
background-color css
<style>
a { background-color: #D55B9E; }
a { background-color: rgb(213,91,158); }
div.DivClassName
{
background-color: #D55B9E;
}
.BgClassName
{
background-color: #D55B9E;
}
</style>
border-color css
<style>
span { border-color: #D55B9E; }
span { border-color: rgb(213,91,158); }
td.TdClassName
{
border-color: #D55B9E;
}
.TagClassName
{
border-color: #D55B9E;
}
</style>