Shades of Fuchsia #DC41B7
Tints of Fuchsia #DC41B7
RGB
CMYK
RGB Variations
Color information
#DC41B7 (or 0xDC41B7) is known color: Fuchsia. HEX triplet: DC, 41 and B7. RGB value is (220,65,183). Sum of RGB (Red+Green+Blue) = 220+65+183=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC41B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC41B7 is #23BE48. Grayscale: #7C7C7C. Windows color (decimal): -2342473 or 12009948. OLE color: 12009948.
HSL color Cylindrical-coordinate representation of color #DC41B7: hue angle of 314.32º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC41B7 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 183 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.14 |
| HSL | 314.32º | 0.69% | 0.56% | - |
| HSV(B) | 314.32º | 0.7% | 0.86% | - |
| XYZ | 39.95 | 22.42 | 47.02 | - |
| YUV | 124.8 | 160.85 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 183 | 0 | 0.70 | 0.17 | 0.14 | 314.32 | 0.69 | 0.56 |
| Hex | DC | 41 | B7 | 0 | 46 | 11 | E | 13A | 45 | 38 |
| Octal | 334 | 101 | 267 | 0 | 106 | 21 | 16 | 472 | 105 | 70 |
| Binary | 11011100 | 1000001 | 10110111 | 0 | 1000110 | 10001 | 1110 | 100111010 | 1000101 | 111000 |
Color Harmonies of #DC41B7
Complementary color
Monochromatic Colors of #DC41B7
Black with #DC41B7
Text Example
Text Example
White with #DC41B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC41B7; }
p { color: rgb(220,65,183); }
H1.HeaderClassName
{
color: #DC41B7;
}
.AnyTagClassName
{
color: #DC41B7;
}
</style>
background-color css
<style>
a { background-color: #DC41B7; }
a { background-color: rgb(220,65,183); }
div.DivClassName
{
background-color: #DC41B7;
}
.BgClassName
{
background-color: #DC41B7;
}
</style>
border-color css
<style>
span { border-color: #DC41B7; }
span { border-color: rgb(220,65,183); }
td.TdClassName
{
border-color: #DC41B7;
}
.TagClassName
{
border-color: #DC41B7;
}
</style>