Shades of Fuchsia #DC3FB5
Tints of Fuchsia #DC3FB5
RGB
CMYK
RGB Variations
Color information
#DC3FB5 (or 0xDC3FB5) is known color: Fuchsia. HEX triplet: DC, 3F and B5. RGB value is (220,63,181). Sum of RGB (Red+Green+Blue) = 220+63+181=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3FB5 is #23C04A. Grayscale: #7B7B7B. Windows color (decimal): -2342987 or 11878364. OLE color: 11878364.
HSL color Cylindrical-coordinate representation of color #DC3FB5: hue angle of 314.9º 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 #DC3FB5 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 181 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.14 |
| HSL | 314.9º | 0.69% | 0.55% | - |
| HSV(B) | 314.9º | 0.71% | 0.86% | - |
| XYZ | 39.63 | 22.11 | 45.89 | - |
| YUV | 123.4 | 160.51 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 181 | 0 | 0.71 | 0.18 | 0.14 | 314.9 | 0.69 | 0.55 |
| Hex | DC | 3F | B5 | 0 | 47 | 12 | E | 13B | 45 | 37 |
| Octal | 334 | 77 | 265 | 0 | 107 | 22 | 16 | 473 | 105 | 67 |
| Binary | 11011100 | 111111 | 10110101 | 0 | 1000111 | 10010 | 1110 | 100111011 | 1000101 | 110111 |
Color Harmonies of #DC3FB5
Complementary color
Monochromatic Colors of #DC3FB5
Black with #DC3FB5
Text Example
Text Example
White with #DC3FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3FB5; }
p { color: rgb(220,63,181); }
H1.HeaderClassName
{
color: #DC3FB5;
}
.AnyTagClassName
{
color: #DC3FB5;
}
</style>
background-color css
<style>
a { background-color: #DC3FB5; }
a { background-color: rgb(220,63,181); }
div.DivClassName
{
background-color: #DC3FB5;
}
.BgClassName
{
background-color: #DC3FB5;
}
</style>
border-color css
<style>
span { border-color: #DC3FB5; }
span { border-color: rgb(220,63,181); }
td.TdClassName
{
border-color: #DC3FB5;
}
.TagClassName
{
border-color: #DC3FB5;
}
</style>