Shades of Hopbush #DC63AD
Tints of Hopbush #DC63AD
RGB
CMYK
RGB Variations
Color information
#DC63AD (or 0xDC63AD) is known color: Hopbush. HEX triplet: DC, 63 and AD. RGB value is (220,99,173). Sum of RGB (Red+Green+Blue) = 220+99+173=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC63AD is #239C52. Grayscale: #8F8F8F. Windows color (decimal): -2333779 or 11363292. OLE color: 11363292.
HSL color Cylindrical-coordinate representation of color #DC63AD: hue angle of 323.31º 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 #DC63AD is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 173 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.14 |
| HSL | 323.31º | 0.63% | 0.63% | - |
| HSV(B) | 323.31º | 0.55% | 0.86% | - |
| XYZ | 41.52 | 27.16 | 42.59 | - |
| YUV | 143.62 | 144.59 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 173 | 0 | 0.55 | 0.21 | 0.14 | 323.31 | 0.63 | 0.63 |
| Hex | DC | 63 | AD | 0 | 37 | 15 | E | 143 | 3F | 3F |
| Octal | 334 | 143 | 255 | 0 | 67 | 25 | 16 | 503 | 77 | 77 |
| Binary | 11011100 | 1100011 | 10101101 | 0 | 110111 | 10101 | 1110 | 101000011 | 111111 | 111111 |
Color Harmonies of #DC63AD
Complementary color
Monochromatic Colors of #DC63AD
Black with #DC63AD
Text Example
Text Example
White with #DC63AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63AD; }
p { color: rgb(220,99,173); }
H1.HeaderClassName
{
color: #DC63AD;
}
.AnyTagClassName
{
color: #DC63AD;
}
</style>
background-color css
<style>
a { background-color: #DC63AD; }
a { background-color: rgb(220,99,173); }
div.DivClassName
{
background-color: #DC63AD;
}
.BgClassName
{
background-color: #DC63AD;
}
</style>
border-color css
<style>
span { border-color: #DC63AD; }
span { border-color: rgb(220,99,173); }
td.TdClassName
{
border-color: #DC63AD;
}
.TagClassName
{
border-color: #DC63AD;
}
</style>