Shades of Hopbush #DC5AA8
Tints of Hopbush #DC5AA8
RGB
CMYK
RGB Variations
Color information
#DC5AA8 (or 0xDC5AA8) is known color: Hopbush. HEX triplet: DC, 5A and A8. RGB value is (220,90,168). Sum of RGB (Red+Green+Blue) = 220+90+168=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5AA8 is #23A557. Grayscale: #898989. Windows color (decimal): -2336088 or 11033308. OLE color: 11033308.
HSL color Cylindrical-coordinate representation of color #DC5AA8: hue angle of 324º 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 #DC5AA8 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 168 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.14 |
| HSL | 324º | 0.65% | 0.61% | - |
| HSV(B) | 324º | 0.59% | 0.86% | - |
| XYZ | 40.24 | 25.36 | 39.82 | - |
| YUV | 137.76 | 145.07 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 168 | 0 | 0.59 | 0.24 | 0.14 | 324 | 0.65 | 0.61 |
| Hex | DC | 5A | A8 | 0 | 3B | 18 | E | 144 | 41 | 3D |
| Octal | 334 | 132 | 250 | 0 | 73 | 30 | 16 | 504 | 101 | 75 |
| Binary | 11011100 | 1011010 | 10101000 | 0 | 111011 | 11000 | 1110 | 101000100 | 1000001 | 111101 |
Color Harmonies of #DC5AA8
Complementary color
Monochromatic Colors of #DC5AA8
Black with #DC5AA8
Text Example
Text Example
White with #DC5AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5AA8; }
p { color: rgb(220,90,168); }
H1.HeaderClassName
{
color: #DC5AA8;
}
.AnyTagClassName
{
color: #DC5AA8;
}
</style>
background-color css
<style>
a { background-color: #DC5AA8; }
a { background-color: rgb(220,90,168); }
div.DivClassName
{
background-color: #DC5AA8;
}
.BgClassName
{
background-color: #DC5AA8;
}
</style>
border-color css
<style>
span { border-color: #DC5AA8; }
span { border-color: rgb(220,90,168); }
td.TdClassName
{
border-color: #DC5AA8;
}
.TagClassName
{
border-color: #DC5AA8;
}
</style>