Shades of Fuchsia #DC3FBA
Tints of Fuchsia #DC3FBA
RGB
CMYK
RGB Variations
Color information
#DC3FBA (or 0xDC3FBA) is known color: Fuchsia. HEX triplet: DC, 3F and BA. RGB value is (220,63,186). Sum of RGB (Red+Green+Blue) = 220+63+186=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3FBA is #23C045. Grayscale: #7B7B7B. Windows color (decimal): -2342982 or 12206044. OLE color: 12206044.
HSL color Cylindrical-coordinate representation of color #DC3FBA: hue angle of 312.99º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3FBA is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 186 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.14 |
| HSL | 312.99º | 0.69% | 0.55% | - |
| HSV(B) | 312.99º | 0.71% | 0.86% | - |
| XYZ | 40.16 | 22.32 | 48.65 | - |
| YUV | 123.97 | 163.01 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 186 | 0 | 0.71 | 0.15 | 0.14 | 312.99 | 0.69 | 0.55 |
| Hex | DC | 3F | BA | 0 | 47 | F | E | 139 | 45 | 37 |
| Octal | 334 | 77 | 272 | 0 | 107 | 17 | 16 | 471 | 105 | 67 |
| Binary | 11011100 | 111111 | 10111010 | 0 | 1000111 | 1111 | 1110 | 100111001 | 1000101 | 110111 |
Color Harmonies of #DC3FBA
Complementary color
Monochromatic Colors of #DC3FBA
Black with #DC3FBA
Text Example
Text Example
White with #DC3FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3FBA; }
p { color: rgb(220,63,186); }
H1.HeaderClassName
{
color: #DC3FBA;
}
.AnyTagClassName
{
color: #DC3FBA;
}
</style>
background-color css
<style>
a { background-color: #DC3FBA; }
a { background-color: rgb(220,63,186); }
div.DivClassName
{
background-color: #DC3FBA;
}
.BgClassName
{
background-color: #DC3FBA;
}
</style>
border-color css
<style>
span { border-color: #DC3FBA; }
span { border-color: rgb(220,63,186); }
td.TdClassName
{
border-color: #DC3FBA;
}
.TagClassName
{
border-color: #DC3FBA;
}
</style>