Shades of Fuchsia #DC43B2
Tints of Fuchsia #DC43B2
RGB
CMYK
RGB Variations
Color information
#DC43B2 (or 0xDC43B2) is known color: Fuchsia. HEX triplet: DC, 43 and B2. RGB value is (220,67,178). Sum of RGB (Red+Green+Blue) = 220+67+178=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 67 (26.56% from 255 or 14.41% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC43B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC43B2 is #23BC4D. Grayscale: #7D7D7D. Windows color (decimal): -2341966 or 11682780. OLE color: 11682780.
HSL color Cylindrical-coordinate representation of color #DC43B2: hue angle of 316.47º 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 #DC43B2 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 178 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.14 |
| HSL | 316.47º | 0.69% | 0.56% | - |
| HSV(B) | 316.47º | 0.7% | 0.86% | - |
| XYZ | 39.56 | 22.44 | 44.37 | - |
| YUV | 125.4 | 157.69 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 178 | 0 | 0.70 | 0.19 | 0.14 | 316.47 | 0.69 | 0.56 |
| Hex | DC | 43 | B2 | 0 | 46 | 13 | E | 13C | 45 | 38 |
| Octal | 334 | 103 | 262 | 0 | 106 | 23 | 16 | 474 | 105 | 70 |
| Binary | 11011100 | 1000011 | 10110010 | 0 | 1000110 | 10011 | 1110 | 100111100 | 1000101 | 111000 |
Color Harmonies of #DC43B2
Complementary color
Monochromatic Colors of #DC43B2
Black with #DC43B2
Text Example
Text Example
White with #DC43B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC43B2; }
p { color: rgb(220,67,178); }
H1.HeaderClassName
{
color: #DC43B2;
}
.AnyTagClassName
{
color: #DC43B2;
}
</style>
background-color css
<style>
a { background-color: #DC43B2; }
a { background-color: rgb(220,67,178); }
div.DivClassName
{
background-color: #DC43B2;
}
.BgClassName
{
background-color: #DC43B2;
}
</style>
border-color css
<style>
span { border-color: #DC43B2; }
span { border-color: rgb(220,67,178); }
td.TdClassName
{
border-color: #DC43B2;
}
.TagClassName
{
border-color: #DC43B2;
}
</style>