Shades of Fuchsia #D53EC7
Tints of Fuchsia #D53EC7
RGB
CMYK
RGB Variations
Color information
#D53EC7 (or 0xD53EC7) is known color: Fuchsia. HEX triplet: D5, 3E and C7. RGB value is (213,62,199). Sum of RGB (Red+Green+Blue) = 213+62+199=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 62 (24.61% from 255 or 13.08% from 474); Blue value is 199 (78.12% from 255 or 41.98% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D53EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53EC7 is #2AC138. Grayscale: #7A7A7A. Windows color (decimal): -2801977 or 13057749. OLE color: 13057749.
HSL color Cylindrical-coordinate representation of color #D53EC7: hue angle of 305.56º 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 #D53EC7 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 62 | 199 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.16 |
| HSL | 305.56º | 0.64% | 0.54% | - |
| HSV(B) | 305.56º | 0.71% | 0.84% | - |
| XYZ | 39.47 | 21.71 | 56.14 | - |
| YUV | 122.77 | 171.03 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 62 | 199 | 0 | 0.71 | 0.07 | 0.16 | 305.56 | 0.64 | 0.54 |
| Hex | D5 | 3E | C7 | 0 | 47 | 7 | 10 | 132 | 40 | 36 |
| Octal | 325 | 76 | 307 | 0 | 107 | 7 | 20 | 462 | 100 | 66 |
| Binary | 11010101 | 111110 | 11000111 | 0 | 1000111 | 111 | 10000 | 100110010 | 1000000 | 110110 |
Color Harmonies of #D53EC7
Complementary color
Monochromatic Colors of #D53EC7
Black with #D53EC7
Text Example
Text Example
White with #D53EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53EC7; }
p { color: rgb(213,62,199); }
H1.HeaderClassName
{
color: #D53EC7;
}
.AnyTagClassName
{
color: #D53EC7;
}
</style>
background-color css
<style>
a { background-color: #D53EC7; }
a { background-color: rgb(213,62,199); }
div.DivClassName
{
background-color: #D53EC7;
}
.BgClassName
{
background-color: #D53EC7;
}
</style>
border-color css
<style>
span { border-color: #D53EC7; }
span { border-color: rgb(213,62,199); }
td.TdClassName
{
border-color: #D53EC7;
}
.TagClassName
{
border-color: #D53EC7;
}
</style>