Shades of Fuchsia #D04EC3
Tints of Fuchsia #D04EC3
RGB
CMYK
RGB Variations
Color information
#D04EC3 (or 0xD04EC3) is known color: Fuchsia. HEX triplet: D0, 4E and C3. RGB value is (208,78,195). Sum of RGB (Red+Green+Blue) = 208+78+195=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D04EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04EC3 is #2FB13C. Grayscale: #818181. Windows color (decimal): -3125565 or 12799696. OLE color: 12799696.
HSL color Cylindrical-coordinate representation of color #D04EC3: hue angle of 306º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D04EC3 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 78 | 195 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.18 |
| HSL | 306º | 0.58% | 0.56% | - |
| HSV(B) | 306º | 0.63% | 0.82% | - |
| XYZ | 38.59 | 22.8 | 54 | - |
| YUV | 130.21 | 164.57 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 195 | 0 | 0.62 | 0.06 | 0.18 | 306 | 0.58 | 0.56 |
| Hex | D0 | 4E | C3 | 0 | 3E | 6 | 12 | 132 | 3A | 38 |
| Octal | 320 | 116 | 303 | 0 | 76 | 6 | 22 | 462 | 72 | 70 |
| Binary | 11010000 | 1001110 | 11000011 | 0 | 111110 | 110 | 10010 | 100110010 | 111010 | 111000 |
Color Harmonies of #D04EC3
Complementary color
Monochromatic Colors of #D04EC3
Black with #D04EC3
Text Example
Text Example
White with #D04EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04EC3; }
p { color: rgb(208,78,195); }
H1.HeaderClassName
{
color: #D04EC3;
}
.AnyTagClassName
{
color: #D04EC3;
}
</style>
background-color css
<style>
a { background-color: #D04EC3; }
a { background-color: rgb(208,78,195); }
div.DivClassName
{
background-color: #D04EC3;
}
.BgClassName
{
background-color: #D04EC3;
}
</style>
border-color css
<style>
span { border-color: #D04EC3; }
span { border-color: rgb(208,78,195); }
td.TdClassName
{
border-color: #D04EC3;
}
.TagClassName
{
border-color: #D04EC3;
}
</style>