Shades of Hopbush #DC5CA4
Tints of Hopbush #DC5CA4
RGB
CMYK
RGB Variations
Color information
#DC5CA4 (or 0xDC5CA4) is known color: Hopbush. HEX triplet: DC, 5C and A4. RGB value is (220,92,164). Sum of RGB (Red+Green+Blue) = 220+92+164=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5CA4 is #23A35B. Grayscale: #8A8A8A. Windows color (decimal): -2335580 or 10771676. OLE color: 10771676.
HSL color Cylindrical-coordinate representation of color #DC5CA4: hue angle of 326.25º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5CA4 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 92 | 164 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.14 |
| HSL | 326.25º | 0.65% | 0.61% | - |
| HSV(B) | 326.25º | 0.58% | 0.86% | - |
| XYZ | 40.04 | 25.55 | 37.94 | - |
| YUV | 138.48 | 142.41 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 164 | 0 | 0.58 | 0.25 | 0.14 | 326.25 | 0.65 | 0.61 |
| Hex | DC | 5C | A4 | 0 | 3A | 19 | E | 146 | 41 | 3D |
| Octal | 334 | 134 | 244 | 0 | 72 | 31 | 16 | 506 | 101 | 75 |
| Binary | 11011100 | 1011100 | 10100100 | 0 | 111010 | 11001 | 1110 | 101000110 | 1000001 | 111101 |
Color Harmonies of #DC5CA4
Complementary color
Monochromatic Colors of #DC5CA4
Black with #DC5CA4
Text Example
Text Example
White with #DC5CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5CA4; }
p { color: rgb(220,92,164); }
H1.HeaderClassName
{
color: #DC5CA4;
}
.AnyTagClassName
{
color: #DC5CA4;
}
</style>
background-color css
<style>
a { background-color: #DC5CA4; }
a { background-color: rgb(220,92,164); }
div.DivClassName
{
background-color: #DC5CA4;
}
.BgClassName
{
background-color: #DC5CA4;
}
</style>
border-color css
<style>
span { border-color: #DC5CA4; }
span { border-color: rgb(220,92,164); }
td.TdClassName
{
border-color: #DC5CA4;
}
.TagClassName
{
border-color: #DC5CA4;
}
</style>