Shades of Hopbush #DC62A7
Tints of Hopbush #DC62A7
RGB
CMYK
RGB Variations
Color information
#DC62A7 (or 0xDC62A7) is known color: Hopbush. HEX triplet: DC, 62 and A7. RGB value is (220,98,167). Sum of RGB (Red+Green+Blue) = 220+98+167=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 167 (65.62% from 255 or 34.43% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC62A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC62A7 is #239D58. Grayscale: #8E8E8E. Windows color (decimal): -2334041 or 10969820. OLE color: 10969820.
HSL color Cylindrical-coordinate representation of color #DC62A7: hue angle of 326.07º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC62A7 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 167 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.14 |
| HSL | 326.07º | 0.64% | 0.62% | - |
| HSV(B) | 326.07º | 0.55% | 0.86% | - |
| XYZ | 40.86 | 26.74 | 39.57 | - |
| YUV | 142.34 | 141.92 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 167 | 0 | 0.55 | 0.24 | 0.14 | 326.07 | 0.64 | 0.62 |
| Hex | DC | 62 | A7 | 0 | 37 | 18 | E | 146 | 40 | 3E |
| Octal | 334 | 142 | 247 | 0 | 67 | 30 | 16 | 506 | 100 | 76 |
| Binary | 11011100 | 1100010 | 10100111 | 0 | 110111 | 11000 | 1110 | 101000110 | 1000000 | 111110 |
Color Harmonies of #DC62A7
Complementary color
Monochromatic Colors of #DC62A7
Black with #DC62A7
Text Example
Text Example
White with #DC62A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC62A7; }
p { color: rgb(220,98,167); }
H1.HeaderClassName
{
color: #DC62A7;
}
.AnyTagClassName
{
color: #DC62A7;
}
</style>
background-color css
<style>
a { background-color: #DC62A7; }
a { background-color: rgb(220,98,167); }
div.DivClassName
{
background-color: #DC62A7;
}
.BgClassName
{
background-color: #DC62A7;
}
</style>
border-color css
<style>
span { border-color: #DC62A7; }
span { border-color: rgb(220,98,167); }
td.TdClassName
{
border-color: #DC62A7;
}
.TagClassName
{
border-color: #DC62A7;
}
</style>