Shades of Hopbush #D55A8C
Tints of Hopbush #D55A8C
RGB
CMYK
RGB Variations
Color information
#D55A8C (or 0xD55A8C) is known color: Hopbush. HEX triplet: D5, 5A and 8C. RGB value is (213,90,140). Sum of RGB (Red+Green+Blue) = 213+90+140=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55A8C is #2AA573. Grayscale: #848484. Windows color (decimal): -2794868 or 9198293. OLE color: 9198293.
HSL color Cylindrical-coordinate representation of color #D55A8C: hue angle of 335.61º 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 #D55A8C is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 140 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.16 |
| HSL | 335.61º | 0.59% | 0.59% | - |
| HSV(B) | 335.61º | 0.58% | 0.84% | - |
| XYZ | 35.83 | 23.35 | 27.43 | - |
| YUV | 132.48 | 132.25 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 140 | 0 | 0.58 | 0.34 | 0.16 | 335.61 | 0.59 | 0.59 |
| Hex | D5 | 5A | 8C | 0 | 3A | 22 | 10 | 150 | 3B | 3B |
| Octal | 325 | 132 | 214 | 0 | 72 | 42 | 20 | 520 | 73 | 73 |
| Binary | 11010101 | 1011010 | 10001100 | 0 | 111010 | 100010 | 10000 | 101010000 | 111011 | 111011 |
Color Harmonies of #D55A8C
Complementary color
Monochromatic Colors of #D55A8C
Black with #D55A8C
Text Example
Text Example
White with #D55A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55A8C; }
p { color: rgb(213,90,140); }
H1.HeaderClassName
{
color: #D55A8C;
}
.AnyTagClassName
{
color: #D55A8C;
}
</style>
background-color css
<style>
a { background-color: #D55A8C; }
a { background-color: rgb(213,90,140); }
div.DivClassName
{
background-color: #D55A8C;
}
.BgClassName
{
background-color: #D55A8C;
}
</style>
border-color css
<style>
span { border-color: #D55A8C; }
span { border-color: rgb(213,90,140); }
td.TdClassName
{
border-color: #D55A8C;
}
.TagClassName
{
border-color: #D55A8C;
}
</style>