Shades of Fuchsia #DC52BA
Tints of Fuchsia #DC52BA
RGB
CMYK
RGB Variations
Color information
#DC52BA (or 0xDC52BA) is known color: Fuchsia. HEX triplet: DC, 52 and BA. RGB value is (220,82,186). Sum of RGB (Red+Green+Blue) = 220+82+186=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC52BA is #23AD45. Grayscale: #868686. Windows color (decimal): -2338118 or 12210908. OLE color: 12210908.
HSL color Cylindrical-coordinate representation of color #DC52BA: hue angle of 314.78º degrees, saturation: 0.66, 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 #DC52BA is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 186 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.14 |
| HSL | 314.78º | 0.66% | 0.59% | - |
| HSV(B) | 314.78º | 0.63% | 0.86% | - |
| XYZ | 41.4 | 24.8 | 49.06 | - |
| YUV | 135.12 | 156.72 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 186 | 0 | 0.63 | 0.15 | 0.14 | 314.78 | 0.66 | 0.59 |
| Hex | DC | 52 | BA | 0 | 3F | F | E | 13B | 42 | 3B |
| Octal | 334 | 122 | 272 | 0 | 77 | 17 | 16 | 473 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10111010 | 0 | 111111 | 1111 | 1110 | 100111011 | 1000010 | 111011 |
Color Harmonies of #DC52BA
Complementary color
Monochromatic Colors of #DC52BA
Black with #DC52BA
Text Example
Text Example
White with #DC52BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52BA; }
p { color: rgb(220,82,186); }
H1.HeaderClassName
{
color: #DC52BA;
}
.AnyTagClassName
{
color: #DC52BA;
}
</style>
background-color css
<style>
a { background-color: #DC52BA; }
a { background-color: rgb(220,82,186); }
div.DivClassName
{
background-color: #DC52BA;
}
.BgClassName
{
background-color: #DC52BA;
}
</style>
border-color css
<style>
span { border-color: #DC52BA; }
span { border-color: rgb(220,82,186); }
td.TdClassName
{
border-color: #DC52BA;
}
.TagClassName
{
border-color: #DC52BA;
}
</style>