Shades of Fuchsia #DC57B5
Tints of Fuchsia #DC57B5
RGB
CMYK
RGB Variations
Color information
#DC57B5 (or 0xDC57B5) is known color: Fuchsia. HEX triplet: DC, 57 and B5. RGB value is (220,87,181). Sum of RGB (Red+Green+Blue) = 220+87+181=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC57B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC57B5 is #23A84A. Grayscale: #898989. Windows color (decimal): -2336843 or 11884508. OLE color: 11884508.
HSL color Cylindrical-coordinate representation of color #DC57B5: hue angle of 317.59º 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 #DC57B5 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 181 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.14 |
| HSL | 317.59º | 0.66% | 0.6% | - |
| HSV(B) | 317.59º | 0.6% | 0.86% | - |
| XYZ | 41.26 | 25.37 | 46.44 | - |
| YUV | 137.48 | 152.56 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 181 | 0 | 0.60 | 0.18 | 0.14 | 317.59 | 0.66 | 0.6 |
| Hex | DC | 57 | B5 | 0 | 3C | 12 | E | 13E | 42 | 3C |
| Octal | 334 | 127 | 265 | 0 | 74 | 22 | 16 | 476 | 102 | 74 |
| Binary | 11011100 | 1010111 | 10110101 | 0 | 111100 | 10010 | 1110 | 100111110 | 1000010 | 111100 |
Color Harmonies of #DC57B5
Complementary color
Monochromatic Colors of #DC57B5
Black with #DC57B5
Text Example
Text Example
White with #DC57B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC57B5; }
p { color: rgb(220,87,181); }
H1.HeaderClassName
{
color: #DC57B5;
}
.AnyTagClassName
{
color: #DC57B5;
}
</style>
background-color css
<style>
a { background-color: #DC57B5; }
a { background-color: rgb(220,87,181); }
div.DivClassName
{
background-color: #DC57B5;
}
.BgClassName
{
background-color: #DC57B5;
}
</style>
border-color css
<style>
span { border-color: #DC57B5; }
span { border-color: rgb(220,87,181); }
td.TdClassName
{
border-color: #DC57B5;
}
.TagClassName
{
border-color: #DC57B5;
}
</style>