Shades of Fuchsia #DC47BA
Tints of Fuchsia #DC47BA
RGB
CMYK
RGB Variations
Color information
#DC47BA (or 0xDC47BA) is known color: Fuchsia. HEX triplet: DC, 47 and BA. RGB value is (220,71,186). Sum of RGB (Red+Green+Blue) = 220+71+186=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 71 (28.12% from 255 or 14.88% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC47BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC47BA is #23B845. Grayscale: #808080. Windows color (decimal): -2340934 or 12208092. OLE color: 12208092.
HSL color Cylindrical-coordinate representation of color #DC47BA: hue angle of 313.69º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC47BA is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 186 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.14 |
| HSL | 313.69º | 0.68% | 0.57% | - |
| HSV(B) | 313.69º | 0.68% | 0.86% | - |
| XYZ | 40.63 | 23.27 | 48.8 | - |
| YUV | 128.66 | 160.36 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 186 | 0 | 0.68 | 0.15 | 0.14 | 313.69 | 0.68 | 0.57 |
| Hex | DC | 47 | BA | 0 | 44 | F | E | 13A | 44 | 39 |
| Octal | 334 | 107 | 272 | 0 | 104 | 17 | 16 | 472 | 104 | 71 |
| Binary | 11011100 | 1000111 | 10111010 | 0 | 1000100 | 1111 | 1110 | 100111010 | 1000100 | 111001 |
Color Harmonies of #DC47BA
Complementary color
Monochromatic Colors of #DC47BA
Black with #DC47BA
Text Example
Text Example
White with #DC47BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC47BA; }
p { color: rgb(220,71,186); }
H1.HeaderClassName
{
color: #DC47BA;
}
.AnyTagClassName
{
color: #DC47BA;
}
</style>
background-color css
<style>
a { background-color: #DC47BA; }
a { background-color: rgb(220,71,186); }
div.DivClassName
{
background-color: #DC47BA;
}
.BgClassName
{
background-color: #DC47BA;
}
</style>
border-color css
<style>
span { border-color: #DC47BA; }
span { border-color: rgb(220,71,186); }
td.TdClassName
{
border-color: #DC47BA;
}
.TagClassName
{
border-color: #DC47BA;
}
</style>