Shades of Fuchsia #DC3DB8
Tints of Fuchsia #DC3DB8
RGB
CMYK
RGB Variations
Color information
#DC3DB8 (or 0xDC3DB8) is known color: Fuchsia. HEX triplet: DC, 3D and B8. RGB value is (220,61,184). Sum of RGB (Red+Green+Blue) = 220+61+184=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3DB8 is #23C247. Grayscale: #7A7A7A. Windows color (decimal): -2343496 or 12074460. OLE color: 12074460.
HSL color Cylindrical-coordinate representation of color #DC3DB8: hue angle of 313.58º 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 #DC3DB8 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 184 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.14 |
| HSL | 313.58º | 0.69% | 0.55% | - |
| HSV(B) | 313.58º | 0.72% | 0.86% | - |
| XYZ | 39.84 | 22.01 | 47.5 | - |
| YUV | 122.56 | 162.68 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 184 | 0 | 0.72 | 0.16 | 0.14 | 313.58 | 0.69 | 0.55 |
| Hex | DC | 3D | B8 | 0 | 48 | 10 | E | 13A | 45 | 37 |
| Octal | 334 | 75 | 270 | 0 | 110 | 20 | 16 | 472 | 105 | 67 |
| Binary | 11011100 | 111101 | 10111000 | 0 | 1001000 | 10000 | 1110 | 100111010 | 1000101 | 110111 |
Color Harmonies of #DC3DB8
Complementary color
Monochromatic Colors of #DC3DB8
Black with #DC3DB8
Text Example
Text Example
White with #DC3DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3DB8; }
p { color: rgb(220,61,184); }
H1.HeaderClassName
{
color: #DC3DB8;
}
.AnyTagClassName
{
color: #DC3DB8;
}
</style>
background-color css
<style>
a { background-color: #DC3DB8; }
a { background-color: rgb(220,61,184); }
div.DivClassName
{
background-color: #DC3DB8;
}
.BgClassName
{
background-color: #DC3DB8;
}
</style>
border-color css
<style>
span { border-color: #DC3DB8; }
span { border-color: rgb(220,61,184); }
td.TdClassName
{
border-color: #DC3DB8;
}
.TagClassName
{
border-color: #DC3DB8;
}
</style>