Shades of Fuchsia #DC3FB7
Tints of Fuchsia #DC3FB7
RGB
CMYK
RGB Variations
Color information
#DC3FB7 (or 0xDC3FB7) is known color: Fuchsia. HEX triplet: DC, 3F and B7. RGB value is (220,63,183). Sum of RGB (Red+Green+Blue) = 220+63+183=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3FB7 is #23C048. Grayscale: #7B7B7B. Windows color (decimal): -2342985 or 12009436. OLE color: 12009436.
HSL color Cylindrical-coordinate representation of color #DC3FB7: hue angle of 314.14º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3FB7 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 183 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.14 |
| HSL | 314.14º | 0.69% | 0.55% | - |
| HSV(B) | 314.14º | 0.71% | 0.86% | - |
| XYZ | 39.84 | 22.19 | 46.98 | - |
| YUV | 123.62 | 161.51 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 183 | 0 | 0.71 | 0.17 | 0.14 | 314.14 | 0.69 | 0.55 |
| Hex | DC | 3F | B7 | 0 | 47 | 11 | E | 13A | 45 | 37 |
| Octal | 334 | 77 | 267 | 0 | 107 | 21 | 16 | 472 | 105 | 67 |
| Binary | 11011100 | 111111 | 10110111 | 0 | 1000111 | 10001 | 1110 | 100111010 | 1000101 | 110111 |
Color Harmonies of #DC3FB7
Complementary color
Monochromatic Colors of #DC3FB7
Black with #DC3FB7
Text Example
Text Example
White with #DC3FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3FB7; }
p { color: rgb(220,63,183); }
H1.HeaderClassName
{
color: #DC3FB7;
}
.AnyTagClassName
{
color: #DC3FB7;
}
</style>
background-color css
<style>
a { background-color: #DC3FB7; }
a { background-color: rgb(220,63,183); }
div.DivClassName
{
background-color: #DC3FB7;
}
.BgClassName
{
background-color: #DC3FB7;
}
</style>
border-color css
<style>
span { border-color: #DC3FB7; }
span { border-color: rgb(220,63,183); }
td.TdClassName
{
border-color: #DC3FB7;
}
.TagClassName
{
border-color: #DC3FB7;
}
</style>