Shades of Hopbush #DD62A5
Tints of Hopbush #DD62A5
RGB
CMYK
RGB Variations
Color information
#DD62A5 (or 0xDD62A5) is known color: Hopbush. HEX triplet: DD, 62 and A5. RGB value is (221,98,165). Sum of RGB (Red+Green+Blue) = 221+98+165=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD62A5 is #229D5A. Grayscale: #8E8E8E. Windows color (decimal): -2268507 or 10838749. OLE color: 10838749.
HSL color Cylindrical-coordinate representation of color #DD62A5: hue angle of 327.32º 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 #DD62A5 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 165 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.13 |
| HSL | 327.32º | 0.64% | 0.63% | - |
| HSV(B) | 327.32º | 0.56% | 0.87% | - |
| XYZ | 40.98 | 26.82 | 38.62 | - |
| YUV | 142.42 | 140.75 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 165 | 0 | 0.56 | 0.25 | 0.13 | 327.32 | 0.64 | 0.63 |
| Hex | DD | 62 | A5 | 0 | 38 | 19 | D | 147 | 40 | 3F |
| Octal | 335 | 142 | 245 | 0 | 70 | 31 | 15 | 507 | 100 | 77 |
| Binary | 11011101 | 1100010 | 10100101 | 0 | 111000 | 11001 | 1101 | 101000111 | 1000000 | 111111 |
Color Harmonies of #DD62A5
Complementary color
Monochromatic Colors of #DD62A5
Black with #DD62A5
Text Example
Text Example
White with #DD62A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD62A5; }
p { color: rgb(221,98,165); }
H1.HeaderClassName
{
color: #DD62A5;
}
.AnyTagClassName
{
color: #DD62A5;
}
</style>
background-color css
<style>
a { background-color: #DD62A5; }
a { background-color: rgb(221,98,165); }
div.DivClassName
{
background-color: #DD62A5;
}
.BgClassName
{
background-color: #DD62A5;
}
</style>
border-color css
<style>
span { border-color: #DD62A5; }
span { border-color: rgb(221,98,165); }
td.TdClassName
{
border-color: #DD62A5;
}
.TagClassName
{
border-color: #DD62A5;
}
</style>