Shades of Hopbush #DC60A1
Tints of Hopbush #DC60A1
RGB
CMYK
RGB Variations
Color information
#DC60A1 (or 0xDC60A1) is known color: Hopbush. HEX triplet: DC, 60 and A1. RGB value is (220,96,161). Sum of RGB (Red+Green+Blue) = 220+96+161=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC60A1 is #239F5E. Grayscale: #8C8C8C. Windows color (decimal): -2334559 or 10576092. OLE color: 10576092.
HSL color Cylindrical-coordinate representation of color #DC60A1: hue angle of 328.55º 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 #DC60A1 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 161 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.14 |
| HSL | 328.55º | 0.64% | 0.62% | - |
| HSV(B) | 328.55º | 0.56% | 0.86% | - |
| XYZ | 40.13 | 26.15 | 36.65 | - |
| YUV | 140.49 | 139.58 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 161 | 0 | 0.56 | 0.27 | 0.14 | 328.55 | 0.64 | 0.62 |
| Hex | DC | 60 | A1 | 0 | 38 | 1B | E | 149 | 40 | 3E |
| Octal | 334 | 140 | 241 | 0 | 70 | 33 | 16 | 511 | 100 | 76 |
| Binary | 11011100 | 1100000 | 10100001 | 0 | 111000 | 11011 | 1110 | 101001001 | 1000000 | 111110 |
Color Harmonies of #DC60A1
Complementary color
Monochromatic Colors of #DC60A1
Black with #DC60A1
Text Example
Text Example
White with #DC60A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60A1; }
p { color: rgb(220,96,161); }
H1.HeaderClassName
{
color: #DC60A1;
}
.AnyTagClassName
{
color: #DC60A1;
}
</style>
background-color css
<style>
a { background-color: #DC60A1; }
a { background-color: rgb(220,96,161); }
div.DivClassName
{
background-color: #DC60A1;
}
.BgClassName
{
background-color: #DC60A1;
}
</style>
border-color css
<style>
span { border-color: #DC60A1; }
span { border-color: rgb(220,96,161); }
td.TdClassName
{
border-color: #DC60A1;
}
.TagClassName
{
border-color: #DC60A1;
}
</style>