Shades of Hopbush #DC5FA1
Tints of Hopbush #DC5FA1
RGB
CMYK
RGB Variations
Color information
#DC5FA1 (or 0xDC5FA1) is known color: Hopbush. HEX triplet: DC, 5F and A1. RGB value is (220,95,161). Sum of RGB (Red+Green+Blue) = 220+95+161=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5FA1 is #23A05E. Grayscale: #8B8B8B. Windows color (decimal): -2334815 or 10575836. OLE color: 10575836.
HSL color Cylindrical-coordinate representation of color #DC5FA1: hue angle of 328.32º 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 #DC5FA1 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 95 | 161 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.14 |
| HSL | 328.32º | 0.64% | 0.62% | - |
| HSV(B) | 328.32º | 0.57% | 0.86% | - |
| XYZ | 40.04 | 25.97 | 36.62 | - |
| YUV | 139.9 | 139.91 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 95 | 161 | 0 | 0.57 | 0.27 | 0.14 | 328.32 | 0.64 | 0.62 |
| Hex | DC | 5F | A1 | 0 | 39 | 1B | E | 148 | 40 | 3E |
| Octal | 334 | 137 | 241 | 0 | 71 | 33 | 16 | 510 | 100 | 76 |
| Binary | 11011100 | 1011111 | 10100001 | 0 | 111001 | 11011 | 1110 | 101001000 | 1000000 | 111110 |
Color Harmonies of #DC5FA1
Complementary color
Monochromatic Colors of #DC5FA1
Black with #DC5FA1
Text Example
Text Example
White with #DC5FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5FA1; }
p { color: rgb(220,95,161); }
H1.HeaderClassName
{
color: #DC5FA1;
}
.AnyTagClassName
{
color: #DC5FA1;
}
</style>
background-color css
<style>
a { background-color: #DC5FA1; }
a { background-color: rgb(220,95,161); }
div.DivClassName
{
background-color: #DC5FA1;
}
.BgClassName
{
background-color: #DC5FA1;
}
</style>
border-color css
<style>
span { border-color: #DC5FA1; }
span { border-color: rgb(220,95,161); }
td.TdClassName
{
border-color: #DC5FA1;
}
.TagClassName
{
border-color: #DC5FA1;
}
</style>