Shades of Hopbush #DC63A4
Tints of Hopbush #DC63A4
RGB
CMYK
RGB Variations
Color information
#DC63A4 (or 0xDC63A4) is known color: Hopbush. HEX triplet: DC, 63 and A4. RGB value is (220,99,164). Sum of RGB (Red+Green+Blue) = 220+99+164=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC63A4 is #239C5B. Grayscale: #8E8E8E. Windows color (decimal): -2333788 or 10773468. OLE color: 10773468.
HSL color Cylindrical-coordinate representation of color #DC63A4: hue angle of 327.77º 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 #DC63A4 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 164 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.14 |
| HSL | 327.77º | 0.63% | 0.63% | - |
| HSV(B) | 327.77º | 0.55% | 0.86% | - |
| XYZ | 40.68 | 26.82 | 38.15 | - |
| YUV | 142.59 | 140.09 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 164 | 0 | 0.55 | 0.25 | 0.14 | 327.77 | 0.63 | 0.63 |
| Hex | DC | 63 | A4 | 0 | 37 | 19 | E | 148 | 3F | 3F |
| Octal | 334 | 143 | 244 | 0 | 67 | 31 | 16 | 510 | 77 | 77 |
| Binary | 11011100 | 1100011 | 10100100 | 0 | 110111 | 11001 | 1110 | 101001000 | 111111 | 111111 |
Color Harmonies of #DC63A4
Complementary color
Monochromatic Colors of #DC63A4
Black with #DC63A4
Text Example
Text Example
White with #DC63A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63A4; }
p { color: rgb(220,99,164); }
H1.HeaderClassName
{
color: #DC63A4;
}
.AnyTagClassName
{
color: #DC63A4;
}
</style>
background-color css
<style>
a { background-color: #DC63A4; }
a { background-color: rgb(220,99,164); }
div.DivClassName
{
background-color: #DC63A4;
}
.BgClassName
{
background-color: #DC63A4;
}
</style>
border-color css
<style>
span { border-color: #DC63A4; }
span { border-color: rgb(220,99,164); }
td.TdClassName
{
border-color: #DC63A4;
}
.TagClassName
{
border-color: #DC63A4;
}
</style>