Shades of Hopbush #DC61A9
Tints of Hopbush #DC61A9
RGB
CMYK
RGB Variations
Color information
#DC61A9 (or 0xDC61A9) is known color: Hopbush. HEX triplet: DC, 61 and A9. RGB value is (220,97,169). Sum of RGB (Red+Green+Blue) = 220+97+169=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC61A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC61A9 is #239E56. Grayscale: #8D8D8D. Windows color (decimal): -2334295 or 11100636. OLE color: 11100636.
HSL color Cylindrical-coordinate representation of color #DC61A9: hue angle of 324.88º 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 #DC61A9 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 169 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.14 |
| HSL | 324.88º | 0.64% | 0.62% | - |
| HSV(B) | 324.88º | 0.56% | 0.86% | - |
| XYZ | 40.95 | 26.63 | 40.52 | - |
| YUV | 141.99 | 143.25 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 169 | 0 | 0.56 | 0.23 | 0.14 | 324.88 | 0.64 | 0.62 |
| Hex | DC | 61 | A9 | 0 | 38 | 17 | E | 145 | 40 | 3E |
| Octal | 334 | 141 | 251 | 0 | 70 | 27 | 16 | 505 | 100 | 76 |
| Binary | 11011100 | 1100001 | 10101001 | 0 | 111000 | 10111 | 1110 | 101000101 | 1000000 | 111110 |
Color Harmonies of #DC61A9
Complementary color
Monochromatic Colors of #DC61A9
Black with #DC61A9
Text Example
Text Example
White with #DC61A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC61A9; }
p { color: rgb(220,97,169); }
H1.HeaderClassName
{
color: #DC61A9;
}
.AnyTagClassName
{
color: #DC61A9;
}
</style>
background-color css
<style>
a { background-color: #DC61A9; }
a { background-color: rgb(220,97,169); }
div.DivClassName
{
background-color: #DC61A9;
}
.BgClassName
{
background-color: #DC61A9;
}
</style>
border-color css
<style>
span { border-color: #DC61A9; }
span { border-color: rgb(220,97,169); }
td.TdClassName
{
border-color: #DC61A9;
}
.TagClassName
{
border-color: #DC61A9;
}
</style>