Shades of Hopbush #D55996
Tints of Hopbush #D55996
RGB
CMYK
RGB Variations
Color information
#D55996 (or 0xD55996) is known color: Hopbush. HEX triplet: D5, 59 and 96. RGB value is (213,89,150). Sum of RGB (Red+Green+Blue) = 213+89+150=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D55996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55996 is #2AA669. Grayscale: #848484. Windows color (decimal): -2795114 or 9853397. OLE color: 9853397.
HSL color Cylindrical-coordinate representation of color #D55996: hue angle of 330.48º degrees, saturation: 0.6, 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 #D55996 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 150 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.16 |
| HSL | 330.48º | 0.6% | 0.59% | - |
| HSV(B) | 330.48º | 0.58% | 0.84% | - |
| XYZ | 36.52 | 23.49 | 31.46 | - |
| YUV | 133.03 | 137.58 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 150 | 0 | 0.58 | 0.30 | 0.16 | 330.48 | 0.6 | 0.59 |
| Hex | D5 | 59 | 96 | 0 | 3A | 1E | 10 | 14A | 3C | 3B |
| Octal | 325 | 131 | 226 | 0 | 72 | 36 | 20 | 512 | 74 | 73 |
| Binary | 11010101 | 1011001 | 10010110 | 0 | 111010 | 11110 | 10000 | 101001010 | 111100 | 111011 |
Color Harmonies of #D55996
Complementary color
Monochromatic Colors of #D55996
Black with #D55996
Text Example
Text Example
White with #D55996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55996; }
p { color: rgb(213,89,150); }
H1.HeaderClassName
{
color: #D55996;
}
.AnyTagClassName
{
color: #D55996;
}
</style>
background-color css
<style>
a { background-color: #D55996; }
a { background-color: rgb(213,89,150); }
div.DivClassName
{
background-color: #D55996;
}
.BgClassName
{
background-color: #D55996;
}
</style>
border-color css
<style>
span { border-color: #D55996; }
span { border-color: rgb(213,89,150); }
td.TdClassName
{
border-color: #D55996;
}
.TagClassName
{
border-color: #D55996;
}
</style>