Shades of Hopbush #DC60AB
Tints of Hopbush #DC60AB
RGB
CMYK
RGB Variations
Color information
#DC60AB (or 0xDC60AB) is known color: Hopbush. HEX triplet: DC, 60 and AB. RGB value is (220,96,171). Sum of RGB (Red+Green+Blue) = 220+96+171=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC60AB is #239F54. Grayscale: #8D8D8D. Windows color (decimal): -2334549 or 11231452. OLE color: 11231452.
HSL color Cylindrical-coordinate representation of color #DC60AB: hue angle of 323.71º 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 #DC60AB is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 171 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.14 |
| HSL | 323.71º | 0.64% | 0.62% | - |
| HSV(B) | 323.71º | 0.56% | 0.86% | - |
| XYZ | 41.05 | 26.52 | 41.48 | - |
| YUV | 141.63 | 144.58 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 171 | 0 | 0.56 | 0.22 | 0.14 | 323.71 | 0.64 | 0.62 |
| Hex | DC | 60 | AB | 0 | 38 | 16 | E | 144 | 40 | 3E |
| Octal | 334 | 140 | 253 | 0 | 70 | 26 | 16 | 504 | 100 | 76 |
| Binary | 11011100 | 1100000 | 10101011 | 0 | 111000 | 10110 | 1110 | 101000100 | 1000000 | 111110 |
Color Harmonies of #DC60AB
Complementary color
Monochromatic Colors of #DC60AB
Black with #DC60AB
Text Example
Text Example
White with #DC60AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60AB; }
p { color: rgb(220,96,171); }
H1.HeaderClassName
{
color: #DC60AB;
}
.AnyTagClassName
{
color: #DC60AB;
}
</style>
background-color css
<style>
a { background-color: #DC60AB; }
a { background-color: rgb(220,96,171); }
div.DivClassName
{
background-color: #DC60AB;
}
.BgClassName
{
background-color: #DC60AB;
}
</style>
border-color css
<style>
span { border-color: #DC60AB; }
span { border-color: rgb(220,96,171); }
td.TdClassName
{
border-color: #DC60AB;
}
.TagClassName
{
border-color: #DC60AB;
}
</style>