Shades of Fuchsia #DC51B3
Tints of Fuchsia #DC51B3
RGB
CMYK
RGB Variations
Color information
#DC51B3 (or 0xDC51B3) is known color: Fuchsia. HEX triplet: DC, 51 and B3. RGB value is (220,81,179). Sum of RGB (Red+Green+Blue) = 220+81+179=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC51B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC51B3 is #23AE4C. Grayscale: #858585. Windows color (decimal): -2338381 or 11751900. OLE color: 11751900.
HSL color Cylindrical-coordinate representation of color #DC51B3: hue angle of 317.7º 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 #DC51B3 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 179 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.14 |
| HSL | 317.7º | 0.67% | 0.59% | - |
| HSV(B) | 317.7º | 0.63% | 0.86% | - |
| XYZ | 40.59 | 24.36 | 45.21 | - |
| YUV | 133.73 | 153.55 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 179 | 0 | 0.63 | 0.19 | 0.14 | 317.7 | 0.67 | 0.59 |
| Hex | DC | 51 | B3 | 0 | 3F | 13 | E | 13E | 43 | 3B |
| Octal | 334 | 121 | 263 | 0 | 77 | 23 | 16 | 476 | 103 | 73 |
| Binary | 11011100 | 1010001 | 10110011 | 0 | 111111 | 10011 | 1110 | 100111110 | 1000011 | 111011 |
Color Harmonies of #DC51B3
Complementary color
Monochromatic Colors of #DC51B3
Black with #DC51B3
Text Example
Text Example
White with #DC51B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC51B3; }
p { color: rgb(220,81,179); }
H1.HeaderClassName
{
color: #DC51B3;
}
.AnyTagClassName
{
color: #DC51B3;
}
</style>
background-color css
<style>
a { background-color: #DC51B3; }
a { background-color: rgb(220,81,179); }
div.DivClassName
{
background-color: #DC51B3;
}
.BgClassName
{
background-color: #DC51B3;
}
</style>
border-color css
<style>
span { border-color: #DC51B3; }
span { border-color: rgb(220,81,179); }
td.TdClassName
{
border-color: #DC51B3;
}
.TagClassName
{
border-color: #DC51B3;
}
</style>