Shades of Hopbush #D55AA2
Tints of Hopbush #D55AA2
RGB
CMYK
RGB Variations
Color information
#D55AA2 (or 0xD55AA2) is known color: Hopbush. HEX triplet: D5, 5A and A2. RGB value is (213,90,162). Sum of RGB (Red+Green+Blue) = 213+90+162=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55AA2 is #2AA55D. Grayscale: #868686. Windows color (decimal): -2794846 or 10640085. OLE color: 10640085.
HSL color Cylindrical-coordinate representation of color #D55AA2: hue angle of 324.88º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55AA2 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 162 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.16 |
| HSL | 324.88º | 0.59% | 0.59% | - |
| HSV(B) | 324.88º | 0.58% | 0.84% | - |
| XYZ | 37.62 | 24.07 | 36.85 | - |
| YUV | 134.99 | 143.25 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 162 | 0 | 0.58 | 0.24 | 0.16 | 324.88 | 0.59 | 0.59 |
| Hex | D5 | 5A | A2 | 0 | 3A | 18 | 10 | 145 | 3B | 3B |
| Octal | 325 | 132 | 242 | 0 | 72 | 30 | 20 | 505 | 73 | 73 |
| Binary | 11010101 | 1011010 | 10100010 | 0 | 111010 | 11000 | 10000 | 101000101 | 111011 | 111011 |
Color Harmonies of #D55AA2
Complementary color
Monochromatic Colors of #D55AA2
Black with #D55AA2
Text Example
Text Example
White with #D55AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55AA2; }
p { color: rgb(213,90,162); }
H1.HeaderClassName
{
color: #D55AA2;
}
.AnyTagClassName
{
color: #D55AA2;
}
</style>
background-color css
<style>
a { background-color: #D55AA2; }
a { background-color: rgb(213,90,162); }
div.DivClassName
{
background-color: #D55AA2;
}
.BgClassName
{
background-color: #D55AA2;
}
</style>
border-color css
<style>
span { border-color: #D55AA2; }
span { border-color: rgb(213,90,162); }
td.TdClassName
{
border-color: #D55AA2;
}
.TagClassName
{
border-color: #D55AA2;
}
</style>