Shades of Hopbush #DD59A5
Tints of Hopbush #DD59A5
RGB
CMYK
RGB Variations
Color information
#DD59A5 (or 0xDD59A5) is known color: Hopbush. HEX triplet: DD, 59 and A5. RGB value is (221,89,165). Sum of RGB (Red+Green+Blue) = 221+89+165=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 165 (64.84% from 255 or 34.74% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD59A5 is #22A65A. Grayscale: #888888. Windows color (decimal): -2270811 or 10836445. OLE color: 10836445.
HSL color Cylindrical-coordinate representation of color #DD59A5: hue angle of 325.45º 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 #DD59A5 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 165 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.13 |
| HSL | 325.45º | 0.66% | 0.61% | - |
| HSV(B) | 325.45º | 0.6% | 0.87% | - |
| XYZ | 40.18 | 25.23 | 38.35 | - |
| YUV | 137.13 | 143.73 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 165 | 0 | 0.60 | 0.25 | 0.13 | 325.45 | 0.66 | 0.61 |
| Hex | DD | 59 | A5 | 0 | 3C | 19 | D | 145 | 42 | 3D |
| Octal | 335 | 131 | 245 | 0 | 74 | 31 | 15 | 505 | 102 | 75 |
| Binary | 11011101 | 1011001 | 10100101 | 0 | 111100 | 11001 | 1101 | 101000101 | 1000010 | 111101 |
Color Harmonies of #DD59A5
Complementary color
Monochromatic Colors of #DD59A5
Black with #DD59A5
Text Example
Text Example
White with #DD59A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD59A5; }
p { color: rgb(221,89,165); }
H1.HeaderClassName
{
color: #DD59A5;
}
.AnyTagClassName
{
color: #DD59A5;
}
</style>
background-color css
<style>
a { background-color: #DD59A5; }
a { background-color: rgb(221,89,165); }
div.DivClassName
{
background-color: #DD59A5;
}
.BgClassName
{
background-color: #DD59A5;
}
</style>
border-color css
<style>
span { border-color: #DD59A5; }
span { border-color: rgb(221,89,165); }
td.TdClassName
{
border-color: #DD59A5;
}
.TagClassName
{
border-color: #DD59A5;
}
</style>