Shades of Fuchsia #D13ECE
Tints of Fuchsia #D13ECE
RGB
CMYK
RGB Variations
Color information
#D13ECE (or 0xD13ECE) is known color: Fuchsia. HEX triplet: D1, 3E and CE. RGB value is (209,62,206). Sum of RGB (Red+Green+Blue) = 209+62+206=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 62 (24.61% from 255 or 13.00% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D13ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13ECE is #2EC131. Grayscale: #797979. Windows color (decimal): -3064114 or 13516497. OLE color: 13516497.
HSL color Cylindrical-coordinate representation of color #D13ECE: hue angle of 301.22º 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 #D13ECE is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 206 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.18 |
| HSL | 301.22º | 0.62% | 0.53% | - |
| HSV(B) | 301.22º | 0.7% | 0.82% | - |
| XYZ | 39.16 | 21.46 | 60.47 | - |
| YUV | 122.37 | 175.2 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 206 | 0 | 0.70 | 0.01 | 0.18 | 301.22 | 0.62 | 0.53 |
| Hex | D1 | 3E | CE | 0 | 46 | 1 | 12 | 12D | 3E | 35 |
| Octal | 321 | 76 | 316 | 0 | 106 | 1 | 22 | 455 | 76 | 65 |
| Binary | 11010001 | 111110 | 11001110 | 0 | 1000110 | 1 | 10010 | 100101101 | 111110 | 110101 |
Color Harmonies of #D13ECE
Complementary color
Monochromatic Colors of #D13ECE
Black with #D13ECE
Text Example
Text Example
White with #D13ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13ECE; }
p { color: rgb(209,62,206); }
H1.HeaderClassName
{
color: #D13ECE;
}
.AnyTagClassName
{
color: #D13ECE;
}
</style>
background-color css
<style>
a { background-color: #D13ECE; }
a { background-color: rgb(209,62,206); }
div.DivClassName
{
background-color: #D13ECE;
}
.BgClassName
{
background-color: #D13ECE;
}
</style>
border-color css
<style>
span { border-color: #D13ECE; }
span { border-color: rgb(209,62,206); }
td.TdClassName
{
border-color: #D13ECE;
}
.TagClassName
{
border-color: #D13ECE;
}
</style>