Shades of Hopbush #D55B9B
Tints of Hopbush #D55B9B
RGB
CMYK
RGB Variations
Color information
#D55B9B (or 0xD55B9B) is known color: Hopbush. HEX triplet: D5, 5B and 9B. RGB value is (213,91,155). Sum of RGB (Red+Green+Blue) = 213+91+155=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55B9B is #2AA464. Grayscale: #868686. Windows color (decimal): -2794597 or 10181589. OLE color: 10181589.
HSL color Cylindrical-coordinate representation of color #D55B9B: hue angle of 328.52º 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 #D55B9B is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 91 | 155 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.16 |
| HSL | 328.52º | 0.59% | 0.6% | - |
| HSV(B) | 328.52º | 0.57% | 0.84% | - |
| XYZ | 37.1 | 23.99 | 33.69 | - |
| YUV | 134.77 | 139.42 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 91 | 155 | 0 | 0.57 | 0.27 | 0.16 | 328.52 | 0.59 | 0.6 |
| Hex | D5 | 5B | 9B | 0 | 39 | 1B | 10 | 149 | 3B | 3C |
| Octal | 325 | 133 | 233 | 0 | 71 | 33 | 20 | 511 | 73 | 74 |
| Binary | 11010101 | 1011011 | 10011011 | 0 | 111001 | 11011 | 10000 | 101001001 | 111011 | 111100 |
Color Harmonies of #D55B9B
Complementary color
Monochromatic Colors of #D55B9B
Black with #D55B9B
Text Example
Text Example
White with #D55B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55B9B; }
p { color: rgb(213,91,155); }
H1.HeaderClassName
{
color: #D55B9B;
}
.AnyTagClassName
{
color: #D55B9B;
}
</style>
background-color css
<style>
a { background-color: #D55B9B; }
a { background-color: rgb(213,91,155); }
div.DivClassName
{
background-color: #D55B9B;
}
.BgClassName
{
background-color: #D55B9B;
}
</style>
border-color css
<style>
span { border-color: #D55B9B; }
span { border-color: rgb(213,91,155); }
td.TdClassName
{
border-color: #D55B9B;
}
.TagClassName
{
border-color: #D55B9B;
}
</style>