Shades of Fuchsia #D53EC9
Tints of Fuchsia #D53EC9
RGB
CMYK
RGB Variations
Color information
#D53EC9 (or 0xD53EC9) is known color: Fuchsia. HEX triplet: D5, 3E and C9. RGB value is (213,62,201). Sum of RGB (Red+Green+Blue) = 213+62+201=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 62 (24.61% from 255 or 13.03% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D53EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53EC9 is #2AC136. Grayscale: #7A7A7A. Windows color (decimal): -2801975 or 13188821. OLE color: 13188821.
HSL color Cylindrical-coordinate representation of color #D53EC9: hue angle of 304.77º 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 #D53EC9 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 62 | 201 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.16 |
| HSL | 304.77º | 0.64% | 0.54% | - |
| HSV(B) | 304.77º | 0.71% | 0.84% | - |
| XYZ | 39.71 | 21.81 | 57.38 | - |
| YUV | 123 | 172.03 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 62 | 201 | 0 | 0.71 | 0.06 | 0.16 | 304.77 | 0.64 | 0.54 |
| Hex | D5 | 3E | C9 | 0 | 47 | 6 | 10 | 131 | 40 | 36 |
| Octal | 325 | 76 | 311 | 0 | 107 | 6 | 20 | 461 | 100 | 66 |
| Binary | 11010101 | 111110 | 11001001 | 0 | 1000111 | 110 | 10000 | 100110001 | 1000000 | 110110 |
Color Harmonies of #D53EC9
Complementary color
Monochromatic Colors of #D53EC9
Black with #D53EC9
Text Example
Text Example
White with #D53EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53EC9; }
p { color: rgb(213,62,201); }
H1.HeaderClassName
{
color: #D53EC9;
}
.AnyTagClassName
{
color: #D53EC9;
}
</style>
background-color css
<style>
a { background-color: #D53EC9; }
a { background-color: rgb(213,62,201); }
div.DivClassName
{
background-color: #D53EC9;
}
.BgClassName
{
background-color: #D53EC9;
}
</style>
border-color css
<style>
span { border-color: #D53EC9; }
span { border-color: rgb(213,62,201); }
td.TdClassName
{
border-color: #D53EC9;
}
.TagClassName
{
border-color: #D53EC9;
}
</style>