Shades of Hopbush #DD62AA
Tints of Hopbush #DD62AA
RGB
CMYK
RGB Variations
Color information
#DD62AA (or 0xDD62AA) is known color: Hopbush. HEX triplet: DD, 62 and AA. RGB value is (221,98,170). Sum of RGB (Red+Green+Blue) = 221+98+170=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD62AA is #229D55. Grayscale: #8E8E8E. Windows color (decimal): -2268502 or 11166429. OLE color: 11166429.
HSL color Cylindrical-coordinate representation of color #DD62AA: hue angle of 324.88º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD62AA is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 170 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.13 |
| HSL | 324.88º | 0.64% | 0.63% | - |
| HSV(B) | 324.88º | 0.56% | 0.87% | - |
| XYZ | 41.44 | 27.01 | 41.06 | - |
| YUV | 142.99 | 143.25 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 170 | 0 | 0.56 | 0.23 | 0.13 | 324.88 | 0.64 | 0.63 |
| Hex | DD | 62 | AA | 0 | 38 | 17 | D | 145 | 40 | 3F |
| Octal | 335 | 142 | 252 | 0 | 70 | 27 | 15 | 505 | 100 | 77 |
| Binary | 11011101 | 1100010 | 10101010 | 0 | 111000 | 10111 | 1101 | 101000101 | 1000000 | 111111 |
Color Harmonies of #DD62AA
Complementary color
Monochromatic Colors of #DD62AA
Black with #DD62AA
Text Example
Text Example
White with #DD62AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD62AA; }
p { color: rgb(221,98,170); }
H1.HeaderClassName
{
color: #DD62AA;
}
.AnyTagClassName
{
color: #DD62AA;
}
</style>
background-color css
<style>
a { background-color: #DD62AA; }
a { background-color: rgb(221,98,170); }
div.DivClassName
{
background-color: #DD62AA;
}
.BgClassName
{
background-color: #DD62AA;
}
</style>
border-color css
<style>
span { border-color: #DD62AA; }
span { border-color: rgb(221,98,170); }
td.TdClassName
{
border-color: #DD62AA;
}
.TagClassName
{
border-color: #DD62AA;
}
</style>