Shades of Fuchsia #D53FCE
Tints of Fuchsia #D53FCE
RGB
CMYK
RGB Variations
Color information
#D53FCE (or 0xD53FCE) is known color: Fuchsia. HEX triplet: D5, 3F and CE. RGB value is (213,63,206). Sum of RGB (Red+Green+Blue) = 213+63+206=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FCE is #2AC031. Grayscale: #7B7B7B. Windows color (decimal): -2801714 or 13516757. OLE color: 13516757.
HSL color Cylindrical-coordinate representation of color #D53FCE: hue angle of 302.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 #D53FCE is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 206 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.16 |
| HSL | 302.8º | 0.64% | 0.54% | - |
| HSV(B) | 302.8º | 0.7% | 0.84% | - |
| XYZ | 40.36 | 22.16 | 60.54 | - |
| YUV | 124.15 | 174.2 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 206 | 0 | 0.70 | 0.03 | 0.16 | 302.8 | 0.64 | 0.54 |
| Hex | D5 | 3F | CE | 0 | 46 | 3 | 10 | 12F | 40 | 36 |
| Octal | 325 | 77 | 316 | 0 | 106 | 3 | 20 | 457 | 100 | 66 |
| Binary | 11010101 | 111111 | 11001110 | 0 | 1000110 | 11 | 10000 | 100101111 | 1000000 | 110110 |
Color Harmonies of #D53FCE
Complementary color
Monochromatic Colors of #D53FCE
Black with #D53FCE
Text Example
Text Example
White with #D53FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53FCE; }
p { color: rgb(213,63,206); }
H1.HeaderClassName
{
color: #D53FCE;
}
.AnyTagClassName
{
color: #D53FCE;
}
</style>
background-color css
<style>
a { background-color: #D53FCE; }
a { background-color: rgb(213,63,206); }
div.DivClassName
{
background-color: #D53FCE;
}
.BgClassName
{
background-color: #D53FCE;
}
</style>
border-color css
<style>
span { border-color: #D53FCE; }
span { border-color: rgb(213,63,206); }
td.TdClassName
{
border-color: #D53FCE;
}
.TagClassName
{
border-color: #D53FCE;
}
</style>