Shades of Fuchsia #DC3DB7
Tints of Fuchsia #DC3DB7
RGB
CMYK
RGB Variations
Color information
#DC3DB7 (or 0xDC3DB7) is known color: Fuchsia. HEX triplet: DC, 3D and B7. RGB value is (220,61,183). Sum of RGB (Red+Green+Blue) = 220+61+183=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3DB7 is #23C248. Grayscale: #7A7A7A. Windows color (decimal): -2343497 or 12008924. OLE color: 12008924.
HSL color Cylindrical-coordinate representation of color #DC3DB7: hue angle of 313.96º 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 #DC3DB7 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 183 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.14 |
| HSL | 313.96º | 0.69% | 0.55% | - |
| HSV(B) | 313.96º | 0.72% | 0.86% | - |
| XYZ | 39.73 | 21.97 | 46.95 | - |
| YUV | 122.45 | 162.18 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 183 | 0 | 0.72 | 0.17 | 0.14 | 313.96 | 0.69 | 0.55 |
| Hex | DC | 3D | B7 | 0 | 48 | 11 | E | 13A | 45 | 37 |
| Octal | 334 | 75 | 267 | 0 | 110 | 21 | 16 | 472 | 105 | 67 |
| Binary | 11011100 | 111101 | 10110111 | 0 | 1001000 | 10001 | 1110 | 100111010 | 1000101 | 110111 |
Color Harmonies of #DC3DB7
Complementary color
Monochromatic Colors of #DC3DB7
Black with #DC3DB7
Text Example
Text Example
White with #DC3DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3DB7; }
p { color: rgb(220,61,183); }
H1.HeaderClassName
{
color: #DC3DB7;
}
.AnyTagClassName
{
color: #DC3DB7;
}
</style>
background-color css
<style>
a { background-color: #DC3DB7; }
a { background-color: rgb(220,61,183); }
div.DivClassName
{
background-color: #DC3DB7;
}
.BgClassName
{
background-color: #DC3DB7;
}
</style>
border-color css
<style>
span { border-color: #DC3DB7; }
span { border-color: rgb(220,61,183); }
td.TdClassName
{
border-color: #DC3DB7;
}
.TagClassName
{
border-color: #DC3DB7;
}
</style>