Shades of Fuchsia #DC53B3
Tints of Fuchsia #DC53B3
RGB
CMYK
RGB Variations
Color information
#DC53B3 (or 0xDC53B3) is known color: Fuchsia. HEX triplet: DC, 53 and B3. RGB value is (220,83,179). Sum of RGB (Red+Green+Blue) = 220+83+179=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC53B3 is #23AC4C. Grayscale: #868686. Windows color (decimal): -2337869 or 11752412. OLE color: 11752412.
HSL color Cylindrical-coordinate representation of color #DC53B3: hue angle of 317.96º 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 #DC53B3 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 179 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.14 |
| HSL | 317.96º | 0.66% | 0.59% | - |
| HSV(B) | 317.96º | 0.62% | 0.86% | - |
| XYZ | 40.75 | 24.66 | 45.26 | - |
| YUV | 134.91 | 152.89 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 179 | 0 | 0.62 | 0.19 | 0.14 | 317.96 | 0.66 | 0.59 |
| Hex | DC | 53 | B3 | 0 | 3E | 13 | E | 13E | 42 | 3B |
| Octal | 334 | 123 | 263 | 0 | 76 | 23 | 16 | 476 | 102 | 73 |
| Binary | 11011100 | 1010011 | 10110011 | 0 | 111110 | 10011 | 1110 | 100111110 | 1000010 | 111011 |
Color Harmonies of #DC53B3
Complementary color
Monochromatic Colors of #DC53B3
Black with #DC53B3
Text Example
Text Example
White with #DC53B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC53B3; }
p { color: rgb(220,83,179); }
H1.HeaderClassName
{
color: #DC53B3;
}
.AnyTagClassName
{
color: #DC53B3;
}
</style>
background-color css
<style>
a { background-color: #DC53B3; }
a { background-color: rgb(220,83,179); }
div.DivClassName
{
background-color: #DC53B3;
}
.BgClassName
{
background-color: #DC53B3;
}
</style>
border-color css
<style>
span { border-color: #DC53B3; }
span { border-color: rgb(220,83,179); }
td.TdClassName
{
border-color: #DC53B3;
}
.TagClassName
{
border-color: #DC53B3;
}
</style>