Shades of Hopbush #DD59A2
Tints of Hopbush #DD59A2
RGB
CMYK
RGB Variations
Color information
#DD59A2 (or 0xDD59A2) is known color: Hopbush. HEX triplet: DD, 59 and A2. RGB value is (221,89,162). Sum of RGB (Red+Green+Blue) = 221+89+162=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD59A2 is #22A65D. Grayscale: #888888. Windows color (decimal): -2270814 or 10639837. OLE color: 10639837.
HSL color Cylindrical-coordinate representation of color #DD59A2: hue angle of 326.82º 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 #DD59A2 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 162 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.13 |
| HSL | 326.82º | 0.66% | 0.61% | - |
| HSV(B) | 326.82º | 0.6% | 0.87% | - |
| XYZ | 39.91 | 25.13 | 36.93 | - |
| YUV | 136.79 | 142.23 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 162 | 0 | 0.60 | 0.27 | 0.13 | 326.82 | 0.66 | 0.61 |
| Hex | DD | 59 | A2 | 0 | 3C | 1B | D | 147 | 42 | 3D |
| Octal | 335 | 131 | 242 | 0 | 74 | 33 | 15 | 507 | 102 | 75 |
| Binary | 11011101 | 1011001 | 10100010 | 0 | 111100 | 11011 | 1101 | 101000111 | 1000010 | 111101 |
Color Harmonies of #DD59A2
Complementary color
Monochromatic Colors of #DD59A2
Black with #DD59A2
Text Example
Text Example
White with #DD59A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD59A2; }
p { color: rgb(221,89,162); }
H1.HeaderClassName
{
color: #DD59A2;
}
.AnyTagClassName
{
color: #DD59A2;
}
</style>
background-color css
<style>
a { background-color: #DD59A2; }
a { background-color: rgb(221,89,162); }
div.DivClassName
{
background-color: #DD59A2;
}
.BgClassName
{
background-color: #DD59A2;
}
</style>
border-color css
<style>
span { border-color: #DD59A2; }
span { border-color: rgb(221,89,162); }
td.TdClassName
{
border-color: #DD59A2;
}
.TagClassName
{
border-color: #DD59A2;
}
</style>