Shades of Hopbush #D55AA8
Tints of Hopbush #D55AA8
RGB
CMYK
RGB Variations
Color information
#D55AA8 (or 0xD55AA8) is known color: Hopbush. HEX triplet: D5, 5A and A8. RGB value is (213,90,168). Sum of RGB (Red+Green+Blue) = 213+90+168=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55AA8 is #2AA557. Grayscale: #878787. Windows color (decimal): -2794840 or 11033301. OLE color: 11033301.
HSL color Cylindrical-coordinate representation of color #D55AA8: hue angle of 321.95º 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 #D55AA8 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 168 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.16 |
| HSL | 321.95º | 0.59% | 0.59% | - |
| HSV(B) | 321.95º | 0.58% | 0.84% | - |
| XYZ | 38.16 | 24.29 | 39.72 | - |
| YUV | 135.67 | 146.25 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 168 | 0 | 0.58 | 0.21 | 0.16 | 321.95 | 0.59 | 0.59 |
| Hex | D5 | 5A | A8 | 0 | 3A | 15 | 10 | 142 | 3B | 3B |
| Octal | 325 | 132 | 250 | 0 | 72 | 25 | 20 | 502 | 73 | 73 |
| Binary | 11010101 | 1011010 | 10101000 | 0 | 111010 | 10101 | 10000 | 101000010 | 111011 | 111011 |
Color Harmonies of #D55AA8
Complementary color
Monochromatic Colors of #D55AA8
Black with #D55AA8
Text Example
Text Example
White with #D55AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55AA8; }
p { color: rgb(213,90,168); }
H1.HeaderClassName
{
color: #D55AA8;
}
.AnyTagClassName
{
color: #D55AA8;
}
</style>
background-color css
<style>
a { background-color: #D55AA8; }
a { background-color: rgb(213,90,168); }
div.DivClassName
{
background-color: #D55AA8;
}
.BgClassName
{
background-color: #D55AA8;
}
</style>
border-color css
<style>
span { border-color: #D55AA8; }
span { border-color: rgb(213,90,168); }
td.TdClassName
{
border-color: #D55AA8;
}
.TagClassName
{
border-color: #D55AA8;
}
</style>