Shades of Fuchsia #DC47B8
Tints of Fuchsia #DC47B8
RGB
CMYK
RGB Variations
Color information
#DC47B8 (or 0xDC47B8) is known color: Fuchsia. HEX triplet: DC, 47 and B8. RGB value is (220,71,184). Sum of RGB (Red+Green+Blue) = 220+71+184=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC47B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC47B8 is #23B847. Grayscale: #808080. Windows color (decimal): -2340936 or 12077020. OLE color: 12077020.
HSL color Cylindrical-coordinate representation of color #DC47B8: hue angle of 314.5º 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 #DC47B8 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 184 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.14 |
| HSL | 314.5º | 0.68% | 0.57% | - |
| HSV(B) | 314.5º | 0.68% | 0.86% | - |
| XYZ | 40.42 | 23.18 | 47.69 | - |
| YUV | 128.43 | 159.36 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 184 | 0 | 0.68 | 0.16 | 0.14 | 314.5 | 0.68 | 0.57 |
| Hex | DC | 47 | B8 | 0 | 44 | 10 | E | 13A | 44 | 39 |
| Octal | 334 | 107 | 270 | 0 | 104 | 20 | 16 | 472 | 104 | 71 |
| Binary | 11011100 | 1000111 | 10111000 | 0 | 1000100 | 10000 | 1110 | 100111010 | 1000100 | 111001 |
Color Harmonies of #DC47B8
Complementary color
Monochromatic Colors of #DC47B8
Black with #DC47B8
Text Example
Text Example
White with #DC47B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC47B8; }
p { color: rgb(220,71,184); }
H1.HeaderClassName
{
color: #DC47B8;
}
.AnyTagClassName
{
color: #DC47B8;
}
</style>
background-color css
<style>
a { background-color: #DC47B8; }
a { background-color: rgb(220,71,184); }
div.DivClassName
{
background-color: #DC47B8;
}
.BgClassName
{
background-color: #DC47B8;
}
</style>
border-color css
<style>
span { border-color: #DC47B8; }
span { border-color: rgb(220,71,184); }
td.TdClassName
{
border-color: #DC47B8;
}
.TagClassName
{
border-color: #DC47B8;
}
</style>