Shades of Hopbush #DD5DAA
Tints of Hopbush #DD5DAA
RGB
CMYK
RGB Variations
Color information
#DD5DAA (or 0xDD5DAA) is known color: Hopbush. HEX triplet: DD, 5D and AA. RGB value is (221,93,170). Sum of RGB (Red+Green+Blue) = 221+93+170=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5DAA is #22A255. Grayscale: #8B8B8B. Windows color (decimal): -2269782 or 11165149. OLE color: 11165149.
HSL color Cylindrical-coordinate representation of color #DD5DAA: hue angle of 323.91º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5DAA is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 170 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.13 |
| HSL | 323.91º | 0.65% | 0.62% | - |
| HSV(B) | 323.91º | 0.58% | 0.87% | - |
| XYZ | 40.99 | 26.1 | 40.91 | - |
| YUV | 140.05 | 144.91 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 170 | 0 | 0.58 | 0.23 | 0.13 | 323.91 | 0.65 | 0.62 |
| Hex | DD | 5D | AA | 0 | 3A | 17 | D | 144 | 41 | 3E |
| Octal | 335 | 135 | 252 | 0 | 72 | 27 | 15 | 504 | 101 | 76 |
| Binary | 11011101 | 1011101 | 10101010 | 0 | 111010 | 10111 | 1101 | 101000100 | 1000001 | 111110 |
Color Harmonies of #DD5DAA
Complementary color
Monochromatic Colors of #DD5DAA
Black with #DD5DAA
Text Example
Text Example
White with #DD5DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5DAA; }
p { color: rgb(221,93,170); }
H1.HeaderClassName
{
color: #DD5DAA;
}
.AnyTagClassName
{
color: #DD5DAA;
}
</style>
background-color css
<style>
a { background-color: #DD5DAA; }
a { background-color: rgb(221,93,170); }
div.DivClassName
{
background-color: #DD5DAA;
}
.BgClassName
{
background-color: #DD5DAA;
}
</style>
border-color css
<style>
span { border-color: #DD5DAA; }
span { border-color: rgb(221,93,170); }
td.TdClassName
{
border-color: #DD5DAA;
}
.TagClassName
{
border-color: #DD5DAA;
}
</style>