Shades of Fuchsia #DC59B7
Tints of Fuchsia #DC59B7
RGB
CMYK
RGB Variations
Color information
#DC59B7 (or 0xDC59B7) is known color: Fuchsia. HEX triplet: DC, 59 and B7. RGB value is (220,89,183). Sum of RGB (Red+Green+Blue) = 220+89+183=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC59B7 is #23A648. Grayscale: #8A8A8A. Windows color (decimal): -2336329 or 12016092. OLE color: 12016092.
HSL color Cylindrical-coordinate representation of color #DC59B7: hue angle of 316.95º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC59B7 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 183 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.14 |
| HSL | 316.95º | 0.65% | 0.61% | - |
| HSV(B) | 316.95º | 0.6% | 0.86% | - |
| XYZ | 41.63 | 25.78 | 47.58 | - |
| YUV | 138.89 | 152.9 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 183 | 0 | 0.60 | 0.17 | 0.14 | 316.95 | 0.65 | 0.61 |
| Hex | DC | 59 | B7 | 0 | 3C | 11 | E | 13D | 41 | 3D |
| Octal | 334 | 131 | 267 | 0 | 74 | 21 | 16 | 475 | 101 | 75 |
| Binary | 11011100 | 1011001 | 10110111 | 0 | 111100 | 10001 | 1110 | 100111101 | 1000001 | 111101 |
Color Harmonies of #DC59B7
Complementary color
Monochromatic Colors of #DC59B7
Black with #DC59B7
Text Example
Text Example
White with #DC59B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC59B7; }
p { color: rgb(220,89,183); }
H1.HeaderClassName
{
color: #DC59B7;
}
.AnyTagClassName
{
color: #DC59B7;
}
</style>
background-color css
<style>
a { background-color: #DC59B7; }
a { background-color: rgb(220,89,183); }
div.DivClassName
{
background-color: #DC59B7;
}
.BgClassName
{
background-color: #DC59B7;
}
</style>
border-color css
<style>
span { border-color: #DC59B7; }
span { border-color: rgb(220,89,183); }
td.TdClassName
{
border-color: #DC59B7;
}
.TagClassName
{
border-color: #DC59B7;
}
</style>