Shades of Fuchsia #D04EBA
Tints of Fuchsia #D04EBA
RGB
CMYK
RGB Variations
Color information
#D04EBA (or 0xD04EBA) is known color: Fuchsia. HEX triplet: D0, 4E and BA. RGB value is (208,78,186). Sum of RGB (Red+Green+Blue) = 208+78+186=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D04EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04EBA is #2FB145. Grayscale: #808080. Windows color (decimal): -3125574 or 12209872. OLE color: 12209872.
HSL color Cylindrical-coordinate representation of color #D04EBA: hue angle of 310.15º 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 #D04EBA is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 78 | 186 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.18 |
| HSL | 310.15º | 0.58% | 0.56% | - |
| HSV(B) | 310.15º | 0.63% | 0.82% | - |
| XYZ | 37.6 | 22.4 | 48.8 | - |
| YUV | 129.18 | 160.07 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 186 | 0 | 0.62 | 0.11 | 0.18 | 310.15 | 0.58 | 0.56 |
| Hex | D0 | 4E | BA | 0 | 3E | B | 12 | 136 | 3A | 38 |
| Octal | 320 | 116 | 272 | 0 | 76 | 13 | 22 | 466 | 72 | 70 |
| Binary | 11010000 | 1001110 | 10111010 | 0 | 111110 | 1011 | 10010 | 100110110 | 111010 | 111000 |
Color Harmonies of #D04EBA
Complementary color
Monochromatic Colors of #D04EBA
Black with #D04EBA
Text Example
Text Example
White with #D04EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04EBA; }
p { color: rgb(208,78,186); }
H1.HeaderClassName
{
color: #D04EBA;
}
.AnyTagClassName
{
color: #D04EBA;
}
</style>
background-color css
<style>
a { background-color: #D04EBA; }
a { background-color: rgb(208,78,186); }
div.DivClassName
{
background-color: #D04EBA;
}
.BgClassName
{
background-color: #D04EBA;
}
</style>
border-color css
<style>
span { border-color: #D04EBA; }
span { border-color: rgb(208,78,186); }
td.TdClassName
{
border-color: #D04EBA;
}
.TagClassName
{
border-color: #D04EBA;
}
</style>