Shades of Fuchsia #D53FC0
Tints of Fuchsia #D53FC0
RGB
CMYK
RGB Variations
Color information
#D53FC0 (or 0xD53FC0) is known color: Fuchsia. HEX triplet: D5, 3F and C0. RGB value is (213,63,192). Sum of RGB (Red+Green+Blue) = 213+63+192=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FC0 is #2AC03F. Grayscale: #7A7A7A. Windows color (decimal): -2801728 or 12599253. OLE color: 12599253.
HSL color Cylindrical-coordinate representation of color #D53FC0: hue angle of 308.4º 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 #D53FC0 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 192 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.16 |
| HSL | 308.4º | 0.64% | 0.54% | - |
| HSV(B) | 308.4º | 0.7% | 0.84% | - |
| XYZ | 38.73 | 21.51 | 51.98 | - |
| YUV | 122.56 | 167.2 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 192 | 0 | 0.70 | 0.10 | 0.16 | 308.4 | 0.64 | 0.54 |
| Hex | D5 | 3F | C0 | 0 | 46 | A | 10 | 134 | 40 | 36 |
| Octal | 325 | 77 | 300 | 0 | 106 | 12 | 20 | 464 | 100 | 66 |
| Binary | 11010101 | 111111 | 11000000 | 0 | 1000110 | 1010 | 10000 | 100110100 | 1000000 | 110110 |
Color Harmonies of #D53FC0
Complementary color
Monochromatic Colors of #D53FC0
Black with #D53FC0
Text Example
Text Example
White with #D53FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53FC0; }
p { color: rgb(213,63,192); }
H1.HeaderClassName
{
color: #D53FC0;
}
.AnyTagClassName
{
color: #D53FC0;
}
</style>
background-color css
<style>
a { background-color: #D53FC0; }
a { background-color: rgb(213,63,192); }
div.DivClassName
{
background-color: #D53FC0;
}
.BgClassName
{
background-color: #D53FC0;
}
</style>
border-color css
<style>
span { border-color: #D53FC0; }
span { border-color: rgb(213,63,192); }
td.TdClassName
{
border-color: #D53FC0;
}
.TagClassName
{
border-color: #D53FC0;
}
</style>