Shades of Fuchsia #DC3DBC
Tints of Fuchsia #DC3DBC
RGB
CMYK
RGB Variations
Color information
#DC3DBC (or 0xDC3DBC) is known color: Fuchsia. HEX triplet: DC, 3D and BC. RGB value is (220,61,188). Sum of RGB (Red+Green+Blue) = 220+61+188=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 61 (24.22% from 255 or 13.01% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3DBC is #23C243. Grayscale: #7A7A7A. Windows color (decimal): -2343492 or 12336604. OLE color: 12336604.
HSL color Cylindrical-coordinate representation of color #DC3DBC: hue angle of 312.08º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3DBC is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 188 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.14 |
| HSL | 312.08º | 0.69% | 0.55% | - |
| HSV(B) | 312.08º | 0.72% | 0.86% | - |
| XYZ | 40.26 | 22.18 | 49.74 | - |
| YUV | 123.02 | 164.68 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 188 | 0 | 0.72 | 0.15 | 0.14 | 312.08 | 0.69 | 0.55 |
| Hex | DC | 3D | BC | 0 | 48 | F | E | 138 | 45 | 37 |
| Octal | 334 | 75 | 274 | 0 | 110 | 17 | 16 | 470 | 105 | 67 |
| Binary | 11011100 | 111101 | 10111100 | 0 | 1001000 | 1111 | 1110 | 100111000 | 1000101 | 110111 |
Color Harmonies of #DC3DBC
Complementary color
Monochromatic Colors of #DC3DBC
Black with #DC3DBC
Text Example
Text Example
White with #DC3DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3DBC; }
p { color: rgb(220,61,188); }
H1.HeaderClassName
{
color: #DC3DBC;
}
.AnyTagClassName
{
color: #DC3DBC;
}
</style>
background-color css
<style>
a { background-color: #DC3DBC; }
a { background-color: rgb(220,61,188); }
div.DivClassName
{
background-color: #DC3DBC;
}
.BgClassName
{
background-color: #DC3DBC;
}
</style>
border-color css
<style>
span { border-color: #DC3DBC; }
span { border-color: rgb(220,61,188); }
td.TdClassName
{
border-color: #DC3DBC;
}
.TagClassName
{
border-color: #DC3DBC;
}
</style>