Shades of Fuchsia #DC47B1
Tints of Fuchsia #DC47B1
RGB
CMYK
RGB Variations
Color information
#DC47B1 (or 0xDC47B1) is known color: Fuchsia. HEX triplet: DC, 47 and B1. RGB value is (220,71,177). Sum of RGB (Red+Green+Blue) = 220+71+177=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC47B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC47B1 is #23B84E. Grayscale: #7F7F7F. Windows color (decimal): -2340943 or 11618268. OLE color: 11618268.
HSL color Cylindrical-coordinate representation of color #DC47B1: hue angle of 317.32º 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 #DC47B1 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 177 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.14 |
| HSL | 317.32º | 0.68% | 0.57% | - |
| HSV(B) | 317.32º | 0.68% | 0.86% | - |
| XYZ | 39.7 | 22.9 | 43.92 | - |
| YUV | 127.64 | 155.86 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 177 | 0 | 0.68 | 0.20 | 0.14 | 317.32 | 0.68 | 0.57 |
| Hex | DC | 47 | B1 | 0 | 44 | 14 | E | 13D | 44 | 39 |
| Octal | 334 | 107 | 261 | 0 | 104 | 24 | 16 | 475 | 104 | 71 |
| Binary | 11011100 | 1000111 | 10110001 | 0 | 1000100 | 10100 | 1110 | 100111101 | 1000100 | 111001 |
Color Harmonies of #DC47B1
Complementary color
Monochromatic Colors of #DC47B1
Black with #DC47B1
Text Example
Text Example
White with #DC47B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC47B1; }
p { color: rgb(220,71,177); }
H1.HeaderClassName
{
color: #DC47B1;
}
.AnyTagClassName
{
color: #DC47B1;
}
</style>
background-color css
<style>
a { background-color: #DC47B1; }
a { background-color: rgb(220,71,177); }
div.DivClassName
{
background-color: #DC47B1;
}
.BgClassName
{
background-color: #DC47B1;
}
</style>
border-color css
<style>
span { border-color: #DC47B1; }
span { border-color: rgb(220,71,177); }
td.TdClassName
{
border-color: #DC47B1;
}
.TagClassName
{
border-color: #DC47B1;
}
</style>