Shades of Fuchsia #DC52B7
Tints of Fuchsia #DC52B7
RGB
CMYK
RGB Variations
Color information
#DC52B7 (or 0xDC52B7) is known color: Fuchsia. HEX triplet: DC, 52 and B7. RGB value is (220,82,183). Sum of RGB (Red+Green+Blue) = 220+82+183=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC52B7 is #23AD48. Grayscale: #868686. Windows color (decimal): -2338121 or 12014300. OLE color: 12014300.
HSL color Cylindrical-coordinate representation of color #DC52B7: hue angle of 316.09º 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 #DC52B7 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 183 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.14 |
| HSL | 316.09º | 0.66% | 0.59% | - |
| HSV(B) | 316.09º | 0.63% | 0.86% | - |
| XYZ | 41.08 | 24.67 | 47.4 | - |
| YUV | 134.78 | 155.22 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 183 | 0 | 0.63 | 0.17 | 0.14 | 316.09 | 0.66 | 0.59 |
| Hex | DC | 52 | B7 | 0 | 3F | 11 | E | 13C | 42 | 3B |
| Octal | 334 | 122 | 267 | 0 | 77 | 21 | 16 | 474 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10110111 | 0 | 111111 | 10001 | 1110 | 100111100 | 1000010 | 111011 |
Color Harmonies of #DC52B7
Complementary color
Monochromatic Colors of #DC52B7
Black with #DC52B7
Text Example
Text Example
White with #DC52B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52B7; }
p { color: rgb(220,82,183); }
H1.HeaderClassName
{
color: #DC52B7;
}
.AnyTagClassName
{
color: #DC52B7;
}
</style>
background-color css
<style>
a { background-color: #DC52B7; }
a { background-color: rgb(220,82,183); }
div.DivClassName
{
background-color: #DC52B7;
}
.BgClassName
{
background-color: #DC52B7;
}
</style>
border-color css
<style>
span { border-color: #DC52B7; }
span { border-color: rgb(220,82,183); }
td.TdClassName
{
border-color: #DC52B7;
}
.TagClassName
{
border-color: #DC52B7;
}
</style>