Shades of Fuchsia #D13EC1
Tints of Fuchsia #D13EC1
RGB
CMYK
RGB Variations
Color information
#D13EC1 (or 0xD13EC1) is known color: Fuchsia. HEX triplet: D1, 3E and C1. RGB value is (209,62,193). Sum of RGB (Red+Green+Blue) = 209+62+193=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D13EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13EC1 is #2EC13E. Grayscale: #787878. Windows color (decimal): -3064127 or 12664529. OLE color: 12664529.
HSL color Cylindrical-coordinate representation of color #D13EC1: hue angle of 306.53º degrees, saturation: 0.62, 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 #D13EC1 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 193 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.18 |
| HSL | 306.53º | 0.62% | 0.53% | - |
| HSV(B) | 306.53º | 0.7% | 0.82% | - |
| XYZ | 37.64 | 20.85 | 52.49 | - |
| YUV | 120.89 | 168.7 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 193 | 0 | 0.70 | 0.08 | 0.18 | 306.53 | 0.62 | 0.53 |
| Hex | D1 | 3E | C1 | 0 | 46 | 8 | 12 | 133 | 3E | 35 |
| Octal | 321 | 76 | 301 | 0 | 106 | 10 | 22 | 463 | 76 | 65 |
| Binary | 11010001 | 111110 | 11000001 | 0 | 1000110 | 1000 | 10010 | 100110011 | 111110 | 110101 |
Color Harmonies of #D13EC1
Complementary color
Monochromatic Colors of #D13EC1
Black with #D13EC1
Text Example
Text Example
White with #D13EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13EC1; }
p { color: rgb(209,62,193); }
H1.HeaderClassName
{
color: #D13EC1;
}
.AnyTagClassName
{
color: #D13EC1;
}
</style>
background-color css
<style>
a { background-color: #D13EC1; }
a { background-color: rgb(209,62,193); }
div.DivClassName
{
background-color: #D13EC1;
}
.BgClassName
{
background-color: #D13EC1;
}
</style>
border-color css
<style>
span { border-color: #D13EC1; }
span { border-color: rgb(209,62,193); }
td.TdClassName
{
border-color: #D13EC1;
}
.TagClassName
{
border-color: #D13EC1;
}
</style>