Shades of Fuchsia #DC43B4
Tints of Fuchsia #DC43B4
RGB
CMYK
RGB Variations
Color information
#DC43B4 (or 0xDC43B4) is known color: Fuchsia. HEX triplet: DC, 43 and B4. RGB value is (220,67,180). Sum of RGB (Red+Green+Blue) = 220+67+180=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC43B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC43B4 is #23BC4B. Grayscale: #7D7D7D. Windows color (decimal): -2341964 or 11813852. OLE color: 11813852.
HSL color Cylindrical-coordinate representation of color #DC43B4: hue angle of 315.69º 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 #DC43B4 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 180 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.14 |
| HSL | 315.69º | 0.69% | 0.56% | - |
| HSV(B) | 315.69º | 0.7% | 0.86% | - |
| XYZ | 39.76 | 22.53 | 45.43 | - |
| YUV | 125.63 | 158.69 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 180 | 0 | 0.70 | 0.18 | 0.14 | 315.69 | 0.69 | 0.56 |
| Hex | DC | 43 | B4 | 0 | 46 | 12 | E | 13C | 45 | 38 |
| Octal | 334 | 103 | 264 | 0 | 106 | 22 | 16 | 474 | 105 | 70 |
| Binary | 11011100 | 1000011 | 10110100 | 0 | 1000110 | 10010 | 1110 | 100111100 | 1000101 | 111000 |
Color Harmonies of #DC43B4
Complementary color
Monochromatic Colors of #DC43B4
Black with #DC43B4
Text Example
Text Example
White with #DC43B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC43B4; }
p { color: rgb(220,67,180); }
H1.HeaderClassName
{
color: #DC43B4;
}
.AnyTagClassName
{
color: #DC43B4;
}
</style>
background-color css
<style>
a { background-color: #DC43B4; }
a { background-color: rgb(220,67,180); }
div.DivClassName
{
background-color: #DC43B4;
}
.BgClassName
{
background-color: #DC43B4;
}
</style>
border-color css
<style>
span { border-color: #DC43B4; }
span { border-color: rgb(220,67,180); }
td.TdClassName
{
border-color: #DC43B4;
}
.TagClassName
{
border-color: #DC43B4;
}
</style>