Shades of Hopbush #D55AA4
Tints of Hopbush #D55AA4
RGB
CMYK
RGB Variations
Color information
#D55AA4 (or 0xD55AA4) is known color: Hopbush. HEX triplet: D5, 5A and A4. RGB value is (213,90,164). Sum of RGB (Red+Green+Blue) = 213+90+164=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55AA4 is #2AA55B. Grayscale: #878787. Windows color (decimal): -2794844 or 10771157. OLE color: 10771157.
HSL color Cylindrical-coordinate representation of color #D55AA4: hue angle of 323.9º 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 #D55AA4 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 164 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.16 |
| HSL | 323.9º | 0.59% | 0.59% | - |
| HSV(B) | 323.9º | 0.58% | 0.84% | - |
| XYZ | 37.8 | 24.14 | 37.79 | - |
| YUV | 135.21 | 144.25 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 164 | 0 | 0.58 | 0.23 | 0.16 | 323.9 | 0.59 | 0.59 |
| Hex | D5 | 5A | A4 | 0 | 3A | 17 | 10 | 144 | 3B | 3B |
| Octal | 325 | 132 | 244 | 0 | 72 | 27 | 20 | 504 | 73 | 73 |
| Binary | 11010101 | 1011010 | 10100100 | 0 | 111010 | 10111 | 10000 | 101000100 | 111011 | 111011 |
Color Harmonies of #D55AA4
Complementary color
Monochromatic Colors of #D55AA4
Black with #D55AA4
Text Example
Text Example
White with #D55AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55AA4; }
p { color: rgb(213,90,164); }
H1.HeaderClassName
{
color: #D55AA4;
}
.AnyTagClassName
{
color: #D55AA4;
}
</style>
background-color css
<style>
a { background-color: #D55AA4; }
a { background-color: rgb(213,90,164); }
div.DivClassName
{
background-color: #D55AA4;
}
.BgClassName
{
background-color: #D55AA4;
}
</style>
border-color css
<style>
span { border-color: #D55AA4; }
span { border-color: rgb(213,90,164); }
td.TdClassName
{
border-color: #D55AA4;
}
.TagClassName
{
border-color: #D55AA4;
}
</style>