Shades of Fuchsia #DC51B0
Tints of Fuchsia #DC51B0
RGB
CMYK
RGB Variations
Color information
#DC51B0 (or 0xDC51B0) is known color: Fuchsia. HEX triplet: DC, 51 and B0. RGB value is (220,81,176). Sum of RGB (Red+Green+Blue) = 220+81+176=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC51B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC51B0 is #23AE4F. Grayscale: #858585. Windows color (decimal): -2338384 or 11555292. OLE color: 11555292.
HSL color Cylindrical-coordinate representation of color #DC51B0: hue angle of 318.99º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC51B0 is Cyan = 0, Magento = 0.63, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 176 | - |
| CMYK | 0 | 0.63 | 0.2 | 0.14 |
| HSL | 318.99º | 0.67% | 0.59% | - |
| HSV(B) | 318.99º | 0.63% | 0.86% | - |
| XYZ | 40.29 | 24.24 | 43.63 | - |
| YUV | 133.39 | 152.05 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 176 | 0 | 0.63 | 0.2 | 0.14 | 318.99 | 0.67 | 0.59 |
| Hex | DC | 51 | B0 | 0 | 3F | 14 | E | 13F | 43 | 3B |
| Octal | 334 | 121 | 260 | 0 | 77 | 24 | 16 | 477 | 103 | 73 |
| Binary | 11011100 | 1010001 | 10110000 | 0 | 111111 | 10100 | 1110 | 100111111 | 1000011 | 111011 |
Color Harmonies of #DC51B0
Complementary color
Monochromatic Colors of #DC51B0
Black with #DC51B0
Text Example
Text Example
White with #DC51B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC51B0; }
p { color: rgb(220,81,176); }
H1.HeaderClassName
{
color: #DC51B0;
}
.AnyTagClassName
{
color: #DC51B0;
}
</style>
background-color css
<style>
a { background-color: #DC51B0; }
a { background-color: rgb(220,81,176); }
div.DivClassName
{
background-color: #DC51B0;
}
.BgClassName
{
background-color: #DC51B0;
}
</style>
border-color css
<style>
span { border-color: #DC51B0; }
span { border-color: rgb(220,81,176); }
td.TdClassName
{
border-color: #DC51B0;
}
.TagClassName
{
border-color: #DC51B0;
}
</style>