Shades of Fuchsia #D13ECF
Tints of Fuchsia #D13ECF
RGB
CMYK
RGB Variations
Color information
#D13ECF (or 0xD13ECF) is known color: Fuchsia. HEX triplet: D1, 3E and CF. RGB value is (209,62,207). Sum of RGB (Red+Green+Blue) = 209+62+207=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 62 (24.61% from 255 or 12.97% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D13ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13ECF is #2EC130. Grayscale: #7A7A7A. Windows color (decimal): -3064113 or 13582033. OLE color: 13582033.
HSL color Cylindrical-coordinate representation of color #D13ECF: hue angle of 300.82º 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 #D13ECF is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 207 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.18 |
| HSL | 300.82º | 0.62% | 0.53% | - |
| HSV(B) | 300.82º | 0.7% | 0.82% | - |
| XYZ | 39.28 | 21.51 | 61.11 | - |
| YUV | 122.48 | 175.7 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 207 | 0 | 0.70 | 0.01 | 0.18 | 300.82 | 0.62 | 0.53 |
| Hex | D1 | 3E | CF | 0 | 46 | 1 | 12 | 12D | 3E | 35 |
| Octal | 321 | 76 | 317 | 0 | 106 | 1 | 22 | 455 | 76 | 65 |
| Binary | 11010001 | 111110 | 11001111 | 0 | 1000110 | 1 | 10010 | 100101101 | 111110 | 110101 |
Color Harmonies of #D13ECF
Complementary color
Monochromatic Colors of #D13ECF
Black with #D13ECF
Text Example
Text Example
White with #D13ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13ECF; }
p { color: rgb(209,62,207); }
H1.HeaderClassName
{
color: #D13ECF;
}
.AnyTagClassName
{
color: #D13ECF;
}
</style>
background-color css
<style>
a { background-color: #D13ECF; }
a { background-color: rgb(209,62,207); }
div.DivClassName
{
background-color: #D13ECF;
}
.BgClassName
{
background-color: #D13ECF;
}
</style>
border-color css
<style>
span { border-color: #D13ECF; }
span { border-color: rgb(209,62,207); }
td.TdClassName
{
border-color: #D13ECF;
}
.TagClassName
{
border-color: #D13ECF;
}
</style>