Shades of Fuchsia #DC47B2
Tints of Fuchsia #DC47B2
RGB
CMYK
RGB Variations
Color information
#DC47B2 (or 0xDC47B2) is known color: Fuchsia. HEX triplet: DC, 47 and B2. RGB value is (220,71,178). Sum of RGB (Red+Green+Blue) = 220+71+178=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC47B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC47B2 is #23B84D. Grayscale: #7F7F7F. Windows color (decimal): -2340942 or 11683804. OLE color: 11683804.
HSL color Cylindrical-coordinate representation of color #DC47B2: hue angle of 316.91º 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 #DC47B2 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 178 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.14 |
| HSL | 316.91º | 0.68% | 0.57% | - |
| HSV(B) | 316.91º | 0.68% | 0.86% | - |
| XYZ | 39.8 | 22.94 | 44.45 | - |
| YUV | 127.75 | 156.36 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 178 | 0 | 0.68 | 0.19 | 0.14 | 316.91 | 0.68 | 0.57 |
| Hex | DC | 47 | B2 | 0 | 44 | 13 | E | 13D | 44 | 39 |
| Octal | 334 | 107 | 262 | 0 | 104 | 23 | 16 | 475 | 104 | 71 |
| Binary | 11011100 | 1000111 | 10110010 | 0 | 1000100 | 10011 | 1110 | 100111101 | 1000100 | 111001 |
Color Harmonies of #DC47B2
Complementary color
Monochromatic Colors of #DC47B2
Black with #DC47B2
Text Example
Text Example
White with #DC47B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC47B2; }
p { color: rgb(220,71,178); }
H1.HeaderClassName
{
color: #DC47B2;
}
.AnyTagClassName
{
color: #DC47B2;
}
</style>
background-color css
<style>
a { background-color: #DC47B2; }
a { background-color: rgb(220,71,178); }
div.DivClassName
{
background-color: #DC47B2;
}
.BgClassName
{
background-color: #DC47B2;
}
</style>
border-color css
<style>
span { border-color: #DC47B2; }
span { border-color: rgb(220,71,178); }
td.TdClassName
{
border-color: #DC47B2;
}
.TagClassName
{
border-color: #DC47B2;
}
</style>