Shades of Fuchsia #DC3FB4
Tints of Fuchsia #DC3FB4
RGB
CMYK
RGB Variations
Color information
#DC3FB4 (or 0xDC3FB4) is known color: Fuchsia. HEX triplet: DC, 3F and B4. RGB value is (220,63,180). Sum of RGB (Red+Green+Blue) = 220+63+180=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3FB4 is #23C04B. Grayscale: #7A7A7A. Windows color (decimal): -2342988 or 11812828. OLE color: 11812828.
HSL color Cylindrical-coordinate representation of color #DC3FB4: hue angle of 315.29º 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 #DC3FB4 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 180 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.14 |
| HSL | 315.29º | 0.69% | 0.55% | - |
| HSV(B) | 315.29º | 0.71% | 0.86% | - |
| XYZ | 39.53 | 22.07 | 45.36 | - |
| YUV | 123.28 | 160.01 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 180 | 0 | 0.71 | 0.18 | 0.14 | 315.29 | 0.69 | 0.55 |
| Hex | DC | 3F | B4 | 0 | 47 | 12 | E | 13B | 45 | 37 |
| Octal | 334 | 77 | 264 | 0 | 107 | 22 | 16 | 473 | 105 | 67 |
| Binary | 11011100 | 111111 | 10110100 | 0 | 1000111 | 10010 | 1110 | 100111011 | 1000101 | 110111 |
Color Harmonies of #DC3FB4
Complementary color
Monochromatic Colors of #DC3FB4
Black with #DC3FB4
Text Example
Text Example
White with #DC3FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3FB4; }
p { color: rgb(220,63,180); }
H1.HeaderClassName
{
color: #DC3FB4;
}
.AnyTagClassName
{
color: #DC3FB4;
}
</style>
background-color css
<style>
a { background-color: #DC3FB4; }
a { background-color: rgb(220,63,180); }
div.DivClassName
{
background-color: #DC3FB4;
}
.BgClassName
{
background-color: #DC3FB4;
}
</style>
border-color css
<style>
span { border-color: #DC3FB4; }
span { border-color: rgb(220,63,180); }
td.TdClassName
{
border-color: #DC3FB4;
}
.TagClassName
{
border-color: #DC3FB4;
}
</style>