Shades of Fuchsia #D13FCC
Tints of Fuchsia #D13FCC
RGB
CMYK
RGB Variations
Color information
#D13FCC (or 0xD13FCC) is known color: Fuchsia. HEX triplet: D1, 3F and CC. RGB value is (209,63,204). Sum of RGB (Red+Green+Blue) = 209+63+204=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D13FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13FCC is #2EC033. Grayscale: #7A7A7A. Windows color (decimal): -3063860 or 13385681. OLE color: 13385681.
HSL color Cylindrical-coordinate representation of color #D13FCC: hue angle of 302.05º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13FCC is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 63 | 204 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.18 |
| HSL | 302.05º | 0.61% | 0.53% | - |
| HSV(B) | 302.05º | 0.7% | 0.82% | - |
| XYZ | 38.97 | 21.47 | 59.22 | - |
| YUV | 122.73 | 173.87 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 204 | 0 | 0.70 | 0.02 | 0.18 | 302.05 | 0.61 | 0.53 |
| Hex | D1 | 3F | CC | 0 | 46 | 2 | 12 | 12E | 3D | 35 |
| Octal | 321 | 77 | 314 | 0 | 106 | 2 | 22 | 456 | 75 | 65 |
| Binary | 11010001 | 111111 | 11001100 | 0 | 1000110 | 10 | 10010 | 100101110 | 111101 | 110101 |
Color Harmonies of #D13FCC
Complementary color
Monochromatic Colors of #D13FCC
Black with #D13FCC
Text Example
Text Example
White with #D13FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13FCC; }
p { color: rgb(209,63,204); }
H1.HeaderClassName
{
color: #D13FCC;
}
.AnyTagClassName
{
color: #D13FCC;
}
</style>
background-color css
<style>
a { background-color: #D13FCC; }
a { background-color: rgb(209,63,204); }
div.DivClassName
{
background-color: #D13FCC;
}
.BgClassName
{
background-color: #D13FCC;
}
</style>
border-color css
<style>
span { border-color: #D13FCC; }
span { border-color: rgb(209,63,204); }
td.TdClassName
{
border-color: #D13FCC;
}
.TagClassName
{
border-color: #D13FCC;
}
</style>