Shades of Fuchsia #D04EC9
Tints of Fuchsia #D04EC9
RGB
CMYK
RGB Variations
Color information
#D04EC9 (or 0xD04EC9) is known color: Fuchsia. HEX triplet: D0, 4E and C9. RGB value is (208,78,201). Sum of RGB (Red+Green+Blue) = 208+78+201=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D04EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04EC9 is #2FB136. Grayscale: #828282. Windows color (decimal): -3125559 or 13192912. OLE color: 13192912.
HSL color Cylindrical-coordinate representation of color #D04EC9: hue angle of 303.23º 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 #D04EC9 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 78 | 201 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.18 |
| HSL | 303.23º | 0.58% | 0.56% | - |
| HSV(B) | 303.23º | 0.63% | 0.82% | - |
| XYZ | 39.28 | 23.08 | 57.64 | - |
| YUV | 130.89 | 167.57 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 201 | 0 | 0.62 | 0.03 | 0.18 | 303.23 | 0.58 | 0.56 |
| Hex | D0 | 4E | C9 | 0 | 3E | 3 | 12 | 12F | 3A | 38 |
| Octal | 320 | 116 | 311 | 0 | 76 | 3 | 22 | 457 | 72 | 70 |
| Binary | 11010000 | 1001110 | 11001001 | 0 | 111110 | 11 | 10010 | 100101111 | 111010 | 111000 |
Color Harmonies of #D04EC9
Complementary color
Monochromatic Colors of #D04EC9
Black with #D04EC9
Text Example
Text Example
White with #D04EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04EC9; }
p { color: rgb(208,78,201); }
H1.HeaderClassName
{
color: #D04EC9;
}
.AnyTagClassName
{
color: #D04EC9;
}
</style>
background-color css
<style>
a { background-color: #D04EC9; }
a { background-color: rgb(208,78,201); }
div.DivClassName
{
background-color: #D04EC9;
}
.BgClassName
{
background-color: #D04EC9;
}
</style>
border-color css
<style>
span { border-color: #D04EC9; }
span { border-color: rgb(208,78,201); }
td.TdClassName
{
border-color: #D04EC9;
}
.TagClassName
{
border-color: #D04EC9;
}
</style>