Shades of Fuchsia #DC57B8
Tints of Fuchsia #DC57B8
RGB
CMYK
RGB Variations
Color information
#DC57B8 (or 0xDC57B8) is known color: Fuchsia. HEX triplet: DC, 57 and B8. RGB value is (220,87,184). Sum of RGB (Red+Green+Blue) = 220+87+184=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 87 (34.38% from 255 or 17.72% from 491); Blue value is 184 (72.27% from 255 or 37.47% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC57B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC57B8 is #23A847. Grayscale: #898989. Windows color (decimal): -2336840 or 12081116. OLE color: 12081116.
HSL color Cylindrical-coordinate representation of color #DC57B8: hue angle of 316.24º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC57B8 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 184 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.14 |
| HSL | 316.24º | 0.66% | 0.6% | - |
| HSV(B) | 316.24º | 0.6% | 0.86% | - |
| XYZ | 41.58 | 25.49 | 48.08 | - |
| YUV | 137.83 | 154.06 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 184 | 0 | 0.60 | 0.16 | 0.14 | 316.24 | 0.66 | 0.6 |
| Hex | DC | 57 | B8 | 0 | 3C | 10 | E | 13C | 42 | 3C |
| Octal | 334 | 127 | 270 | 0 | 74 | 20 | 16 | 474 | 102 | 74 |
| Binary | 11011100 | 1010111 | 10111000 | 0 | 111100 | 10000 | 1110 | 100111100 | 1000010 | 111100 |
Color Harmonies of #DC57B8
Complementary color
Monochromatic Colors of #DC57B8
Black with #DC57B8
Text Example
Text Example
White with #DC57B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC57B8; }
p { color: rgb(220,87,184); }
H1.HeaderClassName
{
color: #DC57B8;
}
.AnyTagClassName
{
color: #DC57B8;
}
</style>
background-color css
<style>
a { background-color: #DC57B8; }
a { background-color: rgb(220,87,184); }
div.DivClassName
{
background-color: #DC57B8;
}
.BgClassName
{
background-color: #DC57B8;
}
</style>
border-color css
<style>
span { border-color: #DC57B8; }
span { border-color: rgb(220,87,184); }
td.TdClassName
{
border-color: #DC57B8;
}
.TagClassName
{
border-color: #DC57B8;
}
</style>