Shades of Fuchsia #DC47B3
Tints of Fuchsia #DC47B3
RGB
CMYK
RGB Variations
Color information
#DC47B3 (or 0xDC47B3) is known color: Fuchsia. HEX triplet: DC, 47 and B3. RGB value is (220,71,179). Sum of RGB (Red+Green+Blue) = 220+71+179=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC47B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC47B3 is #23B84C. Grayscale: #7F7F7F. Windows color (decimal): -2340941 or 11749340. OLE color: 11749340.
HSL color Cylindrical-coordinate representation of color #DC47B3: hue angle of 316.51º 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 #DC47B3 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 179 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.14 |
| HSL | 316.51º | 0.68% | 0.57% | - |
| HSV(B) | 316.51º | 0.68% | 0.86% | - |
| XYZ | 39.91 | 22.98 | 44.98 | - |
| YUV | 127.86 | 156.86 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 179 | 0 | 0.68 | 0.19 | 0.14 | 316.51 | 0.68 | 0.57 |
| Hex | DC | 47 | B3 | 0 | 44 | 13 | E | 13D | 44 | 39 |
| Octal | 334 | 107 | 263 | 0 | 104 | 23 | 16 | 475 | 104 | 71 |
| Binary | 11011100 | 1000111 | 10110011 | 0 | 1000100 | 10011 | 1110 | 100111101 | 1000100 | 111001 |
Color Harmonies of #DC47B3
Complementary color
Monochromatic Colors of #DC47B3
Black with #DC47B3
Text Example
Text Example
White with #DC47B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC47B3; }
p { color: rgb(220,71,179); }
H1.HeaderClassName
{
color: #DC47B3;
}
.AnyTagClassName
{
color: #DC47B3;
}
</style>
background-color css
<style>
a { background-color: #DC47B3; }
a { background-color: rgb(220,71,179); }
div.DivClassName
{
background-color: #DC47B3;
}
.BgClassName
{
background-color: #DC47B3;
}
</style>
border-color css
<style>
span { border-color: #DC47B3; }
span { border-color: rgb(220,71,179); }
td.TdClassName
{
border-color: #DC47B3;
}
.TagClassName
{
border-color: #DC47B3;
}
</style>