Shades of Hopbush #DD589A
Tints of Hopbush #DD589A
RGB
CMYK
RGB Variations
Color information
#DD589A (or 0xDD589A) is known color: Hopbush. HEX triplet: DD, 58 and 9A. RGB value is (221,88,154). Sum of RGB (Red+Green+Blue) = 221+88+154=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD589A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD589A is #22A765. Grayscale: #878787. Windows color (decimal): -2271078 or 10115293. OLE color: 10115293.
HSL color Cylindrical-coordinate representation of color #DD589A: hue angle of 330.23º 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 #DD589A is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 154 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.13 |
| HSL | 330.23º | 0.66% | 0.61% | - |
| HSV(B) | 330.23º | 0.6% | 0.87% | - |
| XYZ | 39.14 | 24.68 | 33.27 | - |
| YUV | 135.29 | 138.56 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 154 | 0 | 0.60 | 0.30 | 0.13 | 330.23 | 0.66 | 0.61 |
| Hex | DD | 58 | 9A | 0 | 3C | 1E | D | 14A | 42 | 3D |
| Octal | 335 | 130 | 232 | 0 | 74 | 36 | 15 | 512 | 102 | 75 |
| Binary | 11011101 | 1011000 | 10011010 | 0 | 111100 | 11110 | 1101 | 101001010 | 1000010 | 111101 |
Color Harmonies of #DD589A
Complementary color
Monochromatic Colors of #DD589A
Black with #DD589A
Text Example
Text Example
White with #DD589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD589A; }
p { color: rgb(221,88,154); }
H1.HeaderClassName
{
color: #DD589A;
}
.AnyTagClassName
{
color: #DD589A;
}
</style>
background-color css
<style>
a { background-color: #DD589A; }
a { background-color: rgb(221,88,154); }
div.DivClassName
{
background-color: #DD589A;
}
.BgClassName
{
background-color: #DD589A;
}
</style>
border-color css
<style>
span { border-color: #DD589A; }
span { border-color: rgb(221,88,154); }
td.TdClassName
{
border-color: #DD589A;
}
.TagClassName
{
border-color: #DD589A;
}
</style>