Shades of Fuchsia #DC3DBA
Tints of Fuchsia #DC3DBA
RGB
CMYK
RGB Variations
Color information
#DC3DBA (or 0xDC3DBA) is known color: Fuchsia. HEX triplet: DC, 3D and BA. RGB value is (220,61,186). Sum of RGB (Red+Green+Blue) = 220+61+186=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3DBA is #23C245. Grayscale: #7A7A7A. Windows color (decimal): -2343494 or 12205532. OLE color: 12205532.
HSL color Cylindrical-coordinate representation of color #DC3DBA: hue angle of 312.83º 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 #DC3DBA is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 186 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.14 |
| HSL | 312.83º | 0.69% | 0.55% | - |
| HSV(B) | 312.83º | 0.72% | 0.86% | - |
| XYZ | 40.05 | 22.1 | 48.61 | - |
| YUV | 122.79 | 163.68 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 186 | 0 | 0.72 | 0.15 | 0.14 | 312.83 | 0.69 | 0.55 |
| Hex | DC | 3D | BA | 0 | 48 | F | E | 139 | 45 | 37 |
| Octal | 334 | 75 | 272 | 0 | 110 | 17 | 16 | 471 | 105 | 67 |
| Binary | 11011100 | 111101 | 10111010 | 0 | 1001000 | 1111 | 1110 | 100111001 | 1000101 | 110111 |
Color Harmonies of #DC3DBA
Complementary color
Monochromatic Colors of #DC3DBA
Black with #DC3DBA
Text Example
Text Example
White with #DC3DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3DBA; }
p { color: rgb(220,61,186); }
H1.HeaderClassName
{
color: #DC3DBA;
}
.AnyTagClassName
{
color: #DC3DBA;
}
</style>
background-color css
<style>
a { background-color: #DC3DBA; }
a { background-color: rgb(220,61,186); }
div.DivClassName
{
background-color: #DC3DBA;
}
.BgClassName
{
background-color: #DC3DBA;
}
</style>
border-color css
<style>
span { border-color: #DC3DBA; }
span { border-color: rgb(220,61,186); }
td.TdClassName
{
border-color: #DC3DBA;
}
.TagClassName
{
border-color: #DC3DBA;
}
</style>