Shades of Hopbush #DC61A4
Tints of Hopbush #DC61A4
RGB
CMYK
RGB Variations
Color information
#DC61A4 (or 0xDC61A4) is known color: Hopbush. HEX triplet: DC, 61 and A4. RGB value is (220,97,164). Sum of RGB (Red+Green+Blue) = 220+97+164=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC61A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC61A4 is #239E5B. Grayscale: #8D8D8D. Windows color (decimal): -2334300 or 10772956. OLE color: 10772956.
HSL color Cylindrical-coordinate representation of color #DC61A4: hue angle of 327.32º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC61A4 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 164 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.14 |
| HSL | 327.32º | 0.64% | 0.62% | - |
| HSV(B) | 327.32º | 0.56% | 0.86% | - |
| XYZ | 40.49 | 26.45 | 38.09 | - |
| YUV | 141.42 | 140.75 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 164 | 0 | 0.56 | 0.25 | 0.14 | 327.32 | 0.64 | 0.62 |
| Hex | DC | 61 | A4 | 0 | 38 | 19 | E | 147 | 40 | 3E |
| Octal | 334 | 141 | 244 | 0 | 70 | 31 | 16 | 507 | 100 | 76 |
| Binary | 11011100 | 1100001 | 10100100 | 0 | 111000 | 11001 | 1110 | 101000111 | 1000000 | 111110 |
Color Harmonies of #DC61A4
Complementary color
Monochromatic Colors of #DC61A4
Black with #DC61A4
Text Example
Text Example
White with #DC61A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC61A4; }
p { color: rgb(220,97,164); }
H1.HeaderClassName
{
color: #DC61A4;
}
.AnyTagClassName
{
color: #DC61A4;
}
</style>
background-color css
<style>
a { background-color: #DC61A4; }
a { background-color: rgb(220,97,164); }
div.DivClassName
{
background-color: #DC61A4;
}
.BgClassName
{
background-color: #DC61A4;
}
</style>
border-color css
<style>
span { border-color: #DC61A4; }
span { border-color: rgb(220,97,164); }
td.TdClassName
{
border-color: #DC61A4;
}
.TagClassName
{
border-color: #DC61A4;
}
</style>