Shades of Hopbush #DC63A9
Tints of Hopbush #DC63A9
RGB
CMYK
RGB Variations
Color information
#DC63A9 (or 0xDC63A9) is known color: Hopbush. HEX triplet: DC, 63 and A9. RGB value is (220,99,169). Sum of RGB (Red+Green+Blue) = 220+99+169=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC63A9 is #239C56. Grayscale: #8F8F8F. Windows color (decimal): -2333783 or 11101148. OLE color: 11101148.
HSL color Cylindrical-coordinate representation of color #DC63A9: hue angle of 325.29º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC63A9 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 169 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.14 |
| HSL | 325.29º | 0.63% | 0.63% | - |
| HSV(B) | 325.29º | 0.55% | 0.86% | - |
| XYZ | 41.14 | 27 | 40.58 | - |
| YUV | 143.16 | 142.59 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 169 | 0 | 0.55 | 0.23 | 0.14 | 325.29 | 0.63 | 0.63 |
| Hex | DC | 63 | A9 | 0 | 37 | 17 | E | 145 | 3F | 3F |
| Octal | 334 | 143 | 251 | 0 | 67 | 27 | 16 | 505 | 77 | 77 |
| Binary | 11011100 | 1100011 | 10101001 | 0 | 110111 | 10111 | 1110 | 101000101 | 111111 | 111111 |
Color Harmonies of #DC63A9
Complementary color
Monochromatic Colors of #DC63A9
Black with #DC63A9
Text Example
Text Example
White with #DC63A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63A9; }
p { color: rgb(220,99,169); }
H1.HeaderClassName
{
color: #DC63A9;
}
.AnyTagClassName
{
color: #DC63A9;
}
</style>
background-color css
<style>
a { background-color: #DC63A9; }
a { background-color: rgb(220,99,169); }
div.DivClassName
{
background-color: #DC63A9;
}
.BgClassName
{
background-color: #DC63A9;
}
</style>
border-color css
<style>
span { border-color: #DC63A9; }
span { border-color: rgb(220,99,169); }
td.TdClassName
{
border-color: #DC63A9;
}
.TagClassName
{
border-color: #DC63A9;
}
</style>