Shades of Fuchsia #DC55B7
Tints of Fuchsia #DC55B7
RGB
CMYK
RGB Variations
Color information
#DC55B7 (or 0xDC55B7) is known color: Fuchsia. HEX triplet: DC, 55 and B7. RGB value is (220,85,183). Sum of RGB (Red+Green+Blue) = 220+85+183=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC55B7 is #23AA48. Grayscale: #888888. Windows color (decimal): -2337353 or 12015068. OLE color: 12015068.
HSL color Cylindrical-coordinate representation of color #DC55B7: hue angle of 316.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC55B7 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 183 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.14 |
| HSL | 316.44º | 0.66% | 0.6% | - |
| HSV(B) | 316.44º | 0.61% | 0.86% | - |
| XYZ | 41.31 | 25.13 | 47.47 | - |
| YUV | 136.54 | 154.23 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 183 | 0 | 0.61 | 0.17 | 0.14 | 316.44 | 0.66 | 0.6 |
| Hex | DC | 55 | B7 | 0 | 3D | 11 | E | 13C | 42 | 3C |
| Octal | 334 | 125 | 267 | 0 | 75 | 21 | 16 | 474 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10110111 | 0 | 111101 | 10001 | 1110 | 100111100 | 1000010 | 111100 |
Color Harmonies of #DC55B7
Complementary color
Monochromatic Colors of #DC55B7
Black with #DC55B7
Text Example
Text Example
White with #DC55B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC55B7; }
p { color: rgb(220,85,183); }
H1.HeaderClassName
{
color: #DC55B7;
}
.AnyTagClassName
{
color: #DC55B7;
}
</style>
background-color css
<style>
a { background-color: #DC55B7; }
a { background-color: rgb(220,85,183); }
div.DivClassName
{
background-color: #DC55B7;
}
.BgClassName
{
background-color: #DC55B7;
}
</style>
border-color css
<style>
span { border-color: #DC55B7; }
span { border-color: rgb(220,85,183); }
td.TdClassName
{
border-color: #DC55B7;
}
.TagClassName
{
border-color: #DC55B7;
}
</style>