Shades of Hopbush #DD63A9
Tints of Hopbush #DD63A9
RGB
CMYK
RGB Variations
Color information
#DD63A9 (or 0xDD63A9) is known color: Hopbush. HEX triplet: DD, 63 and A9. RGB value is (221,99,169). Sum of RGB (Red+Green+Blue) = 221+99+169=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 169 (66.41% from 255 or 34.56% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD63A9 is #229C56. Grayscale: #8F8F8F. Windows color (decimal): -2268247 or 11101149. OLE color: 11101149.
HSL color Cylindrical-coordinate representation of color #DD63A9: hue angle of 325.57º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD63A9 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 169 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.13 |
| HSL | 325.57º | 0.64% | 0.63% | - |
| HSV(B) | 325.57º | 0.55% | 0.87% | - |
| XYZ | 41.44 | 27.16 | 40.59 | - |
| YUV | 143.46 | 142.42 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 169 | 0 | 0.55 | 0.24 | 0.13 | 325.57 | 0.64 | 0.63 |
| Hex | DD | 63 | A9 | 0 | 37 | 18 | D | 146 | 40 | 3F |
| Octal | 335 | 143 | 251 | 0 | 67 | 30 | 15 | 506 | 100 | 77 |
| Binary | 11011101 | 1100011 | 10101001 | 0 | 110111 | 11000 | 1101 | 101000110 | 1000000 | 111111 |
Color Harmonies of #DD63A9
Complementary color
Monochromatic Colors of #DD63A9
Black with #DD63A9
Text Example
Text Example
White with #DD63A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63A9; }
p { color: rgb(221,99,169); }
H1.HeaderClassName
{
color: #DD63A9;
}
.AnyTagClassName
{
color: #DD63A9;
}
</style>
background-color css
<style>
a { background-color: #DD63A9; }
a { background-color: rgb(221,99,169); }
div.DivClassName
{
background-color: #DD63A9;
}
.BgClassName
{
background-color: #DD63A9;
}
</style>
border-color css
<style>
span { border-color: #DD63A9; }
span { border-color: rgb(221,99,169); }
td.TdClassName
{
border-color: #DD63A9;
}
.TagClassName
{
border-color: #DD63A9;
}
</style>