Shades of Fuchsia #DC3FB9
Tints of Fuchsia #DC3FB9
RGB
CMYK
RGB Variations
Color information
#DC3FB9 (or 0xDC3FB9) is known color: Fuchsia. HEX triplet: DC, 3F and B9. RGB value is (220,63,185). Sum of RGB (Red+Green+Blue) = 220+63+185=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3FB9 is #23C046. Grayscale: #7B7B7B. Windows color (decimal): -2342983 or 12140508. OLE color: 12140508.
HSL color Cylindrical-coordinate representation of color #DC3FB9: hue angle of 313.38º 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 #DC3FB9 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 185 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.14 |
| HSL | 313.38º | 0.69% | 0.55% | - |
| HSV(B) | 313.38º | 0.71% | 0.86% | - |
| XYZ | 40.05 | 22.27 | 48.09 | - |
| YUV | 123.85 | 162.51 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 185 | 0 | 0.71 | 0.16 | 0.14 | 313.38 | 0.69 | 0.55 |
| Hex | DC | 3F | B9 | 0 | 47 | 10 | E | 139 | 45 | 37 |
| Octal | 334 | 77 | 271 | 0 | 107 | 20 | 16 | 471 | 105 | 67 |
| Binary | 11011100 | 111111 | 10111001 | 0 | 1000111 | 10000 | 1110 | 100111001 | 1000101 | 110111 |
Color Harmonies of #DC3FB9
Complementary color
Monochromatic Colors of #DC3FB9
Black with #DC3FB9
Text Example
Text Example
White with #DC3FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3FB9; }
p { color: rgb(220,63,185); }
H1.HeaderClassName
{
color: #DC3FB9;
}
.AnyTagClassName
{
color: #DC3FB9;
}
</style>
background-color css
<style>
a { background-color: #DC3FB9; }
a { background-color: rgb(220,63,185); }
div.DivClassName
{
background-color: #DC3FB9;
}
.BgClassName
{
background-color: #DC3FB9;
}
</style>
border-color css
<style>
span { border-color: #DC3FB9; }
span { border-color: rgb(220,63,185); }
td.TdClassName
{
border-color: #DC3FB9;
}
.TagClassName
{
border-color: #DC3FB9;
}
</style>