Shades of Fuchsia #DC59B5
Tints of Fuchsia #DC59B5
RGB
CMYK
RGB Variations
Color information
#DC59B5 (or 0xDC59B5) is known color: Fuchsia. HEX triplet: DC, 59 and B5. RGB value is (220,89,181). Sum of RGB (Red+Green+Blue) = 220+89+181=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC59B5 is #23A64A. Grayscale: #8A8A8A. Windows color (decimal): -2336331 or 11885020. OLE color: 11885020.
HSL color Cylindrical-coordinate representation of color #DC59B5: hue angle of 317.86º 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 #DC59B5 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 181 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.14 |
| HSL | 317.86º | 0.65% | 0.61% | - |
| HSV(B) | 317.86º | 0.6% | 0.86% | - |
| XYZ | 41.43 | 25.7 | 46.49 | - |
| YUV | 138.66 | 151.9 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 181 | 0 | 0.60 | 0.18 | 0.14 | 317.86 | 0.65 | 0.61 |
| Hex | DC | 59 | B5 | 0 | 3C | 12 | E | 13E | 41 | 3D |
| Octal | 334 | 131 | 265 | 0 | 74 | 22 | 16 | 476 | 101 | 75 |
| Binary | 11011100 | 1011001 | 10110101 | 0 | 111100 | 10010 | 1110 | 100111110 | 1000001 | 111101 |
Color Harmonies of #DC59B5
Complementary color
Monochromatic Colors of #DC59B5
Black with #DC59B5
Text Example
Text Example
White with #DC59B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC59B5; }
p { color: rgb(220,89,181); }
H1.HeaderClassName
{
color: #DC59B5;
}
.AnyTagClassName
{
color: #DC59B5;
}
</style>
background-color css
<style>
a { background-color: #DC59B5; }
a { background-color: rgb(220,89,181); }
div.DivClassName
{
background-color: #DC59B5;
}
.BgClassName
{
background-color: #DC59B5;
}
</style>
border-color css
<style>
span { border-color: #DC59B5; }
span { border-color: rgb(220,89,181); }
td.TdClassName
{
border-color: #DC59B5;
}
.TagClassName
{
border-color: #DC59B5;
}
</style>