Shades of Hopbush #DC60AA
Tints of Hopbush #DC60AA
RGB
CMYK
RGB Variations
Color information
#DC60AA (or 0xDC60AA) is known color: Hopbush. HEX triplet: DC, 60 and AA. RGB value is (220,96,170). Sum of RGB (Red+Green+Blue) = 220+96+170=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC60AA is #239F55. Grayscale: #8D8D8D. Windows color (decimal): -2334550 or 11165916. OLE color: 11165916.
HSL color Cylindrical-coordinate representation of color #DC60AA: hue angle of 324.19º 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 #DC60AA is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 170 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.14 |
| HSL | 324.19º | 0.64% | 0.62% | - |
| HSV(B) | 324.19º | 0.56% | 0.86% | - |
| XYZ | 40.95 | 26.48 | 40.98 | - |
| YUV | 141.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 170 | 0 | 0.56 | 0.23 | 0.14 | 324.19 | 0.64 | 0.62 |
| Hex | DC | 60 | AA | 0 | 38 | 17 | E | 144 | 40 | 3E |
| Octal | 334 | 140 | 252 | 0 | 70 | 27 | 16 | 504 | 100 | 76 |
| Binary | 11011100 | 1100000 | 10101010 | 0 | 111000 | 10111 | 1110 | 101000100 | 1000000 | 111110 |
Color Harmonies of #DC60AA
Complementary color
Monochromatic Colors of #DC60AA
Black with #DC60AA
Text Example
Text Example
White with #DC60AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60AA; }
p { color: rgb(220,96,170); }
H1.HeaderClassName
{
color: #DC60AA;
}
.AnyTagClassName
{
color: #DC60AA;
}
</style>
background-color css
<style>
a { background-color: #DC60AA; }
a { background-color: rgb(220,96,170); }
div.DivClassName
{
background-color: #DC60AA;
}
.BgClassName
{
background-color: #DC60AA;
}
</style>
border-color css
<style>
span { border-color: #DC60AA; }
span { border-color: rgb(220,96,170); }
td.TdClassName
{
border-color: #DC60AA;
}
.TagClassName
{
border-color: #DC60AA;
}
</style>