Shades of Fuchsia #DC59B3
Tints of Fuchsia #DC59B3
RGB
CMYK
RGB Variations
Color information
#DC59B3 (or 0xDC59B3) is known color: Fuchsia. HEX triplet: DC, 59 and B3. RGB value is (220,89,179). Sum of RGB (Red+Green+Blue) = 220+89+179=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC59B3 is #23A64C. Grayscale: #8A8A8A. Windows color (decimal): -2336333 or 11753948. OLE color: 11753948.
HSL color Cylindrical-coordinate representation of color #DC59B3: hue angle of 318.78º 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 #DC59B3 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 179 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.14 |
| HSL | 318.78º | 0.65% | 0.61% | - |
| HSV(B) | 318.78º | 0.6% | 0.86% | - |
| XYZ | 41.22 | 25.62 | 45.42 | - |
| YUV | 138.43 | 150.9 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 179 | 0 | 0.60 | 0.19 | 0.14 | 318.78 | 0.65 | 0.61 |
| Hex | DC | 59 | B3 | 0 | 3C | 13 | E | 13F | 41 | 3D |
| Octal | 334 | 131 | 263 | 0 | 74 | 23 | 16 | 477 | 101 | 75 |
| Binary | 11011100 | 1011001 | 10110011 | 0 | 111100 | 10011 | 1110 | 100111111 | 1000001 | 111101 |
Color Harmonies of #DC59B3
Complementary color
Monochromatic Colors of #DC59B3
Black with #DC59B3
Text Example
Text Example
White with #DC59B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC59B3; }
p { color: rgb(220,89,179); }
H1.HeaderClassName
{
color: #DC59B3;
}
.AnyTagClassName
{
color: #DC59B3;
}
</style>
background-color css
<style>
a { background-color: #DC59B3; }
a { background-color: rgb(220,89,179); }
div.DivClassName
{
background-color: #DC59B3;
}
.BgClassName
{
background-color: #DC59B3;
}
</style>
border-color css
<style>
span { border-color: #DC59B3; }
span { border-color: rgb(220,89,179); }
td.TdClassName
{
border-color: #DC59B3;
}
.TagClassName
{
border-color: #DC59B3;
}
</style>