Shades of Hopbush #DD62AB
Tints of Hopbush #DD62AB
RGB
CMYK
RGB Variations
Color information
#DD62AB (or 0xDD62AB) is known color: Hopbush. HEX triplet: DD, 62 and AB. RGB value is (221,98,171). Sum of RGB (Red+Green+Blue) = 221+98+171=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD62AB is #229D54. Grayscale: #8E8E8E. Windows color (decimal): -2268501 or 11231965. OLE color: 11231965.
HSL color Cylindrical-coordinate representation of color #DD62AB: hue angle of 324.39º 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 #DD62AB is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 171 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.13 |
| HSL | 324.39º | 0.64% | 0.63% | - |
| HSV(B) | 324.39º | 0.56% | 0.87% | - |
| XYZ | 41.54 | 27.05 | 41.56 | - |
| YUV | 143.1 | 143.75 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 171 | 0 | 0.56 | 0.23 | 0.13 | 324.39 | 0.64 | 0.63 |
| Hex | DD | 62 | AB | 0 | 38 | 17 | D | 144 | 40 | 3F |
| Octal | 335 | 142 | 253 | 0 | 70 | 27 | 15 | 504 | 100 | 77 |
| Binary | 11011101 | 1100010 | 10101011 | 0 | 111000 | 10111 | 1101 | 101000100 | 1000000 | 111111 |
Color Harmonies of #DD62AB
Complementary color
Monochromatic Colors of #DD62AB
Black with #DD62AB
Text Example
Text Example
White with #DD62AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD62AB; }
p { color: rgb(221,98,171); }
H1.HeaderClassName
{
color: #DD62AB;
}
.AnyTagClassName
{
color: #DD62AB;
}
</style>
background-color css
<style>
a { background-color: #DD62AB; }
a { background-color: rgb(221,98,171); }
div.DivClassName
{
background-color: #DD62AB;
}
.BgClassName
{
background-color: #DD62AB;
}
</style>
border-color css
<style>
span { border-color: #DD62AB; }
span { border-color: rgb(221,98,171); }
td.TdClassName
{
border-color: #DD62AB;
}
.TagClassName
{
border-color: #DD62AB;
}
</style>