Shades of Fuchsia #DC3DB3
Tints of Fuchsia #DC3DB3
RGB
CMYK
RGB Variations
Color information
#DC3DB3 (or 0xDC3DB3) is known color: Fuchsia. HEX triplet: DC, 3D and B3. RGB value is (220,61,179). Sum of RGB (Red+Green+Blue) = 220+61+179=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3DB3 is #23C24C. Grayscale: #797979. Windows color (decimal): -2343501 or 11746780. OLE color: 11746780.
HSL color Cylindrical-coordinate representation of color #DC3DB3: hue angle of 315.47º 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 #DC3DB3 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 179 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.14 |
| HSL | 315.47º | 0.69% | 0.55% | - |
| HSV(B) | 315.47º | 0.72% | 0.86% | - |
| XYZ | 39.32 | 21.81 | 44.78 | - |
| YUV | 121.99 | 160.18 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 179 | 0 | 0.72 | 0.19 | 0.14 | 315.47 | 0.69 | 0.55 |
| Hex | DC | 3D | B3 | 0 | 48 | 13 | E | 13B | 45 | 37 |
| Octal | 334 | 75 | 263 | 0 | 110 | 23 | 16 | 473 | 105 | 67 |
| Binary | 11011100 | 111101 | 10110011 | 0 | 1001000 | 10011 | 1110 | 100111011 | 1000101 | 110111 |
Color Harmonies of #DC3DB3
Complementary color
Monochromatic Colors of #DC3DB3
Black with #DC3DB3
Text Example
Text Example
White with #DC3DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3DB3; }
p { color: rgb(220,61,179); }
H1.HeaderClassName
{
color: #DC3DB3;
}
.AnyTagClassName
{
color: #DC3DB3;
}
</style>
background-color css
<style>
a { background-color: #DC3DB3; }
a { background-color: rgb(220,61,179); }
div.DivClassName
{
background-color: #DC3DB3;
}
.BgClassName
{
background-color: #DC3DB3;
}
</style>
border-color css
<style>
span { border-color: #DC3DB3; }
span { border-color: rgb(220,61,179); }
td.TdClassName
{
border-color: #DC3DB3;
}
.TagClassName
{
border-color: #DC3DB3;
}
</style>