Shades of Hopbush #DD5BA2
Tints of Hopbush #DD5BA2
RGB
CMYK
RGB Variations
Color information
#DD5BA2 (or 0xDD5BA2) is known color: Hopbush. HEX triplet: DD, 5B and A2. RGB value is (221,91,162). Sum of RGB (Red+Green+Blue) = 221+91+162=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5BA2 is #22A45D. Grayscale: #898989. Windows color (decimal): -2270302 or 10640349. OLE color: 10640349.
HSL color Cylindrical-coordinate representation of color #DD5BA2: hue angle of 327.23º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5BA2 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 162 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.13 |
| HSL | 327.23º | 0.66% | 0.61% | - |
| HSV(B) | 327.23º | 0.59% | 0.87% | - |
| XYZ | 40.08 | 25.46 | 36.98 | - |
| YUV | 137.96 | 141.57 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 162 | 0 | 0.59 | 0.27 | 0.13 | 327.23 | 0.66 | 0.61 |
| Hex | DD | 5B | A2 | 0 | 3B | 1B | D | 147 | 42 | 3D |
| Octal | 335 | 133 | 242 | 0 | 73 | 33 | 15 | 507 | 102 | 75 |
| Binary | 11011101 | 1011011 | 10100010 | 0 | 111011 | 11011 | 1101 | 101000111 | 1000010 | 111101 |
Color Harmonies of #DD5BA2
Complementary color
Monochromatic Colors of #DD5BA2
Black with #DD5BA2
Text Example
Text Example
White with #DD5BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5BA2; }
p { color: rgb(221,91,162); }
H1.HeaderClassName
{
color: #DD5BA2;
}
.AnyTagClassName
{
color: #DD5BA2;
}
</style>
background-color css
<style>
a { background-color: #DD5BA2; }
a { background-color: rgb(221,91,162); }
div.DivClassName
{
background-color: #DD5BA2;
}
.BgClassName
{
background-color: #DD5BA2;
}
</style>
border-color css
<style>
span { border-color: #DD5BA2; }
span { border-color: rgb(221,91,162); }
td.TdClassName
{
border-color: #DD5BA2;
}
.TagClassName
{
border-color: #DD5BA2;
}
</style>