Shades of Hopbush #DD61AA
Tints of Hopbush #DD61AA
RGB
CMYK
RGB Variations
Color information
#DD61AA (or 0xDD61AA) is known color: Hopbush. HEX triplet: DD, 61 and AA. RGB value is (221,97,170). Sum of RGB (Red+Green+Blue) = 221+97+170=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD61AA is #229E55. Grayscale: #8E8E8E. Windows color (decimal): -2268758 or 11166173. OLE color: 11166173.
HSL color Cylindrical-coordinate representation of color #DD61AA: hue angle of 324.68º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD61AA is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 170 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.13 |
| HSL | 324.68º | 0.65% | 0.62% | - |
| HSV(B) | 324.68º | 0.56% | 0.87% | - |
| XYZ | 41.35 | 26.82 | 41.03 | - |
| YUV | 142.4 | 143.58 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 170 | 0 | 0.56 | 0.23 | 0.13 | 324.68 | 0.65 | 0.62 |
| Hex | DD | 61 | AA | 0 | 38 | 17 | D | 145 | 41 | 3E |
| Octal | 335 | 141 | 252 | 0 | 70 | 27 | 15 | 505 | 101 | 76 |
| Binary | 11011101 | 1100001 | 10101010 | 0 | 111000 | 10111 | 1101 | 101000101 | 1000001 | 111110 |
Color Harmonies of #DD61AA
Complementary color
Monochromatic Colors of #DD61AA
Black with #DD61AA
Text Example
Text Example
White with #DD61AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD61AA; }
p { color: rgb(221,97,170); }
H1.HeaderClassName
{
color: #DD61AA;
}
.AnyTagClassName
{
color: #DD61AA;
}
</style>
background-color css
<style>
a { background-color: #DD61AA; }
a { background-color: rgb(221,97,170); }
div.DivClassName
{
background-color: #DD61AA;
}
.BgClassName
{
background-color: #DD61AA;
}
</style>
border-color css
<style>
span { border-color: #DD61AA; }
span { border-color: rgb(221,97,170); }
td.TdClassName
{
border-color: #DD61AA;
}
.TagClassName
{
border-color: #DD61AA;
}
</style>