Shades of Fuchsia #DC43BF
Tints of Fuchsia #DC43BF
RGB
CMYK
RGB Variations
Color information
#DC43BF (or 0xDC43BF) is known color: Fuchsia. HEX triplet: DC, 43 and BF. RGB value is (220,67,191). Sum of RGB (Red+Green+Blue) = 220+67+191=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 67 (26.56% from 255 or 14.02% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC43BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC43BF is #23BC40. Grayscale: #7E7E7E. Windows color (decimal): -2341953 or 12534748. OLE color: 12534748.
HSL color Cylindrical-coordinate representation of color #DC43BF: hue angle of 311.37º 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 #DC43BF is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 191 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.14 |
| HSL | 311.37º | 0.69% | 0.56% | - |
| HSV(B) | 311.37º | 0.7% | 0.86% | - |
| XYZ | 40.93 | 22.99 | 51.57 | - |
| YUV | 126.88 | 164.19 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 191 | 0 | 0.70 | 0.13 | 0.14 | 311.37 | 0.69 | 0.56 |
| Hex | DC | 43 | BF | 0 | 46 | D | E | 137 | 45 | 38 |
| Octal | 334 | 103 | 277 | 0 | 106 | 15 | 16 | 467 | 105 | 70 |
| Binary | 11011100 | 1000011 | 10111111 | 0 | 1000110 | 1101 | 1110 | 100110111 | 1000101 | 111000 |
Color Harmonies of #DC43BF
Complementary color
Monochromatic Colors of #DC43BF
Black with #DC43BF
Text Example
Text Example
White with #DC43BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC43BF; }
p { color: rgb(220,67,191); }
H1.HeaderClassName
{
color: #DC43BF;
}
.AnyTagClassName
{
color: #DC43BF;
}
</style>
background-color css
<style>
a { background-color: #DC43BF; }
a { background-color: rgb(220,67,191); }
div.DivClassName
{
background-color: #DC43BF;
}
.BgClassName
{
background-color: #DC43BF;
}
</style>
border-color css
<style>
span { border-color: #DC43BF; }
span { border-color: rgb(220,67,191); }
td.TdClassName
{
border-color: #DC43BF;
}
.TagClassName
{
border-color: #DC43BF;
}
</style>