Shades of Hopbush #DC5FA4
Tints of Hopbush #DC5FA4
RGB
CMYK
RGB Variations
Color information
#DC5FA4 (or 0xDC5FA4) is known color: Hopbush. HEX triplet: DC, 5F and A4. RGB value is (220,95,164). Sum of RGB (Red+Green+Blue) = 220+95+164=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5FA4 is #23A05B. Grayscale: #8C8C8C. Windows color (decimal): -2334812 or 10772444. OLE color: 10772444.
HSL color Cylindrical-coordinate representation of color #DC5FA4: hue angle of 326.88º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5FA4 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 95 | 164 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.14 |
| HSL | 326.88º | 0.64% | 0.62% | - |
| HSV(B) | 326.88º | 0.57% | 0.86% | - |
| XYZ | 40.31 | 26.08 | 38.03 | - |
| YUV | 140.24 | 141.41 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 95 | 164 | 0 | 0.57 | 0.25 | 0.14 | 326.88 | 0.64 | 0.62 |
| Hex | DC | 5F | A4 | 0 | 39 | 19 | E | 147 | 40 | 3E |
| Octal | 334 | 137 | 244 | 0 | 71 | 31 | 16 | 507 | 100 | 76 |
| Binary | 11011100 | 1011111 | 10100100 | 0 | 111001 | 11001 | 1110 | 101000111 | 1000000 | 111110 |
Color Harmonies of #DC5FA4
Complementary color
Monochromatic Colors of #DC5FA4
Black with #DC5FA4
Text Example
Text Example
White with #DC5FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5FA4; }
p { color: rgb(220,95,164); }
H1.HeaderClassName
{
color: #DC5FA4;
}
.AnyTagClassName
{
color: #DC5FA4;
}
</style>
background-color css
<style>
a { background-color: #DC5FA4; }
a { background-color: rgb(220,95,164); }
div.DivClassName
{
background-color: #DC5FA4;
}
.BgClassName
{
background-color: #DC5FA4;
}
</style>
border-color css
<style>
span { border-color: #DC5FA4; }
span { border-color: rgb(220,95,164); }
td.TdClassName
{
border-color: #DC5FA4;
}
.TagClassName
{
border-color: #DC5FA4;
}
</style>