Shades of Fuchsia #DC51BA
Tints of Fuchsia #DC51BA
RGB
CMYK
RGB Variations
Color information
#DC51BA (or 0xDC51BA) is known color: Fuchsia. HEX triplet: DC, 51 and BA. RGB value is (220,81,186). Sum of RGB (Red+Green+Blue) = 220+81+186=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC51BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC51BA is #23AE45. Grayscale: #868686. Windows color (decimal): -2338374 or 12210652. OLE color: 12210652.
HSL color Cylindrical-coordinate representation of color #DC51BA: hue angle of 314.68º 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 #DC51BA is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 186 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.14 |
| HSL | 314.68º | 0.67% | 0.59% | - |
| HSV(B) | 314.68º | 0.63% | 0.86% | - |
| XYZ | 41.32 | 24.65 | 49.03 | - |
| YUV | 134.53 | 157.05 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 186 | 0 | 0.63 | 0.15 | 0.14 | 314.68 | 0.67 | 0.59 |
| Hex | DC | 51 | BA | 0 | 3F | F | E | 13B | 43 | 3B |
| Octal | 334 | 121 | 272 | 0 | 77 | 17 | 16 | 473 | 103 | 73 |
| Binary | 11011100 | 1010001 | 10111010 | 0 | 111111 | 1111 | 1110 | 100111011 | 1000011 | 111011 |
Color Harmonies of #DC51BA
Complementary color
Monochromatic Colors of #DC51BA
Black with #DC51BA
Text Example
Text Example
White with #DC51BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC51BA; }
p { color: rgb(220,81,186); }
H1.HeaderClassName
{
color: #DC51BA;
}
.AnyTagClassName
{
color: #DC51BA;
}
</style>
background-color css
<style>
a { background-color: #DC51BA; }
a { background-color: rgb(220,81,186); }
div.DivClassName
{
background-color: #DC51BA;
}
.BgClassName
{
background-color: #DC51BA;
}
</style>
border-color css
<style>
span { border-color: #DC51BA; }
span { border-color: rgb(220,81,186); }
td.TdClassName
{
border-color: #DC51BA;
}
.TagClassName
{
border-color: #DC51BA;
}
</style>