Shades of Fuchsia #DC3FB1
Tints of Fuchsia #DC3FB1
RGB
CMYK
RGB Variations
Color information
#DC3FB1 (or 0xDC3FB1) is known color: Fuchsia. HEX triplet: DC, 3F and B1. RGB value is (220,63,177). Sum of RGB (Red+Green+Blue) = 220+63+177=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3FB1 is #23C04E. Grayscale: #7A7A7A. Windows color (decimal): -2342991 or 11616220. OLE color: 11616220.
HSL color Cylindrical-coordinate representation of color #DC3FB1: hue angle of 316.43º 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 #DC3FB1 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 177 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.14 |
| HSL | 316.43º | 0.69% | 0.55% | - |
| HSV(B) | 316.43º | 0.71% | 0.86% | - |
| XYZ | 39.23 | 21.94 | 43.76 | - |
| YUV | 122.94 | 158.51 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 177 | 0 | 0.71 | 0.20 | 0.14 | 316.43 | 0.69 | 0.55 |
| Hex | DC | 3F | B1 | 0 | 47 | 14 | E | 13C | 45 | 37 |
| Octal | 334 | 77 | 261 | 0 | 107 | 24 | 16 | 474 | 105 | 67 |
| Binary | 11011100 | 111111 | 10110001 | 0 | 1000111 | 10100 | 1110 | 100111100 | 1000101 | 110111 |
Color Harmonies of #DC3FB1
Complementary color
Monochromatic Colors of #DC3FB1
Black with #DC3FB1
Text Example
Text Example
White with #DC3FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3FB1; }
p { color: rgb(220,63,177); }
H1.HeaderClassName
{
color: #DC3FB1;
}
.AnyTagClassName
{
color: #DC3FB1;
}
</style>
background-color css
<style>
a { background-color: #DC3FB1; }
a { background-color: rgb(220,63,177); }
div.DivClassName
{
background-color: #DC3FB1;
}
.BgClassName
{
background-color: #DC3FB1;
}
</style>
border-color css
<style>
span { border-color: #DC3FB1; }
span { border-color: rgb(220,63,177); }
td.TdClassName
{
border-color: #DC3FB1;
}
.TagClassName
{
border-color: #DC3FB1;
}
</style>