Shades of Fuchsia #D53FCD
Tints of Fuchsia #D53FCD
RGB
CMYK
RGB Variations
Color information
#D53FCD (or 0xD53FCD) is known color: Fuchsia. HEX triplet: D5, 3F and CD. RGB value is (213,63,205). Sum of RGB (Red+Green+Blue) = 213+63+205=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FCD is #2AC032. Grayscale: #7B7B7B. Windows color (decimal): -2801715 or 13451221. OLE color: 13451221.
HSL color Cylindrical-coordinate representation of color #D53FCD: hue angle of 303.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53FCD is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 205 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.16 |
| HSL | 303.2º | 0.64% | 0.54% | - |
| HSV(B) | 303.2º | 0.7% | 0.84% | - |
| XYZ | 40.24 | 22.11 | 59.9 | - |
| YUV | 124.04 | 173.7 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 205 | 0 | 0.70 | 0.04 | 0.16 | 303.2 | 0.64 | 0.54 |
| Hex | D5 | 3F | CD | 0 | 46 | 4 | 10 | 12F | 40 | 36 |
| Octal | 325 | 77 | 315 | 0 | 106 | 4 | 20 | 457 | 100 | 66 |
| Binary | 11010101 | 111111 | 11001101 | 0 | 1000110 | 100 | 10000 | 100101111 | 1000000 | 110110 |
Color Harmonies of #D53FCD
Complementary color
Monochromatic Colors of #D53FCD
Black with #D53FCD
Text Example
Text Example
White with #D53FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53FCD; }
p { color: rgb(213,63,205); }
H1.HeaderClassName
{
color: #D53FCD;
}
.AnyTagClassName
{
color: #D53FCD;
}
</style>
background-color css
<style>
a { background-color: #D53FCD; }
a { background-color: rgb(213,63,205); }
div.DivClassName
{
background-color: #D53FCD;
}
.BgClassName
{
background-color: #D53FCD;
}
</style>
border-color css
<style>
span { border-color: #D53FCD; }
span { border-color: rgb(213,63,205); }
td.TdClassName
{
border-color: #D53FCD;
}
.TagClassName
{
border-color: #D53FCD;
}
</style>