Shades of Fuchsia #DC3DB6
Tints of Fuchsia #DC3DB6
RGB
CMYK
RGB Variations
Color information
#DC3DB6 (or 0xDC3DB6) is known color: Fuchsia. HEX triplet: DC, 3D and B6. RGB value is (220,61,182). Sum of RGB (Red+Green+Blue) = 220+61+182=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3DB6 is #23C249. Grayscale: #7A7A7A. Windows color (decimal): -2343498 or 11943388. OLE color: 11943388.
HSL color Cylindrical-coordinate representation of color #DC3DB6: hue angle of 314.34º 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 #DC3DB6 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 182 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.14 |
| HSL | 314.34º | 0.69% | 0.55% | - |
| HSV(B) | 314.34º | 0.72% | 0.86% | - |
| XYZ | 39.63 | 21.93 | 46.4 | - |
| YUV | 122.34 | 161.68 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 182 | 0 | 0.72 | 0.17 | 0.14 | 314.34 | 0.69 | 0.55 |
| Hex | DC | 3D | B6 | 0 | 48 | 11 | E | 13A | 45 | 37 |
| Octal | 334 | 75 | 266 | 0 | 110 | 21 | 16 | 472 | 105 | 67 |
| Binary | 11011100 | 111101 | 10110110 | 0 | 1001000 | 10001 | 1110 | 100111010 | 1000101 | 110111 |
Color Harmonies of #DC3DB6
Complementary color
Monochromatic Colors of #DC3DB6
Black with #DC3DB6
Text Example
Text Example
White with #DC3DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3DB6; }
p { color: rgb(220,61,182); }
H1.HeaderClassName
{
color: #DC3DB6;
}
.AnyTagClassName
{
color: #DC3DB6;
}
</style>
background-color css
<style>
a { background-color: #DC3DB6; }
a { background-color: rgb(220,61,182); }
div.DivClassName
{
background-color: #DC3DB6;
}
.BgClassName
{
background-color: #DC3DB6;
}
</style>
border-color css
<style>
span { border-color: #DC3DB6; }
span { border-color: rgb(220,61,182); }
td.TdClassName
{
border-color: #DC3DB6;
}
.TagClassName
{
border-color: #DC3DB6;
}
</style>