Shades of Hopbush #DC5BA8
Tints of Hopbush #DC5BA8
RGB
CMYK
RGB Variations
Color information
#DC5BA8 (or 0xDC5BA8) is known color: Hopbush. HEX triplet: DC, 5B and A8. RGB value is (220,91,168). Sum of RGB (Red+Green+Blue) = 220+91+168=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5BA8 is #23A457. Grayscale: #8A8A8A. Windows color (decimal): -2335832 or 11033564. OLE color: 11033564.
HSL color Cylindrical-coordinate representation of color #DC5BA8: hue angle of 324.19º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5BA8 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 168 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.14 |
| HSL | 324.19º | 0.65% | 0.61% | - |
| HSV(B) | 324.19º | 0.59% | 0.86% | - |
| XYZ | 40.32 | 25.52 | 39.85 | - |
| YUV | 138.35 | 144.74 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 168 | 0 | 0.59 | 0.24 | 0.14 | 324.19 | 0.65 | 0.61 |
| Hex | DC | 5B | A8 | 0 | 3B | 18 | E | 144 | 41 | 3D |
| Octal | 334 | 133 | 250 | 0 | 73 | 30 | 16 | 504 | 101 | 75 |
| Binary | 11011100 | 1011011 | 10101000 | 0 | 111011 | 11000 | 1110 | 101000100 | 1000001 | 111101 |
Color Harmonies of #DC5BA8
Complementary color
Monochromatic Colors of #DC5BA8
Black with #DC5BA8
Text Example
Text Example
White with #DC5BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5BA8; }
p { color: rgb(220,91,168); }
H1.HeaderClassName
{
color: #DC5BA8;
}
.AnyTagClassName
{
color: #DC5BA8;
}
</style>
background-color css
<style>
a { background-color: #DC5BA8; }
a { background-color: rgb(220,91,168); }
div.DivClassName
{
background-color: #DC5BA8;
}
.BgClassName
{
background-color: #DC5BA8;
}
</style>
border-color css
<style>
span { border-color: #DC5BA8; }
span { border-color: rgb(220,91,168); }
td.TdClassName
{
border-color: #DC5BA8;
}
.TagClassName
{
border-color: #DC5BA8;
}
</style>