Shades of Fuchsia #DC52B3
Tints of Fuchsia #DC52B3
RGB
CMYK
RGB Variations
Color information
#DC52B3 (or 0xDC52B3) is known color: Fuchsia. HEX triplet: DC, 52 and B3. RGB value is (220,82,179). Sum of RGB (Red+Green+Blue) = 220+82+179=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC52B3 is #23AD4C. Grayscale: #868686. Windows color (decimal): -2338125 or 11752156. OLE color: 11752156.
HSL color Cylindrical-coordinate representation of color #DC52B3: hue angle of 317.83º 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 #DC52B3 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 179 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.14 |
| HSL | 317.83º | 0.66% | 0.59% | - |
| HSV(B) | 317.83º | 0.63% | 0.86% | - |
| XYZ | 40.67 | 24.5 | 45.23 | - |
| YUV | 134.32 | 153.22 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 179 | 0 | 0.63 | 0.19 | 0.14 | 317.83 | 0.66 | 0.59 |
| Hex | DC | 52 | B3 | 0 | 3F | 13 | E | 13E | 42 | 3B |
| Octal | 334 | 122 | 263 | 0 | 77 | 23 | 16 | 476 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10110011 | 0 | 111111 | 10011 | 1110 | 100111110 | 1000010 | 111011 |
Color Harmonies of #DC52B3
Complementary color
Monochromatic Colors of #DC52B3
Black with #DC52B3
Text Example
Text Example
White with #DC52B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52B3; }
p { color: rgb(220,82,179); }
H1.HeaderClassName
{
color: #DC52B3;
}
.AnyTagClassName
{
color: #DC52B3;
}
</style>
background-color css
<style>
a { background-color: #DC52B3; }
a { background-color: rgb(220,82,179); }
div.DivClassName
{
background-color: #DC52B3;
}
.BgClassName
{
background-color: #DC52B3;
}
</style>
border-color css
<style>
span { border-color: #DC52B3; }
span { border-color: rgb(220,82,179); }
td.TdClassName
{
border-color: #DC52B3;
}
.TagClassName
{
border-color: #DC52B3;
}
</style>