Shades of Fuchsia #DC56B8
Tints of Fuchsia #DC56B8
RGB
CMYK
RGB Variations
Color information
#DC56B8 (or 0xDC56B8) is known color: Fuchsia. HEX triplet: DC, 56 and B8. RGB value is (220,86,184). Sum of RGB (Red+Green+Blue) = 220+86+184=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC56B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC56B8 is #23A947. Grayscale: #888888. Windows color (decimal): -2337096 or 12080860. OLE color: 12080860.
HSL color Cylindrical-coordinate representation of color #DC56B8: hue angle of 316.12º 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 #DC56B8 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 184 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.14 |
| HSL | 316.12º | 0.66% | 0.6% | - |
| HSV(B) | 316.12º | 0.61% | 0.86% | - |
| XYZ | 41.49 | 25.33 | 48.05 | - |
| YUV | 137.24 | 154.39 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 184 | 0 | 0.61 | 0.16 | 0.14 | 316.12 | 0.66 | 0.6 |
| Hex | DC | 56 | B8 | 0 | 3D | 10 | E | 13C | 42 | 3C |
| Octal | 334 | 126 | 270 | 0 | 75 | 20 | 16 | 474 | 102 | 74 |
| Binary | 11011100 | 1010110 | 10111000 | 0 | 111101 | 10000 | 1110 | 100111100 | 1000010 | 111100 |
Color Harmonies of #DC56B8
Complementary color
Monochromatic Colors of #DC56B8
Black with #DC56B8
Text Example
Text Example
White with #DC56B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC56B8; }
p { color: rgb(220,86,184); }
H1.HeaderClassName
{
color: #DC56B8;
}
.AnyTagClassName
{
color: #DC56B8;
}
</style>
background-color css
<style>
a { background-color: #DC56B8; }
a { background-color: rgb(220,86,184); }
div.DivClassName
{
background-color: #DC56B8;
}
.BgClassName
{
background-color: #DC56B8;
}
</style>
border-color css
<style>
span { border-color: #DC56B8; }
span { border-color: rgb(220,86,184); }
td.TdClassName
{
border-color: #DC56B8;
}
.TagClassName
{
border-color: #DC56B8;
}
</style>