Shades of Fuchsia #DC55B8
Tints of Fuchsia #DC55B8
RGB
CMYK
RGB Variations
Color information
#DC55B8 (or 0xDC55B8) is known color: Fuchsia. HEX triplet: DC, 55 and B8. RGB value is (220,85,184). Sum of RGB (Red+Green+Blue) = 220+85+184=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC55B8 is #23AA47. Grayscale: #888888. Windows color (decimal): -2337352 or 12080604. OLE color: 12080604.
HSL color Cylindrical-coordinate representation of color #DC55B8: hue angle of 316º 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 #DC55B8 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 184 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.14 |
| HSL | 316º | 0.66% | 0.6% | - |
| HSV(B) | 316º | 0.61% | 0.86% | - |
| XYZ | 41.42 | 25.17 | 48.02 | - |
| YUV | 136.65 | 154.73 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 184 | 0 | 0.61 | 0.16 | 0.14 | 316 | 0.66 | 0.6 |
| Hex | DC | 55 | B8 | 0 | 3D | 10 | E | 13C | 42 | 3C |
| Octal | 334 | 125 | 270 | 0 | 75 | 20 | 16 | 474 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10111000 | 0 | 111101 | 10000 | 1110 | 100111100 | 1000010 | 111100 |
Color Harmonies of #DC55B8
Complementary color
Monochromatic Colors of #DC55B8
Black with #DC55B8
Text Example
Text Example
White with #DC55B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC55B8; }
p { color: rgb(220,85,184); }
H1.HeaderClassName
{
color: #DC55B8;
}
.AnyTagClassName
{
color: #DC55B8;
}
</style>
background-color css
<style>
a { background-color: #DC55B8; }
a { background-color: rgb(220,85,184); }
div.DivClassName
{
background-color: #DC55B8;
}
.BgClassName
{
background-color: #DC55B8;
}
</style>
border-color css
<style>
span { border-color: #DC55B8; }
span { border-color: rgb(220,85,184); }
td.TdClassName
{
border-color: #DC55B8;
}
.TagClassName
{
border-color: #DC55B8;
}
</style>