Shades of Fuchsia #D53EC0
Tints of Fuchsia #D53EC0
RGB
CMYK
RGB Variations
Color information
#D53EC0 (or 0xD53EC0) is known color: Fuchsia. HEX triplet: D5, 3E and C0. RGB value is (213,62,192). Sum of RGB (Red+Green+Blue) = 213+62+192=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D53EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53EC0 is #2AC13F. Grayscale: #797979. Windows color (decimal): -2801984 or 12598997. OLE color: 12598997.
HSL color Cylindrical-coordinate representation of color #D53EC0: hue angle of 308.34º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53EC0 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 62 | 192 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.16 |
| HSL | 308.34º | 0.64% | 0.54% | - |
| HSV(B) | 308.34º | 0.71% | 0.84% | - |
| XYZ | 38.68 | 21.4 | 51.96 | - |
| YUV | 121.97 | 167.53 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 62 | 192 | 0 | 0.71 | 0.10 | 0.16 | 308.34 | 0.64 | 0.54 |
| Hex | D5 | 3E | C0 | 0 | 47 | A | 10 | 134 | 40 | 36 |
| Octal | 325 | 76 | 300 | 0 | 107 | 12 | 20 | 464 | 100 | 66 |
| Binary | 11010101 | 111110 | 11000000 | 0 | 1000111 | 1010 | 10000 | 100110100 | 1000000 | 110110 |
Color Harmonies of #D53EC0
Complementary color
Monochromatic Colors of #D53EC0
Black with #D53EC0
Text Example
Text Example
White with #D53EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53EC0; }
p { color: rgb(213,62,192); }
H1.HeaderClassName
{
color: #D53EC0;
}
.AnyTagClassName
{
color: #D53EC0;
}
</style>
background-color css
<style>
a { background-color: #D53EC0; }
a { background-color: rgb(213,62,192); }
div.DivClassName
{
background-color: #D53EC0;
}
.BgClassName
{
background-color: #D53EC0;
}
</style>
border-color css
<style>
span { border-color: #D53EC0; }
span { border-color: rgb(213,62,192); }
td.TdClassName
{
border-color: #D53EC0;
}
.TagClassName
{
border-color: #D53EC0;
}
</style>