Shades of Fuchsia #DC47B9
Tints of Fuchsia #DC47B9
RGB
CMYK
RGB Variations
Color information
#DC47B9 (or 0xDC47B9) is known color: Fuchsia. HEX triplet: DC, 47 and B9. RGB value is (220,71,185). Sum of RGB (Red+Green+Blue) = 220+71+185=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 71 (28.12% from 255 or 14.92% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC47B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC47B9 is #23B846. Grayscale: #808080. Windows color (decimal): -2340935 or 12142556. OLE color: 12142556.
HSL color Cylindrical-coordinate representation of color #DC47B9: hue angle of 314.09º 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 #DC47B9 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 185 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.14 |
| HSL | 314.09º | 0.68% | 0.57% | - |
| HSV(B) | 314.09º | 0.68% | 0.86% | - |
| XYZ | 40.53 | 23.22 | 48.25 | - |
| YUV | 128.55 | 159.86 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 185 | 0 | 0.68 | 0.16 | 0.14 | 314.09 | 0.68 | 0.57 |
| Hex | DC | 47 | B9 | 0 | 44 | 10 | E | 13A | 44 | 39 |
| Octal | 334 | 107 | 271 | 0 | 104 | 20 | 16 | 472 | 104 | 71 |
| Binary | 11011100 | 1000111 | 10111001 | 0 | 1000100 | 10000 | 1110 | 100111010 | 1000100 | 111001 |
Color Harmonies of #DC47B9
Complementary color
Monochromatic Colors of #DC47B9
Black with #DC47B9
Text Example
Text Example
White with #DC47B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC47B9; }
p { color: rgb(220,71,185); }
H1.HeaderClassName
{
color: #DC47B9;
}
.AnyTagClassName
{
color: #DC47B9;
}
</style>
background-color css
<style>
a { background-color: #DC47B9; }
a { background-color: rgb(220,71,185); }
div.DivClassName
{
background-color: #DC47B9;
}
.BgClassName
{
background-color: #DC47B9;
}
</style>
border-color css
<style>
span { border-color: #DC47B9; }
span { border-color: rgb(220,71,185); }
td.TdClassName
{
border-color: #DC47B9;
}
.TagClassName
{
border-color: #DC47B9;
}
</style>