Shades of Fuchsia #DC51B8
Tints of Fuchsia #DC51B8
RGB
CMYK
RGB Variations
Color information
#DC51B8 (or 0xDC51B8) is known color: Fuchsia. HEX triplet: DC, 51 and B8. RGB value is (220,81,184). Sum of RGB (Red+Green+Blue) = 220+81+184=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC51B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC51B8 is #23AE47. Grayscale: #868686. Windows color (decimal): -2338376 or 12079580. OLE color: 12079580.
HSL color Cylindrical-coordinate representation of color #DC51B8: hue angle of 315.54º 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 #DC51B8 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 184 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.14 |
| HSL | 315.54º | 0.67% | 0.59% | - |
| HSV(B) | 315.54º | 0.63% | 0.86% | - |
| XYZ | 41.11 | 24.56 | 47.92 | - |
| YUV | 134.3 | 156.05 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 184 | 0 | 0.63 | 0.16 | 0.14 | 315.54 | 0.67 | 0.59 |
| Hex | DC | 51 | B8 | 0 | 3F | 10 | E | 13C | 43 | 3B |
| Octal | 334 | 121 | 270 | 0 | 77 | 20 | 16 | 474 | 103 | 73 |
| Binary | 11011100 | 1010001 | 10111000 | 0 | 111111 | 10000 | 1110 | 100111100 | 1000011 | 111011 |
Color Harmonies of #DC51B8
Complementary color
Monochromatic Colors of #DC51B8
Black with #DC51B8
Text Example
Text Example
White with #DC51B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC51B8; }
p { color: rgb(220,81,184); }
H1.HeaderClassName
{
color: #DC51B8;
}
.AnyTagClassName
{
color: #DC51B8;
}
</style>
background-color css
<style>
a { background-color: #DC51B8; }
a { background-color: rgb(220,81,184); }
div.DivClassName
{
background-color: #DC51B8;
}
.BgClassName
{
background-color: #DC51B8;
}
</style>
border-color css
<style>
span { border-color: #DC51B8; }
span { border-color: rgb(220,81,184); }
td.TdClassName
{
border-color: #DC51B8;
}
.TagClassName
{
border-color: #DC51B8;
}
</style>