Shades of Fuchsia #DC52B8
Tints of Fuchsia #DC52B8
RGB
CMYK
RGB Variations
Color information
#DC52B8 (or 0xDC52B8) is known color: Fuchsia. HEX triplet: DC, 52 and B8. RGB value is (220,82,184). Sum of RGB (Red+Green+Blue) = 220+82+184=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC52B8 is #23AD47. Grayscale: #868686. Windows color (decimal): -2338120 or 12079836. OLE color: 12079836.
HSL color Cylindrical-coordinate representation of color #DC52B8: hue angle of 315.65º 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 #DC52B8 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 184 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.14 |
| HSL | 315.65º | 0.66% | 0.59% | - |
| HSV(B) | 315.65º | 0.63% | 0.86% | - |
| XYZ | 41.18 | 24.71 | 47.95 | - |
| YUV | 134.89 | 155.72 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 184 | 0 | 0.63 | 0.16 | 0.14 | 315.65 | 0.66 | 0.59 |
| Hex | DC | 52 | B8 | 0 | 3F | 10 | E | 13C | 42 | 3B |
| Octal | 334 | 122 | 270 | 0 | 77 | 20 | 16 | 474 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10111000 | 0 | 111111 | 10000 | 1110 | 100111100 | 1000010 | 111011 |
Color Harmonies of #DC52B8
Complementary color
Monochromatic Colors of #DC52B8
Black with #DC52B8
Text Example
Text Example
White with #DC52B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52B8; }
p { color: rgb(220,82,184); }
H1.HeaderClassName
{
color: #DC52B8;
}
.AnyTagClassName
{
color: #DC52B8;
}
</style>
background-color css
<style>
a { background-color: #DC52B8; }
a { background-color: rgb(220,82,184); }
div.DivClassName
{
background-color: #DC52B8;
}
.BgClassName
{
background-color: #DC52B8;
}
</style>
border-color css
<style>
span { border-color: #DC52B8; }
span { border-color: rgb(220,82,184); }
td.TdClassName
{
border-color: #DC52B8;
}
.TagClassName
{
border-color: #DC52B8;
}
</style>