Shades of Fuchsia #D04EAF
Tints of Fuchsia #D04EAF
RGB
CMYK
RGB Variations
Color information
#D04EAF (or 0xD04EAF) is known color: Fuchsia. HEX triplet: D0, 4E and AF. RGB value is (208,78,175). Sum of RGB (Red+Green+Blue) = 208+78+175=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D04EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04EAF is #2FB150. Grayscale: #7F7F7F. Windows color (decimal): -3125585 or 11488976. OLE color: 11488976.
HSL color Cylindrical-coordinate representation of color #D04EAF: hue angle of 315.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 #D04EAF is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 78 | 175 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.18 |
| HSL | 315.23º | 0.58% | 0.56% | - |
| HSV(B) | 315.23º | 0.63% | 0.82% | - |
| XYZ | 36.47 | 21.95 | 42.87 | - |
| YUV | 127.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 175 | 0 | 0.62 | 0.16 | 0.18 | 315.23 | 0.58 | 0.56 |
| Hex | D0 | 4E | AF | 0 | 3E | 10 | 12 | 13B | 3A | 38 |
| Octal | 320 | 116 | 257 | 0 | 76 | 20 | 22 | 473 | 72 | 70 |
| Binary | 11010000 | 1001110 | 10101111 | 0 | 111110 | 10000 | 10010 | 100111011 | 111010 | 111000 |
Color Harmonies of #D04EAF
Complementary color
Monochromatic Colors of #D04EAF
Black with #D04EAF
Text Example
Text Example
White with #D04EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04EAF; }
p { color: rgb(208,78,175); }
H1.HeaderClassName
{
color: #D04EAF;
}
.AnyTagClassName
{
color: #D04EAF;
}
</style>
background-color css
<style>
a { background-color: #D04EAF; }
a { background-color: rgb(208,78,175); }
div.DivClassName
{
background-color: #D04EAF;
}
.BgClassName
{
background-color: #D04EAF;
}
</style>
border-color css
<style>
span { border-color: #D04EAF; }
span { border-color: rgb(208,78,175); }
td.TdClassName
{
border-color: #D04EAF;
}
.TagClassName
{
border-color: #D04EAF;
}
</style>