Shades of Fuchsia #DC43BC
Tints of Fuchsia #DC43BC
RGB
CMYK
RGB Variations
Color information
#DC43BC (or 0xDC43BC) is known color: Fuchsia. HEX triplet: DC, 43 and BC. RGB value is (220,67,188). Sum of RGB (Red+Green+Blue) = 220+67+188=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC43BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC43BC is #23BC43. Grayscale: #7E7E7E. Windows color (decimal): -2341956 or 12338140. OLE color: 12338140.
HSL color Cylindrical-coordinate representation of color #DC43BC: hue angle of 312.55º 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 #DC43BC is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 188 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.14 |
| HSL | 312.55º | 0.69% | 0.56% | - |
| HSV(B) | 312.55º | 0.7% | 0.86% | - |
| XYZ | 40.6 | 22.86 | 49.85 | - |
| YUV | 126.54 | 162.69 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 188 | 0 | 0.70 | 0.15 | 0.14 | 312.55 | 0.69 | 0.56 |
| Hex | DC | 43 | BC | 0 | 46 | F | E | 139 | 45 | 38 |
| Octal | 334 | 103 | 274 | 0 | 106 | 17 | 16 | 471 | 105 | 70 |
| Binary | 11011100 | 1000011 | 10111100 | 0 | 1000110 | 1111 | 1110 | 100111001 | 1000101 | 111000 |
Color Harmonies of #DC43BC
Complementary color
Monochromatic Colors of #DC43BC
Black with #DC43BC
Text Example
Text Example
White with #DC43BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC43BC; }
p { color: rgb(220,67,188); }
H1.HeaderClassName
{
color: #DC43BC;
}
.AnyTagClassName
{
color: #DC43BC;
}
</style>
background-color css
<style>
a { background-color: #DC43BC; }
a { background-color: rgb(220,67,188); }
div.DivClassName
{
background-color: #DC43BC;
}
.BgClassName
{
background-color: #DC43BC;
}
</style>
border-color css
<style>
span { border-color: #DC43BC; }
span { border-color: rgb(220,67,188); }
td.TdClassName
{
border-color: #DC43BC;
}
.TagClassName
{
border-color: #DC43BC;
}
</style>