Shades of Hopbush #DD5BA1
Tints of Hopbush #DD5BA1
RGB
CMYK
RGB Variations
Color information
#DD5BA1 (or 0xDD5BA1) is known color: Hopbush. HEX triplet: DD, 5B and A1. RGB value is (221,91,161). Sum of RGB (Red+Green+Blue) = 221+91+161=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5BA1 is #22A45E. Grayscale: #898989. Windows color (decimal): -2270303 or 10574813. OLE color: 10574813.
HSL color Cylindrical-coordinate representation of color #DD5BA1: hue angle of 327.69º 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 #DD5BA1 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 161 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.13 |
| HSL | 327.69º | 0.66% | 0.61% | - |
| HSV(B) | 327.69º | 0.59% | 0.87% | - |
| XYZ | 39.99 | 25.43 | 36.52 | - |
| YUV | 137.85 | 141.07 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 161 | 0 | 0.59 | 0.27 | 0.13 | 327.69 | 0.66 | 0.61 |
| Hex | DD | 5B | A1 | 0 | 3B | 1B | D | 148 | 42 | 3D |
| Octal | 335 | 133 | 241 | 0 | 73 | 33 | 15 | 510 | 102 | 75 |
| Binary | 11011101 | 1011011 | 10100001 | 0 | 111011 | 11011 | 1101 | 101001000 | 1000010 | 111101 |
Color Harmonies of #DD5BA1
Complementary color
Monochromatic Colors of #DD5BA1
Black with #DD5BA1
Text Example
Text Example
White with #DD5BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5BA1; }
p { color: rgb(221,91,161); }
H1.HeaderClassName
{
color: #DD5BA1;
}
.AnyTagClassName
{
color: #DD5BA1;
}
</style>
background-color css
<style>
a { background-color: #DD5BA1; }
a { background-color: rgb(221,91,161); }
div.DivClassName
{
background-color: #DD5BA1;
}
.BgClassName
{
background-color: #DD5BA1;
}
</style>
border-color css
<style>
span { border-color: #DD5BA1; }
span { border-color: rgb(221,91,161); }
td.TdClassName
{
border-color: #DD5BA1;
}
.TagClassName
{
border-color: #DD5BA1;
}
</style>