Shades of Hopbush #DC61AB
Tints of Hopbush #DC61AB
RGB
CMYK
RGB Variations
Color information
#DC61AB (or 0xDC61AB) is known color: Hopbush. HEX triplet: DC, 61 and AB. RGB value is (220,97,171). Sum of RGB (Red+Green+Blue) = 220+97+171=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC61AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC61AB is #239E54. Grayscale: #8E8E8E. Windows color (decimal): -2334293 or 11231708. OLE color: 11231708.
HSL color Cylindrical-coordinate representation of color #DC61AB: hue angle of 323.9º 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 #DC61AB is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 171 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.14 |
| HSL | 323.9º | 0.64% | 0.62% | - |
| HSV(B) | 323.9º | 0.56% | 0.86% | - |
| XYZ | 41.14 | 26.71 | 41.51 | - |
| YUV | 142.21 | 144.25 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 171 | 0 | 0.56 | 0.22 | 0.14 | 323.9 | 0.64 | 0.62 |
| Hex | DC | 61 | AB | 0 | 38 | 16 | E | 144 | 40 | 3E |
| Octal | 334 | 141 | 253 | 0 | 70 | 26 | 16 | 504 | 100 | 76 |
| Binary | 11011100 | 1100001 | 10101011 | 0 | 111000 | 10110 | 1110 | 101000100 | 1000000 | 111110 |
Color Harmonies of #DC61AB
Complementary color
Monochromatic Colors of #DC61AB
Black with #DC61AB
Text Example
Text Example
White with #DC61AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC61AB; }
p { color: rgb(220,97,171); }
H1.HeaderClassName
{
color: #DC61AB;
}
.AnyTagClassName
{
color: #DC61AB;
}
</style>
background-color css
<style>
a { background-color: #DC61AB; }
a { background-color: rgb(220,97,171); }
div.DivClassName
{
background-color: #DC61AB;
}
.BgClassName
{
background-color: #DC61AB;
}
</style>
border-color css
<style>
span { border-color: #DC61AB; }
span { border-color: rgb(220,97,171); }
td.TdClassName
{
border-color: #DC61AB;
}
.TagClassName
{
border-color: #DC61AB;
}
</style>