Shades of Hopbush #DD5EA0
Tints of Hopbush #DD5EA0
RGB
CMYK
RGB Variations
Color information
#DD5EA0 (or 0xDD5EA0) is known color: Hopbush. HEX triplet: DD, 5E and A0. RGB value is (221,94,160). Sum of RGB (Red+Green+Blue) = 221+94+160=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5EA0 is #22A15F. Grayscale: #8B8B8B. Windows color (decimal): -2269536 or 10510045. OLE color: 10510045.
HSL color Cylindrical-coordinate representation of color #DD5EA0: hue angle of 328.82º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5EA0 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 160 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.13 |
| HSL | 328.82º | 0.65% | 0.62% | - |
| HSV(B) | 328.82º | 0.57% | 0.87% | - |
| XYZ | 40.17 | 25.92 | 36.14 | - |
| YUV | 139.5 | 139.58 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 160 | 0 | 0.57 | 0.28 | 0.13 | 328.82 | 0.65 | 0.62 |
| Hex | DD | 5E | A0 | 0 | 39 | 1C | D | 149 | 41 | 3E |
| Octal | 335 | 136 | 240 | 0 | 71 | 34 | 15 | 511 | 101 | 76 |
| Binary | 11011101 | 1011110 | 10100000 | 0 | 111001 | 11100 | 1101 | 101001001 | 1000001 | 111110 |
Color Harmonies of #DD5EA0
Complementary color
Monochromatic Colors of #DD5EA0
Black with #DD5EA0
Text Example
Text Example
White with #DD5EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5EA0; }
p { color: rgb(221,94,160); }
H1.HeaderClassName
{
color: #DD5EA0;
}
.AnyTagClassName
{
color: #DD5EA0;
}
</style>
background-color css
<style>
a { background-color: #DD5EA0; }
a { background-color: rgb(221,94,160); }
div.DivClassName
{
background-color: #DD5EA0;
}
.BgClassName
{
background-color: #DD5EA0;
}
</style>
border-color css
<style>
span { border-color: #DD5EA0; }
span { border-color: rgb(221,94,160); }
td.TdClassName
{
border-color: #DD5EA0;
}
.TagClassName
{
border-color: #DD5EA0;
}
</style>