Shades of Fuchsia #DC4FBA
Tints of Fuchsia #DC4FBA
RGB
CMYK
RGB Variations
Color information
#DC4FBA (or 0xDC4FBA) is known color: Fuchsia. HEX triplet: DC, 4F and BA. RGB value is (220,79,186). Sum of RGB (Red+Green+Blue) = 220+79+186=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4FBA is #23B045. Grayscale: #858585. Windows color (decimal): -2338886 or 12210140. OLE color: 12210140.
HSL color Cylindrical-coordinate representation of color #DC4FBA: hue angle of 314.47º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC4FBA is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 186 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.14 |
| HSL | 314.47º | 0.67% | 0.59% | - |
| HSV(B) | 314.47º | 0.64% | 0.86% | - |
| XYZ | 41.17 | 24.35 | 48.98 | - |
| YUV | 133.36 | 157.71 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 186 | 0 | 0.64 | 0.15 | 0.14 | 314.47 | 0.67 | 0.59 |
| Hex | DC | 4F | BA | 0 | 40 | F | E | 13A | 43 | 3B |
| Octal | 334 | 117 | 272 | 0 | 100 | 17 | 16 | 472 | 103 | 73 |
| Binary | 11011100 | 1001111 | 10111010 | 0 | 1000000 | 1111 | 1110 | 100111010 | 1000011 | 111011 |
Color Harmonies of #DC4FBA
Complementary color
Monochromatic Colors of #DC4FBA
Black with #DC4FBA
Text Example
Text Example
White with #DC4FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4FBA; }
p { color: rgb(220,79,186); }
H1.HeaderClassName
{
color: #DC4FBA;
}
.AnyTagClassName
{
color: #DC4FBA;
}
</style>
background-color css
<style>
a { background-color: #DC4FBA; }
a { background-color: rgb(220,79,186); }
div.DivClassName
{
background-color: #DC4FBA;
}
.BgClassName
{
background-color: #DC4FBA;
}
</style>
border-color css
<style>
span { border-color: #DC4FBA; }
span { border-color: rgb(220,79,186); }
td.TdClassName
{
border-color: #DC4FBA;
}
.TagClassName
{
border-color: #DC4FBA;
}
</style>