Shades of Fuchsia #DC52B1
Tints of Fuchsia #DC52B1
RGB
CMYK
RGB Variations
Color information
#DC52B1 (or 0xDC52B1) is known color: Fuchsia. HEX triplet: DC, 52 and B1. RGB value is (220,82,177). Sum of RGB (Red+Green+Blue) = 220+82+177=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC52B1 is #23AD4E. Grayscale: #858585. Windows color (decimal): -2338127 or 11621084. OLE color: 11621084.
HSL color Cylindrical-coordinate representation of color #DC52B1: hue angle of 318.7º 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 #DC52B1 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 177 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.14 |
| HSL | 318.7º | 0.66% | 0.59% | - |
| HSV(B) | 318.7º | 0.63% | 0.86% | - |
| XYZ | 40.47 | 24.42 | 44.18 | - |
| YUV | 134.09 | 152.22 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 177 | 0 | 0.63 | 0.20 | 0.14 | 318.7 | 0.66 | 0.59 |
| Hex | DC | 52 | B1 | 0 | 3F | 14 | E | 13F | 42 | 3B |
| Octal | 334 | 122 | 261 | 0 | 77 | 24 | 16 | 477 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10110001 | 0 | 111111 | 10100 | 1110 | 100111111 | 1000010 | 111011 |
Color Harmonies of #DC52B1
Complementary color
Monochromatic Colors of #DC52B1
Black with #DC52B1
Text Example
Text Example
White with #DC52B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52B1; }
p { color: rgb(220,82,177); }
H1.HeaderClassName
{
color: #DC52B1;
}
.AnyTagClassName
{
color: #DC52B1;
}
</style>
background-color css
<style>
a { background-color: #DC52B1; }
a { background-color: rgb(220,82,177); }
div.DivClassName
{
background-color: #DC52B1;
}
.BgClassName
{
background-color: #DC52B1;
}
</style>
border-color css
<style>
span { border-color: #DC52B1; }
span { border-color: rgb(220,82,177); }
td.TdClassName
{
border-color: #DC52B1;
}
.TagClassName
{
border-color: #DC52B1;
}
</style>