Shades of Hopbush #DD58A2
Tints of Hopbush #DD58A2
RGB
CMYK
RGB Variations
Color information
#DD58A2 (or 0xDD58A2) is known color: Hopbush. HEX triplet: DD, 58 and A2. RGB value is (221,88,162). Sum of RGB (Red+Green+Blue) = 221+88+162=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD58A2 is #22A75D. Grayscale: #888888. Windows color (decimal): -2271070 or 10639581. OLE color: 10639581.
HSL color Cylindrical-coordinate representation of color #DD58A2: hue angle of 326.62º 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 #DD58A2 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 162 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.13 |
| HSL | 326.62º | 0.66% | 0.61% | - |
| HSV(B) | 326.62º | 0.6% | 0.87% | - |
| XYZ | 39.83 | 24.96 | 36.9 | - |
| YUV | 136.2 | 142.56 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 162 | 0 | 0.60 | 0.27 | 0.13 | 326.62 | 0.66 | 0.61 |
| Hex | DD | 58 | A2 | 0 | 3C | 1B | D | 147 | 42 | 3D |
| Octal | 335 | 130 | 242 | 0 | 74 | 33 | 15 | 507 | 102 | 75 |
| Binary | 11011101 | 1011000 | 10100010 | 0 | 111100 | 11011 | 1101 | 101000111 | 1000010 | 111101 |
Color Harmonies of #DD58A2
Complementary color
Monochromatic Colors of #DD58A2
Black with #DD58A2
Text Example
Text Example
White with #DD58A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD58A2; }
p { color: rgb(221,88,162); }
H1.HeaderClassName
{
color: #DD58A2;
}
.AnyTagClassName
{
color: #DD58A2;
}
</style>
background-color css
<style>
a { background-color: #DD58A2; }
a { background-color: rgb(221,88,162); }
div.DivClassName
{
background-color: #DD58A2;
}
.BgClassName
{
background-color: #DD58A2;
}
</style>
border-color css
<style>
span { border-color: #DD58A2; }
span { border-color: rgb(221,88,162); }
td.TdClassName
{
border-color: #DD58A2;
}
.TagClassName
{
border-color: #DD58A2;
}
</style>