Shades of Hopbush #D55B93
Tints of Hopbush #D55B93
RGB
CMYK
RGB Variations
Color information
#D55B93 (or 0xD55B93) is known color: Hopbush. HEX triplet: D5, 5B and 93. RGB value is (213,91,147). Sum of RGB (Red+Green+Blue) = 213+91+147=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55B93 is #2AA46C. Grayscale: #858585. Windows color (decimal): -2794605 or 9657301. OLE color: 9657301.
HSL color Cylindrical-coordinate representation of color #D55B93: hue angle of 332.46º 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 #D55B93 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 91 | 147 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.16 |
| HSL | 332.46º | 0.59% | 0.6% | - |
| HSV(B) | 332.46º | 0.57% | 0.84% | - |
| XYZ | 36.45 | 23.73 | 30.26 | - |
| YUV | 133.86 | 135.42 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 91 | 147 | 0 | 0.57 | 0.31 | 0.16 | 332.46 | 0.59 | 0.6 |
| Hex | D5 | 5B | 93 | 0 | 39 | 1F | 10 | 14C | 3B | 3C |
| Octal | 325 | 133 | 223 | 0 | 71 | 37 | 20 | 514 | 73 | 74 |
| Binary | 11010101 | 1011011 | 10010011 | 0 | 111001 | 11111 | 10000 | 101001100 | 111011 | 111100 |
Color Harmonies of #D55B93
Complementary color
Monochromatic Colors of #D55B93
Black with #D55B93
Text Example
Text Example
White with #D55B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55B93; }
p { color: rgb(213,91,147); }
H1.HeaderClassName
{
color: #D55B93;
}
.AnyTagClassName
{
color: #D55B93;
}
</style>
background-color css
<style>
a { background-color: #D55B93; }
a { background-color: rgb(213,91,147); }
div.DivClassName
{
background-color: #D55B93;
}
.BgClassName
{
background-color: #D55B93;
}
</style>
border-color css
<style>
span { border-color: #D55B93; }
span { border-color: rgb(213,91,147); }
td.TdClassName
{
border-color: #D55B93;
}
.TagClassName
{
border-color: #D55B93;
}
</style>