Shades of Fuchsia #D53FB0
Tints of Fuchsia #D53FB0
RGB
CMYK
RGB Variations
Color information
#D53FB0 (or 0xD53FB0) is known color: Fuchsia. HEX triplet: D5, 3F and B0. RGB value is (213,63,176). Sum of RGB (Red+Green+Blue) = 213+63+176=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53FB0 is #2AC04F. Grayscale: #787878. Windows color (decimal): -2801744 or 11550677. OLE color: 11550677.
HSL color Cylindrical-coordinate representation of color #D53FB0: hue angle of 314.8º 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 #D53FB0 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 176 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.16 |
| HSL | 314.8º | 0.64% | 0.54% | - |
| HSV(B) | 314.8º | 0.7% | 0.84% | - |
| XYZ | 37.05 | 20.84 | 43.14 | - |
| YUV | 120.73 | 159.2 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 176 | 0 | 0.70 | 0.17 | 0.16 | 314.8 | 0.64 | 0.54 |
| Hex | D5 | 3F | B0 | 0 | 46 | 11 | 10 | 13B | 40 | 36 |
| Octal | 325 | 77 | 260 | 0 | 106 | 21 | 20 | 473 | 100 | 66 |
| Binary | 11010101 | 111111 | 10110000 | 0 | 1000110 | 10001 | 10000 | 100111011 | 1000000 | 110110 |
Color Harmonies of #D53FB0
Complementary color
Monochromatic Colors of #D53FB0
Black with #D53FB0
Text Example
Text Example
White with #D53FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53FB0; }
p { color: rgb(213,63,176); }
H1.HeaderClassName
{
color: #D53FB0;
}
.AnyTagClassName
{
color: #D53FB0;
}
</style>
background-color css
<style>
a { background-color: #D53FB0; }
a { background-color: rgb(213,63,176); }
div.DivClassName
{
background-color: #D53FB0;
}
.BgClassName
{
background-color: #D53FB0;
}
</style>
border-color css
<style>
span { border-color: #D53FB0; }
span { border-color: rgb(213,63,176); }
td.TdClassName
{
border-color: #D53FB0;
}
.TagClassName
{
border-color: #D53FB0;
}
</style>