Shades of Hopbush #D55BAA
Tints of Hopbush #D55BAA
RGB
CMYK
RGB Variations
Color information
#D55BAA (or 0xD55BAA) is known color: Hopbush. HEX triplet: D5, 5B and AA. RGB value is (213,91,170). Sum of RGB (Red+Green+Blue) = 213+91+170=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D55BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55BAA is #2AA455. Grayscale: #888888. Windows color (decimal): -2794582 or 11164629. OLE color: 11164629.
HSL color Cylindrical-coordinate representation of color #D55BAA: hue angle of 321.15º 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 #D55BAA is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 91 | 170 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.16 |
| HSL | 321.15º | 0.59% | 0.6% | - |
| HSV(B) | 321.15º | 0.57% | 0.84% | - |
| XYZ | 38.44 | 24.53 | 40.74 | - |
| YUV | 136.48 | 146.92 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 91 | 170 | 0 | 0.57 | 0.20 | 0.16 | 321.15 | 0.59 | 0.6 |
| Hex | D5 | 5B | AA | 0 | 39 | 14 | 10 | 141 | 3B | 3C |
| Octal | 325 | 133 | 252 | 0 | 71 | 24 | 20 | 501 | 73 | 74 |
| Binary | 11010101 | 1011011 | 10101010 | 0 | 111001 | 10100 | 10000 | 101000001 | 111011 | 111100 |
Color Harmonies of #D55BAA
Complementary color
Monochromatic Colors of #D55BAA
Black with #D55BAA
Text Example
Text Example
White with #D55BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55BAA; }
p { color: rgb(213,91,170); }
H1.HeaderClassName
{
color: #D55BAA;
}
.AnyTagClassName
{
color: #D55BAA;
}
</style>
background-color css
<style>
a { background-color: #D55BAA; }
a { background-color: rgb(213,91,170); }
div.DivClassName
{
background-color: #D55BAA;
}
.BgClassName
{
background-color: #D55BAA;
}
</style>
border-color css
<style>
span { border-color: #D55BAA; }
span { border-color: rgb(213,91,170); }
td.TdClassName
{
border-color: #D55BAA;
}
.TagClassName
{
border-color: #D55BAA;
}
</style>