Shades of Hopbush #DC60A0
Tints of Hopbush #DC60A0
RGB
CMYK
RGB Variations
Color information
#DC60A0 (or 0xDC60A0) is known color: Hopbush. HEX triplet: DC, 60 and A0. RGB value is (220,96,160). Sum of RGB (Red+Green+Blue) = 220+96+160=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC60A0 is #239F5F. Grayscale: #8C8C8C. Windows color (decimal): -2334560 or 10510556. OLE color: 10510556.
HSL color Cylindrical-coordinate representation of color #DC60A0: hue angle of 329.03º 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 #DC60A0 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 160 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.14 |
| HSL | 329.03º | 0.64% | 0.62% | - |
| HSV(B) | 329.03º | 0.56% | 0.86% | - |
| XYZ | 40.04 | 26.12 | 36.19 | - |
| YUV | 140.37 | 139.08 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 160 | 0 | 0.56 | 0.27 | 0.14 | 329.03 | 0.64 | 0.62 |
| Hex | DC | 60 | A0 | 0 | 38 | 1B | E | 149 | 40 | 3E |
| Octal | 334 | 140 | 240 | 0 | 70 | 33 | 16 | 511 | 100 | 76 |
| Binary | 11011100 | 1100000 | 10100000 | 0 | 111000 | 11011 | 1110 | 101001001 | 1000000 | 111110 |
Color Harmonies of #DC60A0
Complementary color
Monochromatic Colors of #DC60A0
Black with #DC60A0
Text Example
Text Example
White with #DC60A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60A0; }
p { color: rgb(220,96,160); }
H1.HeaderClassName
{
color: #DC60A0;
}
.AnyTagClassName
{
color: #DC60A0;
}
</style>
background-color css
<style>
a { background-color: #DC60A0; }
a { background-color: rgb(220,96,160); }
div.DivClassName
{
background-color: #DC60A0;
}
.BgClassName
{
background-color: #DC60A0;
}
</style>
border-color css
<style>
span { border-color: #DC60A0; }
span { border-color: rgb(220,96,160); }
td.TdClassName
{
border-color: #DC60A0;
}
.TagClassName
{
border-color: #DC60A0;
}
</style>