Shades of Fuchsia #D03EC1
Tints of Fuchsia #D03EC1
RGB
CMYK
RGB Variations
Color information
#D03EC1 (or 0xD03EC1) is known color: Fuchsia. HEX triplet: D0, 3E and C1. RGB value is (208,62,193). Sum of RGB (Red+Green+Blue) = 208+62+193=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D03EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03EC1 is #2FC13E. Grayscale: #787878. Windows color (decimal): -3129663 or 12664528. OLE color: 12664528.
HSL color Cylindrical-coordinate representation of color #D03EC1: hue angle of 306.16º degrees, saturation: 0.61, 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 #D03EC1 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 62 | 193 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.18 |
| HSL | 306.16º | 0.61% | 0.53% | - |
| HSV(B) | 306.16º | 0.7% | 0.82% | - |
| XYZ | 37.36 | 20.71 | 52.48 | - |
| YUV | 120.59 | 168.87 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 62 | 193 | 0 | 0.70 | 0.07 | 0.18 | 306.16 | 0.61 | 0.53 |
| Hex | D0 | 3E | C1 | 0 | 46 | 7 | 12 | 132 | 3D | 35 |
| Octal | 320 | 76 | 301 | 0 | 106 | 7 | 22 | 462 | 75 | 65 |
| Binary | 11010000 | 111110 | 11000001 | 0 | 1000110 | 111 | 10010 | 100110010 | 111101 | 110101 |
Color Harmonies of #D03EC1
Complementary color
Monochromatic Colors of #D03EC1
Black with #D03EC1
Text Example
Text Example
White with #D03EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03EC1; }
p { color: rgb(208,62,193); }
H1.HeaderClassName
{
color: #D03EC1;
}
.AnyTagClassName
{
color: #D03EC1;
}
</style>
background-color css
<style>
a { background-color: #D03EC1; }
a { background-color: rgb(208,62,193); }
div.DivClassName
{
background-color: #D03EC1;
}
.BgClassName
{
background-color: #D03EC1;
}
</style>
border-color css
<style>
span { border-color: #D03EC1; }
span { border-color: rgb(208,62,193); }
td.TdClassName
{
border-color: #D03EC1;
}
.TagClassName
{
border-color: #D03EC1;
}
</style>