Shades of Hopbush #DC62A2
Tints of Hopbush #DC62A2
RGB
CMYK
RGB Variations
Color information
#DC62A2 (or 0xDC62A2) is known color: Hopbush. HEX triplet: DC, 62 and A2. RGB value is (220,98,162). Sum of RGB (Red+Green+Blue) = 220+98+162=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC62A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC62A2 is #239D5D. Grayscale: #8D8D8D. Windows color (decimal): -2334046 or 10642140. OLE color: 10642140.
HSL color Cylindrical-coordinate representation of color #DC62A2: hue angle of 328.52º 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 #DC62A2 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 162 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.14 |
| HSL | 328.52º | 0.64% | 0.62% | - |
| HSV(B) | 328.52º | 0.55% | 0.86% | - |
| XYZ | 40.4 | 26.56 | 37.18 | - |
| YUV | 141.77 | 139.42 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 162 | 0 | 0.55 | 0.26 | 0.14 | 328.52 | 0.64 | 0.62 |
| Hex | DC | 62 | A2 | 0 | 37 | 1A | E | 149 | 40 | 3E |
| Octal | 334 | 142 | 242 | 0 | 67 | 32 | 16 | 511 | 100 | 76 |
| Binary | 11011100 | 1100010 | 10100010 | 0 | 110111 | 11010 | 1110 | 101001001 | 1000000 | 111110 |
Color Harmonies of #DC62A2
Complementary color
Monochromatic Colors of #DC62A2
Black with #DC62A2
Text Example
Text Example
White with #DC62A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC62A2; }
p { color: rgb(220,98,162); }
H1.HeaderClassName
{
color: #DC62A2;
}
.AnyTagClassName
{
color: #DC62A2;
}
</style>
background-color css
<style>
a { background-color: #DC62A2; }
a { background-color: rgb(220,98,162); }
div.DivClassName
{
background-color: #DC62A2;
}
.BgClassName
{
background-color: #DC62A2;
}
</style>
border-color css
<style>
span { border-color: #DC62A2; }
span { border-color: rgb(220,98,162); }
td.TdClassName
{
border-color: #DC62A2;
}
.TagClassName
{
border-color: #DC62A2;
}
</style>