Shades of Fuchsia #DC43B0
Tints of Fuchsia #DC43B0
RGB
CMYK
RGB Variations
Color information
#DC43B0 (or 0xDC43B0) is known color: Fuchsia. HEX triplet: DC, 43 and B0. RGB value is (220,67,176). Sum of RGB (Red+Green+Blue) = 220+67+176=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC43B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC43B0 is #23BC4F. Grayscale: #7C7C7C. Windows color (decimal): -2341968 or 11551708. OLE color: 11551708.
HSL color Cylindrical-coordinate representation of color #DC43B0: hue angle of 317.25º 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 #DC43B0 is Cyan = 0, Magento = 0.70, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 176 | - |
| CMYK | 0 | 0.70 | 0.2 | 0.14 |
| HSL | 317.25º | 0.69% | 0.56% | - |
| HSV(B) | 317.25º | 0.7% | 0.86% | - |
| XYZ | 39.36 | 22.36 | 43.32 | - |
| YUV | 125.17 | 156.69 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 176 | 0 | 0.70 | 0.2 | 0.14 | 317.25 | 0.69 | 0.56 |
| Hex | DC | 43 | B0 | 0 | 46 | 14 | E | 13D | 45 | 38 |
| Octal | 334 | 103 | 260 | 0 | 106 | 24 | 16 | 475 | 105 | 70 |
| Binary | 11011100 | 1000011 | 10110000 | 0 | 1000110 | 10100 | 1110 | 100111101 | 1000101 | 111000 |
Color Harmonies of #DC43B0
Complementary color
Monochromatic Colors of #DC43B0
Black with #DC43B0
Text Example
Text Example
White with #DC43B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC43B0; }
p { color: rgb(220,67,176); }
H1.HeaderClassName
{
color: #DC43B0;
}
.AnyTagClassName
{
color: #DC43B0;
}
</style>
background-color css
<style>
a { background-color: #DC43B0; }
a { background-color: rgb(220,67,176); }
div.DivClassName
{
background-color: #DC43B0;
}
.BgClassName
{
background-color: #DC43B0;
}
</style>
border-color css
<style>
span { border-color: #DC43B0; }
span { border-color: rgb(220,67,176); }
td.TdClassName
{
border-color: #DC43B0;
}
.TagClassName
{
border-color: #DC43B0;
}
</style>