Shades of Fuchsia #D53EC8
Tints of Fuchsia #D53EC8
RGB
CMYK
RGB Variations
Color information
#D53EC8 (or 0xD53EC8) is known color: Fuchsia. HEX triplet: D5, 3E and C8. RGB value is (213,62,200). Sum of RGB (Red+Green+Blue) = 213+62+200=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 62 (24.61% from 255 or 13.05% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D53EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53EC8 is #2AC137. Grayscale: #7A7A7A. Windows color (decimal): -2801976 or 13123285. OLE color: 13123285.
HSL color Cylindrical-coordinate representation of color #D53EC8: hue angle of 305.17º 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 #D53EC8 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 62 | 200 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.16 |
| HSL | 305.17º | 0.64% | 0.54% | - |
| HSV(B) | 305.17º | 0.71% | 0.84% | - |
| XYZ | 39.59 | 21.76 | 56.76 | - |
| YUV | 122.88 | 171.53 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 62 | 200 | 0 | 0.71 | 0.06 | 0.16 | 305.17 | 0.64 | 0.54 |
| Hex | D5 | 3E | C8 | 0 | 47 | 6 | 10 | 131 | 40 | 36 |
| Octal | 325 | 76 | 310 | 0 | 107 | 6 | 20 | 461 | 100 | 66 |
| Binary | 11010101 | 111110 | 11001000 | 0 | 1000111 | 110 | 10000 | 100110001 | 1000000 | 110110 |
Color Harmonies of #D53EC8
Complementary color
Monochromatic Colors of #D53EC8
Black with #D53EC8
Text Example
Text Example
White with #D53EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53EC8; }
p { color: rgb(213,62,200); }
H1.HeaderClassName
{
color: #D53EC8;
}
.AnyTagClassName
{
color: #D53EC8;
}
</style>
background-color css
<style>
a { background-color: #D53EC8; }
a { background-color: rgb(213,62,200); }
div.DivClassName
{
background-color: #D53EC8;
}
.BgClassName
{
background-color: #D53EC8;
}
</style>
border-color css
<style>
span { border-color: #D53EC8; }
span { border-color: rgb(213,62,200); }
td.TdClassName
{
border-color: #D53EC8;
}
.TagClassName
{
border-color: #D53EC8;
}
</style>