Shades of Hopbush #D55A8B
Tints of Hopbush #D55A8B
RGB
CMYK
RGB Variations
Color information
#D55A8B (or 0xD55A8B) is known color: Hopbush. HEX triplet: D5, 5A and 8B. RGB value is (213,90,139). Sum of RGB (Red+Green+Blue) = 213+90+139=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55A8B is #2AA574. Grayscale: #848484. Windows color (decimal): -2794869 or 9132757. OLE color: 9132757.
HSL color Cylindrical-coordinate representation of color #D55A8B: hue angle of 336.1º 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 #D55A8B is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 139 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.16 |
| HSL | 336.1º | 0.59% | 0.59% | - |
| HSV(B) | 336.1º | 0.58% | 0.84% | - |
| XYZ | 35.76 | 23.32 | 27.04 | - |
| YUV | 132.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 139 | 0 | 0.58 | 0.35 | 0.16 | 336.1 | 0.59 | 0.59 |
| Hex | D5 | 5A | 8B | 0 | 3A | 23 | 10 | 150 | 3B | 3B |
| Octal | 325 | 132 | 213 | 0 | 72 | 43 | 20 | 520 | 73 | 73 |
| Binary | 11010101 | 1011010 | 10001011 | 0 | 111010 | 100011 | 10000 | 101010000 | 111011 | 111011 |
Color Harmonies of #D55A8B
Complementary color
Monochromatic Colors of #D55A8B
Black with #D55A8B
Text Example
Text Example
White with #D55A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55A8B; }
p { color: rgb(213,90,139); }
H1.HeaderClassName
{
color: #D55A8B;
}
.AnyTagClassName
{
color: #D55A8B;
}
</style>
background-color css
<style>
a { background-color: #D55A8B; }
a { background-color: rgb(213,90,139); }
div.DivClassName
{
background-color: #D55A8B;
}
.BgClassName
{
background-color: #D55A8B;
}
</style>
border-color css
<style>
span { border-color: #D55A8B; }
span { border-color: rgb(213,90,139); }
td.TdClassName
{
border-color: #D55A8B;
}
.TagClassName
{
border-color: #D55A8B;
}
</style>