Shades of Fuchsia #DC41B3
Tints of Fuchsia #DC41B3
RGB
CMYK
RGB Variations
Color information
#DC41B3 (or 0xDC41B3) is known color: Fuchsia. HEX triplet: DC, 41 and B3. RGB value is (220,65,179). Sum of RGB (Red+Green+Blue) = 220+65+179=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC41B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC41B3 is #23BE4C. Grayscale: #7C7C7C. Windows color (decimal): -2342477 or 11747804. OLE color: 11747804.
HSL color Cylindrical-coordinate representation of color #DC41B3: hue angle of 315.87º 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 #DC41B3 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 179 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.14 |
| HSL | 315.87º | 0.69% | 0.56% | - |
| HSV(B) | 315.87º | 0.7% | 0.86% | - |
| XYZ | 39.54 | 22.25 | 44.86 | - |
| YUV | 124.34 | 158.85 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 179 | 0 | 0.70 | 0.19 | 0.14 | 315.87 | 0.69 | 0.56 |
| Hex | DC | 41 | B3 | 0 | 46 | 13 | E | 13C | 45 | 38 |
| Octal | 334 | 101 | 263 | 0 | 106 | 23 | 16 | 474 | 105 | 70 |
| Binary | 11011100 | 1000001 | 10110011 | 0 | 1000110 | 10011 | 1110 | 100111100 | 1000101 | 111000 |
Color Harmonies of #DC41B3
Complementary color
Monochromatic Colors of #DC41B3
Black with #DC41B3
Text Example
Text Example
White with #DC41B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC41B3; }
p { color: rgb(220,65,179); }
H1.HeaderClassName
{
color: #DC41B3;
}
.AnyTagClassName
{
color: #DC41B3;
}
</style>
background-color css
<style>
a { background-color: #DC41B3; }
a { background-color: rgb(220,65,179); }
div.DivClassName
{
background-color: #DC41B3;
}
.BgClassName
{
background-color: #DC41B3;
}
</style>
border-color css
<style>
span { border-color: #DC41B3; }
span { border-color: rgb(220,65,179); }
td.TdClassName
{
border-color: #DC41B3;
}
.TagClassName
{
border-color: #DC41B3;
}
</style>