Shades of Hopbush #DD58A0
Tints of Hopbush #DD58A0
RGB
CMYK
RGB Variations
Color information
#DD58A0 (or 0xDD58A0) is known color: Hopbush. HEX triplet: DD, 58 and A0. RGB value is (221,88,160). Sum of RGB (Red+Green+Blue) = 221+88+160=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD58A0 is #22A75F. Grayscale: #878787. Windows color (decimal): -2271072 or 10508509. OLE color: 10508509.
HSL color Cylindrical-coordinate representation of color #DD58A0: hue angle of 327.52º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD58A0 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 160 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.13 |
| HSL | 327.52º | 0.66% | 0.61% | - |
| HSV(B) | 327.52º | 0.6% | 0.87% | - |
| XYZ | 39.65 | 24.89 | 35.97 | - |
| YUV | 135.98 | 141.56 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 160 | 0 | 0.60 | 0.28 | 0.13 | 327.52 | 0.66 | 0.61 |
| Hex | DD | 58 | A0 | 0 | 3C | 1C | D | 148 | 42 | 3D |
| Octal | 335 | 130 | 240 | 0 | 74 | 34 | 15 | 510 | 102 | 75 |
| Binary | 11011101 | 1011000 | 10100000 | 0 | 111100 | 11100 | 1101 | 101001000 | 1000010 | 111101 |
Color Harmonies of #DD58A0
Complementary color
Monochromatic Colors of #DD58A0
Black with #DD58A0
Text Example
Text Example
White with #DD58A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD58A0; }
p { color: rgb(221,88,160); }
H1.HeaderClassName
{
color: #DD58A0;
}
.AnyTagClassName
{
color: #DD58A0;
}
</style>
background-color css
<style>
a { background-color: #DD58A0; }
a { background-color: rgb(221,88,160); }
div.DivClassName
{
background-color: #DD58A0;
}
.BgClassName
{
background-color: #DD58A0;
}
</style>
border-color css
<style>
span { border-color: #DD58A0; }
span { border-color: rgb(221,88,160); }
td.TdClassName
{
border-color: #DD58A0;
}
.TagClassName
{
border-color: #DD58A0;
}
</style>