Shades of Fuchsia #D53AC0
Tints of Fuchsia #D53AC0
RGB
CMYK
RGB Variations
Color information
#D53AC0 (or 0xD53AC0) is known color: Fuchsia. HEX triplet: D5, 3A and C0. RGB value is (213,58,192). Sum of RGB (Red+Green+Blue) = 213+58+192=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D53AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53AC0 is #2AC53F. Grayscale: #777777. Windows color (decimal): -2803008 or 12597973. OLE color: 12597973.
HSL color Cylindrical-coordinate representation of color #D53AC0: hue angle of 308.13º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53AC0 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 58 | 192 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.16 |
| HSL | 308.13º | 0.65% | 0.53% | - |
| HSV(B) | 308.13º | 0.73% | 0.84% | - |
| XYZ | 38.47 | 20.98 | 51.89 | - |
| YUV | 119.62 | 168.85 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 58 | 192 | 0 | 0.73 | 0.10 | 0.16 | 308.13 | 0.65 | 0.53 |
| Hex | D5 | 3A | C0 | 0 | 49 | A | 10 | 134 | 41 | 35 |
| Octal | 325 | 72 | 300 | 0 | 111 | 12 | 20 | 464 | 101 | 65 |
| Binary | 11010101 | 111010 | 11000000 | 0 | 1001001 | 1010 | 10000 | 100110100 | 1000001 | 110101 |
Color Harmonies of #D53AC0
Complementary color
Monochromatic Colors of #D53AC0
Black with #D53AC0
Text Example
Text Example
White with #D53AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53AC0; }
p { color: rgb(213,58,192); }
H1.HeaderClassName
{
color: #D53AC0;
}
.AnyTagClassName
{
color: #D53AC0;
}
</style>
background-color css
<style>
a { background-color: #D53AC0; }
a { background-color: rgb(213,58,192); }
div.DivClassName
{
background-color: #D53AC0;
}
.BgClassName
{
background-color: #D53AC0;
}
</style>
border-color css
<style>
span { border-color: #D53AC0; }
span { border-color: rgb(213,58,192); }
td.TdClassName
{
border-color: #D53AC0;
}
.TagClassName
{
border-color: #D53AC0;
}
</style>