Shades of Fuchsia #DC58B7
Tints of Fuchsia #DC58B7
RGB
CMYK
RGB Variations
Color information
#DC58B7 (or 0xDC58B7) is known color: Fuchsia. HEX triplet: DC, 58 and B7. RGB value is (220,88,183). Sum of RGB (Red+Green+Blue) = 220+88+183=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC58B7 is #23A748. Grayscale: #8A8A8A. Windows color (decimal): -2336585 or 12015836. OLE color: 12015836.
HSL color Cylindrical-coordinate representation of color #DC58B7: hue angle of 316.82º degrees, saturation: 0.65, 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 #DC58B7 is Cyan = 0, Magento = 0.6, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 183 | - |
| CMYK | 0 | 0.6 | 0.17 | 0.14 |
| HSL | 316.82º | 0.65% | 0.6% | - |
| HSV(B) | 316.82º | 0.6% | 0.86% | - |
| XYZ | 41.55 | 25.61 | 47.55 | - |
| YUV | 138.3 | 153.23 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 183 | 0 | 0.6 | 0.17 | 0.14 | 316.82 | 0.65 | 0.6 |
| Hex | DC | 58 | B7 | 0 | 3C | 11 | E | 13D | 41 | 3C |
| Octal | 334 | 130 | 267 | 0 | 74 | 21 | 16 | 475 | 101 | 74 |
| Binary | 11011100 | 1011000 | 10110111 | 0 | 111100 | 10001 | 1110 | 100111101 | 1000001 | 111100 |
Color Harmonies of #DC58B7
Complementary color
Monochromatic Colors of #DC58B7
Black with #DC58B7
Text Example
Text Example
White with #DC58B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC58B7; }
p { color: rgb(220,88,183); }
H1.HeaderClassName
{
color: #DC58B7;
}
.AnyTagClassName
{
color: #DC58B7;
}
</style>
background-color css
<style>
a { background-color: #DC58B7; }
a { background-color: rgb(220,88,183); }
div.DivClassName
{
background-color: #DC58B7;
}
.BgClassName
{
background-color: #DC58B7;
}
</style>
border-color css
<style>
span { border-color: #DC58B7; }
span { border-color: rgb(220,88,183); }
td.TdClassName
{
border-color: #DC58B7;
}
.TagClassName
{
border-color: #DC58B7;
}
</style>