Shades of Fuchsia #D53EC5
Tints of Fuchsia #D53EC5
RGB
CMYK
RGB Variations
Color information
#D53EC5 (or 0xD53EC5) is known color: Fuchsia. HEX triplet: D5, 3E and C5. RGB value is (213,62,197). Sum of RGB (Red+Green+Blue) = 213+62+197=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D53EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53EC5 is #2AC13A. Grayscale: #7A7A7A. Windows color (decimal): -2801979 or 12926677. OLE color: 12926677.
HSL color Cylindrical-coordinate representation of color #D53EC5: hue angle of 306.36º 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 #D53EC5 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 62 | 197 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.16 |
| HSL | 306.36º | 0.64% | 0.54% | - |
| HSV(B) | 306.36º | 0.71% | 0.84% | - |
| XYZ | 39.24 | 21.62 | 54.93 | - |
| YUV | 122.54 | 170.03 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 62 | 197 | 0 | 0.71 | 0.08 | 0.16 | 306.36 | 0.64 | 0.54 |
| Hex | D5 | 3E | C5 | 0 | 47 | 8 | 10 | 132 | 40 | 36 |
| Octal | 325 | 76 | 305 | 0 | 107 | 10 | 20 | 462 | 100 | 66 |
| Binary | 11010101 | 111110 | 11000101 | 0 | 1000111 | 1000 | 10000 | 100110010 | 1000000 | 110110 |
Color Harmonies of #D53EC5
Complementary color
Monochromatic Colors of #D53EC5
Black with #D53EC5
Text Example
Text Example
White with #D53EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53EC5; }
p { color: rgb(213,62,197); }
H1.HeaderClassName
{
color: #D53EC5;
}
.AnyTagClassName
{
color: #D53EC5;
}
</style>
background-color css
<style>
a { background-color: #D53EC5; }
a { background-color: rgb(213,62,197); }
div.DivClassName
{
background-color: #D53EC5;
}
.BgClassName
{
background-color: #D53EC5;
}
</style>
border-color css
<style>
span { border-color: #D53EC5; }
span { border-color: rgb(213,62,197); }
td.TdClassName
{
border-color: #D53EC5;
}
.TagClassName
{
border-color: #D53EC5;
}
</style>