Shades of Fuchsia #D13EC7
Tints of Fuchsia #D13EC7
RGB
CMYK
RGB Variations
Color information
#D13EC7 (or 0xD13EC7) is known color: Fuchsia. HEX triplet: D1, 3E and C7. RGB value is (209,62,199). Sum of RGB (Red+Green+Blue) = 209+62+199=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 62 (24.61% from 255 or 13.19% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D13EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13EC7 is #2EC138. Grayscale: #797979. Windows color (decimal): -3064121 or 13057745. OLE color: 13057745.
HSL color Cylindrical-coordinate representation of color #D13EC7: hue angle of 304.08º 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 #D13EC7 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 199 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.18 |
| HSL | 304.08º | 0.62% | 0.53% | - |
| HSV(B) | 304.08º | 0.7% | 0.82% | - |
| XYZ | 38.33 | 21.12 | 56.09 | - |
| YUV | 121.57 | 171.7 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 199 | 0 | 0.70 | 0.05 | 0.18 | 304.08 | 0.62 | 0.53 |
| Hex | D1 | 3E | C7 | 0 | 46 | 5 | 12 | 130 | 3E | 35 |
| Octal | 321 | 76 | 307 | 0 | 106 | 5 | 22 | 460 | 76 | 65 |
| Binary | 11010001 | 111110 | 11000111 | 0 | 1000110 | 101 | 10010 | 100110000 | 111110 | 110101 |
Color Harmonies of #D13EC7
Complementary color
Monochromatic Colors of #D13EC7
Black with #D13EC7
Text Example
Text Example
White with #D13EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13EC7; }
p { color: rgb(209,62,199); }
H1.HeaderClassName
{
color: #D13EC7;
}
.AnyTagClassName
{
color: #D13EC7;
}
</style>
background-color css
<style>
a { background-color: #D13EC7; }
a { background-color: rgb(209,62,199); }
div.DivClassName
{
background-color: #D13EC7;
}
.BgClassName
{
background-color: #D13EC7;
}
</style>
border-color css
<style>
span { border-color: #D13EC7; }
span { border-color: rgb(209,62,199); }
td.TdClassName
{
border-color: #D13EC7;
}
.TagClassName
{
border-color: #D13EC7;
}
</style>