Shades of Hopbush #DC60AD
Tints of Hopbush #DC60AD
RGB
CMYK
RGB Variations
Color information
#DC60AD (or 0xDC60AD) is known color: Hopbush. HEX triplet: DC, 60 and AD. RGB value is (220,96,173). Sum of RGB (Red+Green+Blue) = 220+96+173=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC60AD is #239F52. Grayscale: #8D8D8D. Windows color (decimal): -2334547 or 11362524. OLE color: 11362524.
HSL color Cylindrical-coordinate representation of color #DC60AD: hue angle of 322.74º 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 #DC60AD is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 173 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.14 |
| HSL | 322.74º | 0.64% | 0.62% | - |
| HSV(B) | 322.74º | 0.56% | 0.86% | - |
| XYZ | 41.24 | 26.6 | 42.5 | - |
| YUV | 141.85 | 145.58 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 173 | 0 | 0.56 | 0.21 | 0.14 | 322.74 | 0.64 | 0.62 |
| Hex | DC | 60 | AD | 0 | 38 | 15 | E | 143 | 40 | 3E |
| Octal | 334 | 140 | 255 | 0 | 70 | 25 | 16 | 503 | 100 | 76 |
| Binary | 11011100 | 1100000 | 10101101 | 0 | 111000 | 10101 | 1110 | 101000011 | 1000000 | 111110 |
Color Harmonies of #DC60AD
Complementary color
Monochromatic Colors of #DC60AD
Black with #DC60AD
Text Example
Text Example
White with #DC60AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60AD; }
p { color: rgb(220,96,173); }
H1.HeaderClassName
{
color: #DC60AD;
}
.AnyTagClassName
{
color: #DC60AD;
}
</style>
background-color css
<style>
a { background-color: #DC60AD; }
a { background-color: rgb(220,96,173); }
div.DivClassName
{
background-color: #DC60AD;
}
.BgClassName
{
background-color: #DC60AD;
}
</style>
border-color css
<style>
span { border-color: #DC60AD; }
span { border-color: rgb(220,96,173); }
td.TdClassName
{
border-color: #DC60AD;
}
.TagClassName
{
border-color: #DC60AD;
}
</style>