Shades of Fuchsia #DC52B5
Tints of Fuchsia #DC52B5
RGB
CMYK
RGB Variations
Color information
#DC52B5 (or 0xDC52B5) is known color: Fuchsia. HEX triplet: DC, 52 and B5. RGB value is (220,82,181). Sum of RGB (Red+Green+Blue) = 220+82+181=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC52B5 is #23AD4A. Grayscale: #868686. Windows color (decimal): -2338123 or 11883228. OLE color: 11883228.
HSL color Cylindrical-coordinate representation of color #DC52B5: hue angle of 316.96º 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 #DC52B5 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 181 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.14 |
| HSL | 316.96º | 0.66% | 0.59% | - |
| HSV(B) | 316.96º | 0.63% | 0.86% | - |
| XYZ | 40.87 | 24.59 | 46.31 | - |
| YUV | 134.55 | 154.22 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 181 | 0 | 0.63 | 0.18 | 0.14 | 316.96 | 0.66 | 0.59 |
| Hex | DC | 52 | B5 | 0 | 3F | 12 | E | 13D | 42 | 3B |
| Octal | 334 | 122 | 265 | 0 | 77 | 22 | 16 | 475 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10110101 | 0 | 111111 | 10010 | 1110 | 100111101 | 1000010 | 111011 |
Color Harmonies of #DC52B5
Complementary color
Monochromatic Colors of #DC52B5
Black with #DC52B5
Text Example
Text Example
White with #DC52B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52B5; }
p { color: rgb(220,82,181); }
H1.HeaderClassName
{
color: #DC52B5;
}
.AnyTagClassName
{
color: #DC52B5;
}
</style>
background-color css
<style>
a { background-color: #DC52B5; }
a { background-color: rgb(220,82,181); }
div.DivClassName
{
background-color: #DC52B5;
}
.BgClassName
{
background-color: #DC52B5;
}
</style>
border-color css
<style>
span { border-color: #DC52B5; }
span { border-color: rgb(220,82,181); }
td.TdClassName
{
border-color: #DC52B5;
}
.TagClassName
{
border-color: #DC52B5;
}
</style>