Shades of Fuchsia #D13EC3
Tints of Fuchsia #D13EC3
RGB
CMYK
RGB Variations
Color information
#D13EC3 (or 0xD13EC3) is known color: Fuchsia. HEX triplet: D1, 3E and C3. RGB value is (209,62,195). Sum of RGB (Red+Green+Blue) = 209+62+195=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D13EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13EC3 is #2EC13C. Grayscale: #787878. Windows color (decimal): -3064125 or 12795601. OLE color: 12795601.
HSL color Cylindrical-coordinate representation of color #D13EC3: hue angle of 305.71º 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 #D13EC3 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 195 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.18 |
| HSL | 305.71º | 0.62% | 0.53% | - |
| HSV(B) | 305.71º | 0.7% | 0.82% | - |
| XYZ | 37.87 | 20.94 | 53.68 | - |
| YUV | 121.12 | 169.7 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 195 | 0 | 0.70 | 0.07 | 0.18 | 305.71 | 0.62 | 0.53 |
| Hex | D1 | 3E | C3 | 0 | 46 | 7 | 12 | 132 | 3E | 35 |
| Octal | 321 | 76 | 303 | 0 | 106 | 7 | 22 | 462 | 76 | 65 |
| Binary | 11010001 | 111110 | 11000011 | 0 | 1000110 | 111 | 10010 | 100110010 | 111110 | 110101 |
Color Harmonies of #D13EC3
Complementary color
Monochromatic Colors of #D13EC3
Black with #D13EC3
Text Example
Text Example
White with #D13EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13EC3; }
p { color: rgb(209,62,195); }
H1.HeaderClassName
{
color: #D13EC3;
}
.AnyTagClassName
{
color: #D13EC3;
}
</style>
background-color css
<style>
a { background-color: #D13EC3; }
a { background-color: rgb(209,62,195); }
div.DivClassName
{
background-color: #D13EC3;
}
.BgClassName
{
background-color: #D13EC3;
}
</style>
border-color css
<style>
span { border-color: #D13EC3; }
span { border-color: rgb(209,62,195); }
td.TdClassName
{
border-color: #D13EC3;
}
.TagClassName
{
border-color: #D13EC3;
}
</style>