Shades of Fuchsia #DC3DC0
Tints of Fuchsia #DC3DC0
RGB
CMYK
RGB Variations
Color information
#DC3DC0 (or 0xDC3DC0) is known color: Fuchsia. HEX triplet: DC, 3D and C0. RGB value is (220,61,192). Sum of RGB (Red+Green+Blue) = 220+61+192=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 61 (24.22% from 255 or 12.90% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3DC0 is #23C23F. Grayscale: #7B7B7B. Windows color (decimal): -2343488 or 12598748. OLE color: 12598748.
HSL color Cylindrical-coordinate representation of color #DC3DC0: hue angle of 310.57º 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 #DC3DC0 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 192 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.14 |
| HSL | 310.57º | 0.69% | 0.55% | - |
| HSV(B) | 310.57º | 0.72% | 0.86% | - |
| XYZ | 40.7 | 22.36 | 52.04 | - |
| YUV | 123.48 | 166.68 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 192 | 0 | 0.72 | 0.13 | 0.14 | 310.57 | 0.69 | 0.55 |
| Hex | DC | 3D | C0 | 0 | 48 | D | E | 137 | 45 | 37 |
| Octal | 334 | 75 | 300 | 0 | 110 | 15 | 16 | 467 | 105 | 67 |
| Binary | 11011100 | 111101 | 11000000 | 0 | 1001000 | 1101 | 1110 | 100110111 | 1000101 | 110111 |
Color Harmonies of #DC3DC0
Complementary color
Monochromatic Colors of #DC3DC0
Black with #DC3DC0
Text Example
Text Example
White with #DC3DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3DC0; }
p { color: rgb(220,61,192); }
H1.HeaderClassName
{
color: #DC3DC0;
}
.AnyTagClassName
{
color: #DC3DC0;
}
</style>
background-color css
<style>
a { background-color: #DC3DC0; }
a { background-color: rgb(220,61,192); }
div.DivClassName
{
background-color: #DC3DC0;
}
.BgClassName
{
background-color: #DC3DC0;
}
</style>
border-color css
<style>
span { border-color: #DC3DC0; }
span { border-color: rgb(220,61,192); }
td.TdClassName
{
border-color: #DC3DC0;
}
.TagClassName
{
border-color: #DC3DC0;
}
</style>