Shades of Hopbush #DD5FAA
Tints of Hopbush #DD5FAA
RGB
CMYK
RGB Variations
Color information
#DD5FAA (or 0xDD5FAA) is known color: Hopbush. HEX triplet: DD, 5F and AA. RGB value is (221,95,170). Sum of RGB (Red+Green+Blue) = 221+95+170=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5FAA is #22A055. Grayscale: #8D8D8D. Windows color (decimal): -2269270 or 11165661. OLE color: 11165661.
HSL color Cylindrical-coordinate representation of color #DD5FAA: hue angle of 324.29º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5FAA is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 95 | 170 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.13 |
| HSL | 324.29º | 0.65% | 0.62% | - |
| HSV(B) | 324.29º | 0.57% | 0.87% | - |
| XYZ | 41.17 | 26.46 | 40.97 | - |
| YUV | 141.22 | 144.24 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 95 | 170 | 0 | 0.57 | 0.23 | 0.13 | 324.29 | 0.65 | 0.62 |
| Hex | DD | 5F | AA | 0 | 39 | 17 | D | 144 | 41 | 3E |
| Octal | 335 | 137 | 252 | 0 | 71 | 27 | 15 | 504 | 101 | 76 |
| Binary | 11011101 | 1011111 | 10101010 | 0 | 111001 | 10111 | 1101 | 101000100 | 1000001 | 111110 |
Color Harmonies of #DD5FAA
Complementary color
Monochromatic Colors of #DD5FAA
Black with #DD5FAA
Text Example
Text Example
White with #DD5FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5FAA; }
p { color: rgb(221,95,170); }
H1.HeaderClassName
{
color: #DD5FAA;
}
.AnyTagClassName
{
color: #DD5FAA;
}
</style>
background-color css
<style>
a { background-color: #DD5FAA; }
a { background-color: rgb(221,95,170); }
div.DivClassName
{
background-color: #DD5FAA;
}
.BgClassName
{
background-color: #DD5FAA;
}
</style>
border-color css
<style>
span { border-color: #DD5FAA; }
span { border-color: rgb(221,95,170); }
td.TdClassName
{
border-color: #DD5FAA;
}
.TagClassName
{
border-color: #DD5FAA;
}
</style>