Shades of Fuchsia #D13FCD
Tints of Fuchsia #D13FCD
RGB
CMYK
RGB Variations
Color information
#D13FCD (or 0xD13FCD) is known color: Fuchsia. HEX triplet: D1, 3F and CD. RGB value is (209,63,205). Sum of RGB (Red+Green+Blue) = 209+63+205=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D13FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13FCD is #2EC032. Grayscale: #7A7A7A. Windows color (decimal): -3063859 or 13451217. OLE color: 13451217.
HSL color Cylindrical-coordinate representation of color #D13FCD: hue angle of 301.64º 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 #D13FCD is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 63 | 205 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.18 |
| HSL | 301.64º | 0.61% | 0.53% | - |
| HSV(B) | 301.64º | 0.7% | 0.82% | - |
| XYZ | 39.09 | 21.52 | 59.85 | - |
| YUV | 122.84 | 174.37 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 205 | 0 | 0.70 | 0.02 | 0.18 | 301.64 | 0.61 | 0.53 |
| Hex | D1 | 3F | CD | 0 | 46 | 2 | 12 | 12E | 3D | 35 |
| Octal | 321 | 77 | 315 | 0 | 106 | 2 | 22 | 456 | 75 | 65 |
| Binary | 11010001 | 111111 | 11001101 | 0 | 1000110 | 10 | 10010 | 100101110 | 111101 | 110101 |
Color Harmonies of #D13FCD
Complementary color
Monochromatic Colors of #D13FCD
Black with #D13FCD
Text Example
Text Example
White with #D13FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13FCD; }
p { color: rgb(209,63,205); }
H1.HeaderClassName
{
color: #D13FCD;
}
.AnyTagClassName
{
color: #D13FCD;
}
</style>
background-color css
<style>
a { background-color: #D13FCD; }
a { background-color: rgb(209,63,205); }
div.DivClassName
{
background-color: #D13FCD;
}
.BgClassName
{
background-color: #D13FCD;
}
</style>
border-color css
<style>
span { border-color: #D13FCD; }
span { border-color: rgb(209,63,205); }
td.TdClassName
{
border-color: #D13FCD;
}
.TagClassName
{
border-color: #D13FCD;
}
</style>