Shades of Fuchsia #D04ECA
Tints of Fuchsia #D04ECA
RGB
CMYK
RGB Variations
Color information
#D04ECA (or 0xD04ECA) is known color: Fuchsia. HEX triplet: D0, 4E and CA. RGB value is (208,78,202). Sum of RGB (Red+Green+Blue) = 208+78+202=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D04ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04ECA is #2FB135. Grayscale: #828282. Windows color (decimal): -3125558 or 13258448. OLE color: 13258448.
HSL color Cylindrical-coordinate representation of color #D04ECA: hue angle of 302.77º 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 #D04ECA is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 78 | 202 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.18 |
| HSL | 302.77º | 0.58% | 0.56% | - |
| HSV(B) | 302.77º | 0.63% | 0.82% | - |
| XYZ | 39.4 | 23.12 | 58.26 | - |
| YUV | 131.01 | 168.07 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 202 | 0 | 0.62 | 0.03 | 0.18 | 302.77 | 0.58 | 0.56 |
| Hex | D0 | 4E | CA | 0 | 3E | 3 | 12 | 12F | 3A | 38 |
| Octal | 320 | 116 | 312 | 0 | 76 | 3 | 22 | 457 | 72 | 70 |
| Binary | 11010000 | 1001110 | 11001010 | 0 | 111110 | 11 | 10010 | 100101111 | 111010 | 111000 |
Color Harmonies of #D04ECA
Complementary color
Monochromatic Colors of #D04ECA
Black with #D04ECA
Text Example
Text Example
White with #D04ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04ECA; }
p { color: rgb(208,78,202); }
H1.HeaderClassName
{
color: #D04ECA;
}
.AnyTagClassName
{
color: #D04ECA;
}
</style>
background-color css
<style>
a { background-color: #D04ECA; }
a { background-color: rgb(208,78,202); }
div.DivClassName
{
background-color: #D04ECA;
}
.BgClassName
{
background-color: #D04ECA;
}
</style>
border-color css
<style>
span { border-color: #D04ECA; }
span { border-color: rgb(208,78,202); }
td.TdClassName
{
border-color: #D04ECA;
}
.TagClassName
{
border-color: #D04ECA;
}
</style>