Shades of Fuchsia #DC57B7
Tints of Fuchsia #DC57B7
RGB
CMYK
RGB Variations
Color information
#DC57B7 (or 0xDC57B7) is known color: Fuchsia. HEX triplet: DC, 57 and B7. RGB value is (220,87,183). Sum of RGB (Red+Green+Blue) = 220+87+183=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 87 (34.38% from 255 or 17.76% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC57B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC57B7 is #23A848. Grayscale: #898989. Windows color (decimal): -2336841 or 12015580. OLE color: 12015580.
HSL color Cylindrical-coordinate representation of color #DC57B7: hue angle of 316.69º 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 #DC57B7 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 183 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.14 |
| HSL | 316.69º | 0.66% | 0.6% | - |
| HSV(B) | 316.69º | 0.6% | 0.86% | - |
| XYZ | 41.47 | 25.45 | 47.53 | - |
| YUV | 137.71 | 153.56 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 183 | 0 | 0.60 | 0.17 | 0.14 | 316.69 | 0.66 | 0.6 |
| Hex | DC | 57 | B7 | 0 | 3C | 11 | E | 13D | 42 | 3C |
| Octal | 334 | 127 | 267 | 0 | 74 | 21 | 16 | 475 | 102 | 74 |
| Binary | 11011100 | 1010111 | 10110111 | 0 | 111100 | 10001 | 1110 | 100111101 | 1000010 | 111100 |
Color Harmonies of #DC57B7
Complementary color
Monochromatic Colors of #DC57B7
Black with #DC57B7
Text Example
Text Example
White with #DC57B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC57B7; }
p { color: rgb(220,87,183); }
H1.HeaderClassName
{
color: #DC57B7;
}
.AnyTagClassName
{
color: #DC57B7;
}
</style>
background-color css
<style>
a { background-color: #DC57B7; }
a { background-color: rgb(220,87,183); }
div.DivClassName
{
background-color: #DC57B7;
}
.BgClassName
{
background-color: #DC57B7;
}
</style>
border-color css
<style>
span { border-color: #DC57B7; }
span { border-color: rgb(220,87,183); }
td.TdClassName
{
border-color: #DC57B7;
}
.TagClassName
{
border-color: #DC57B7;
}
</style>