Shades of Hopbush #D55BA1
Tints of Hopbush #D55BA1
RGB
CMYK
RGB Variations
Color information
#D55BA1 (or 0xD55BA1) is known color: Hopbush. HEX triplet: D5, 5B and A1. RGB value is (213,91,161). Sum of RGB (Red+Green+Blue) = 213+91+161=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D55BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55BA1 is #2AA45E. Grayscale: #878787. Windows color (decimal): -2794591 or 10574805. OLE color: 10574805.
HSL color Cylindrical-coordinate representation of color #D55BA1: hue angle of 325.57º 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 #D55BA1 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 91 | 161 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.16 |
| HSL | 325.57º | 0.59% | 0.6% | - |
| HSV(B) | 325.57º | 0.57% | 0.84% | - |
| XYZ | 37.61 | 24.2 | 36.41 | - |
| YUV | 135.46 | 142.42 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 91 | 161 | 0 | 0.57 | 0.24 | 0.16 | 325.57 | 0.59 | 0.6 |
| Hex | D5 | 5B | A1 | 0 | 39 | 18 | 10 | 146 | 3B | 3C |
| Octal | 325 | 133 | 241 | 0 | 71 | 30 | 20 | 506 | 73 | 74 |
| Binary | 11010101 | 1011011 | 10100001 | 0 | 111001 | 11000 | 10000 | 101000110 | 111011 | 111100 |
Color Harmonies of #D55BA1
Complementary color
Monochromatic Colors of #D55BA1
Black with #D55BA1
Text Example
Text Example
White with #D55BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55BA1; }
p { color: rgb(213,91,161); }
H1.HeaderClassName
{
color: #D55BA1;
}
.AnyTagClassName
{
color: #D55BA1;
}
</style>
background-color css
<style>
a { background-color: #D55BA1; }
a { background-color: rgb(213,91,161); }
div.DivClassName
{
background-color: #D55BA1;
}
.BgClassName
{
background-color: #D55BA1;
}
</style>
border-color css
<style>
span { border-color: #D55BA1; }
span { border-color: rgb(213,91,161); }
td.TdClassName
{
border-color: #D55BA1;
}
.TagClassName
{
border-color: #D55BA1;
}
</style>