Shades of Fuchsia #DC53B8
Tints of Fuchsia #DC53B8
RGB
CMYK
RGB Variations
Color information
#DC53B8 (or 0xDC53B8) is known color: Fuchsia. HEX triplet: DC, 53 and B8. RGB value is (220,83,184). Sum of RGB (Red+Green+Blue) = 220+83+184=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 83 (32.81% from 255 or 17.04% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC53B8 is #23AC47. Grayscale: #878787. Windows color (decimal): -2337864 or 12080092. OLE color: 12080092.
HSL color Cylindrical-coordinate representation of color #DC53B8: hue angle of 315.77º 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 #DC53B8 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 184 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.14 |
| HSL | 315.77º | 0.66% | 0.59% | - |
| HSV(B) | 315.77º | 0.62% | 0.86% | - |
| XYZ | 41.26 | 24.86 | 47.97 | - |
| YUV | 135.48 | 155.39 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 184 | 0 | 0.62 | 0.16 | 0.14 | 315.77 | 0.66 | 0.59 |
| Hex | DC | 53 | B8 | 0 | 3E | 10 | E | 13C | 42 | 3B |
| Octal | 334 | 123 | 270 | 0 | 76 | 20 | 16 | 474 | 102 | 73 |
| Binary | 11011100 | 1010011 | 10111000 | 0 | 111110 | 10000 | 1110 | 100111100 | 1000010 | 111011 |
Color Harmonies of #DC53B8
Complementary color
Monochromatic Colors of #DC53B8
Black with #DC53B8
Text Example
Text Example
White with #DC53B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC53B8; }
p { color: rgb(220,83,184); }
H1.HeaderClassName
{
color: #DC53B8;
}
.AnyTagClassName
{
color: #DC53B8;
}
</style>
background-color css
<style>
a { background-color: #DC53B8; }
a { background-color: rgb(220,83,184); }
div.DivClassName
{
background-color: #DC53B8;
}
.BgClassName
{
background-color: #DC53B8;
}
</style>
border-color css
<style>
span { border-color: #DC53B8; }
span { border-color: rgb(220,83,184); }
td.TdClassName
{
border-color: #DC53B8;
}
.TagClassName
{
border-color: #DC53B8;
}
</style>