Shades of Fuchsia #D53FC6
Tints of Fuchsia #D53FC6
RGB
CMYK
RGB Variations
Color information
#D53FC6 (or 0xD53FC6) is known color: Fuchsia. HEX triplet: D5, 3F and C6. RGB value is (213,63,198). Sum of RGB (Red+Green+Blue) = 213+63+198=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FC6 is #2AC039. Grayscale: #7A7A7A. Windows color (decimal): -2801722 or 12992469. OLE color: 12992469.
HSL color Cylindrical-coordinate representation of color #D53FC6: hue angle of 306º 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 #D53FC6 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 198 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.16 |
| HSL | 306º | 0.64% | 0.54% | - |
| HSV(B) | 306º | 0.7% | 0.84% | - |
| XYZ | 39.41 | 21.78 | 55.55 | - |
| YUV | 123.24 | 170.2 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 198 | 0 | 0.70 | 0.07 | 0.16 | 306 | 0.64 | 0.54 |
| Hex | D5 | 3F | C6 | 0 | 46 | 7 | 10 | 132 | 40 | 36 |
| Octal | 325 | 77 | 306 | 0 | 106 | 7 | 20 | 462 | 100 | 66 |
| Binary | 11010101 | 111111 | 11000110 | 0 | 1000110 | 111 | 10000 | 100110010 | 1000000 | 110110 |
Color Harmonies of #D53FC6
Complementary color
Monochromatic Colors of #D53FC6
Black with #D53FC6
Text Example
Text Example
White with #D53FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53FC6; }
p { color: rgb(213,63,198); }
H1.HeaderClassName
{
color: #D53FC6;
}
.AnyTagClassName
{
color: #D53FC6;
}
</style>
background-color css
<style>
a { background-color: #D53FC6; }
a { background-color: rgb(213,63,198); }
div.DivClassName
{
background-color: #D53FC6;
}
.BgClassName
{
background-color: #D53FC6;
}
</style>
border-color css
<style>
span { border-color: #D53FC6; }
span { border-color: rgb(213,63,198); }
td.TdClassName
{
border-color: #D53FC6;
}
.TagClassName
{
border-color: #D53FC6;
}
</style>