Shades of Fuchsia #DC53B2
Tints of Fuchsia #DC53B2
RGB
CMYK
RGB Variations
Color information
#DC53B2 (or 0xDC53B2) is known color: Fuchsia. HEX triplet: DC, 53 and B2. RGB value is (220,83,178). Sum of RGB (Red+Green+Blue) = 220+83+178=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC53B2 is #23AC4D. Grayscale: #868686. Windows color (decimal): -2337870 or 11686876. OLE color: 11686876.
HSL color Cylindrical-coordinate representation of color #DC53B2: hue angle of 318.39º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC53B2 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 178 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.14 |
| HSL | 318.39º | 0.66% | 0.59% | - |
| HSV(B) | 318.39º | 0.62% | 0.86% | - |
| XYZ | 40.64 | 24.62 | 44.73 | - |
| YUV | 134.79 | 152.39 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 178 | 0 | 0.62 | 0.19 | 0.14 | 318.39 | 0.66 | 0.59 |
| Hex | DC | 53 | B2 | 0 | 3E | 13 | E | 13E | 42 | 3B |
| Octal | 334 | 123 | 262 | 0 | 76 | 23 | 16 | 476 | 102 | 73 |
| Binary | 11011100 | 1010011 | 10110010 | 0 | 111110 | 10011 | 1110 | 100111110 | 1000010 | 111011 |
Color Harmonies of #DC53B2
Complementary color
Monochromatic Colors of #DC53B2
Black with #DC53B2
Text Example
Text Example
White with #DC53B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC53B2; }
p { color: rgb(220,83,178); }
H1.HeaderClassName
{
color: #DC53B2;
}
.AnyTagClassName
{
color: #DC53B2;
}
</style>
background-color css
<style>
a { background-color: #DC53B2; }
a { background-color: rgb(220,83,178); }
div.DivClassName
{
background-color: #DC53B2;
}
.BgClassName
{
background-color: #DC53B2;
}
</style>
border-color css
<style>
span { border-color: #DC53B2; }
span { border-color: rgb(220,83,178); }
td.TdClassName
{
border-color: #DC53B2;
}
.TagClassName
{
border-color: #DC53B2;
}
</style>