Shades of Hopbush #DD62A9
Tints of Hopbush #DD62A9
RGB
CMYK
RGB Variations
Color information
#DD62A9 (or 0xDD62A9) is known color: Hopbush. HEX triplet: DD, 62 and A9. RGB value is (221,98,169). Sum of RGB (Red+Green+Blue) = 221+98+169=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD62A9 is #229D56. Grayscale: #8E8E8E. Windows color (decimal): -2268503 or 11100893. OLE color: 11100893.
HSL color Cylindrical-coordinate representation of color #DD62A9: hue angle of 325.37º 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 #DD62A9 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 169 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.13 |
| HSL | 325.37º | 0.64% | 0.63% | - |
| HSV(B) | 325.37º | 0.56% | 0.87% | - |
| XYZ | 41.35 | 26.97 | 40.56 | - |
| YUV | 142.87 | 142.75 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 169 | 0 | 0.56 | 0.24 | 0.13 | 325.37 | 0.64 | 0.63 |
| Hex | DD | 62 | A9 | 0 | 38 | 18 | D | 145 | 40 | 3F |
| Octal | 335 | 142 | 251 | 0 | 70 | 30 | 15 | 505 | 100 | 77 |
| Binary | 11011101 | 1100010 | 10101001 | 0 | 111000 | 11000 | 1101 | 101000101 | 1000000 | 111111 |
Color Harmonies of #DD62A9
Complementary color
Monochromatic Colors of #DD62A9
Black with #DD62A9
Text Example
Text Example
White with #DD62A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD62A9; }
p { color: rgb(221,98,169); }
H1.HeaderClassName
{
color: #DD62A9;
}
.AnyTagClassName
{
color: #DD62A9;
}
</style>
background-color css
<style>
a { background-color: #DD62A9; }
a { background-color: rgb(221,98,169); }
div.DivClassName
{
background-color: #DD62A9;
}
.BgClassName
{
background-color: #DD62A9;
}
</style>
border-color css
<style>
span { border-color: #DD62A9; }
span { border-color: rgb(221,98,169); }
td.TdClassName
{
border-color: #DD62A9;
}
.TagClassName
{
border-color: #DD62A9;
}
</style>