Shades of Fuchsia #D04ECE
Tints of Fuchsia #D04ECE
RGB
CMYK
RGB Variations
Color information
#D04ECE (or 0xD04ECE) is known color: Fuchsia. HEX triplet: D0, 4E and CE. RGB value is (208,78,206). Sum of RGB (Red+Green+Blue) = 208+78+206=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D04ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04ECE is #2FB131. Grayscale: #838383. Windows color (decimal): -3125554 or 13520592. OLE color: 13520592.
HSL color Cylindrical-coordinate representation of color #D04ECE: hue angle of 300.92º 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 #D04ECE is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 78 | 206 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.18 |
| HSL | 300.92º | 0.58% | 0.56% | - |
| HSV(B) | 300.92º | 0.63% | 0.82% | - |
| XYZ | 39.88 | 23.31 | 60.79 | - |
| YUV | 131.46 | 170.07 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 206 | 0 | 0.62 | 0.01 | 0.18 | 300.92 | 0.58 | 0.56 |
| Hex | D0 | 4E | CE | 0 | 3E | 1 | 12 | 12D | 3A | 38 |
| Octal | 320 | 116 | 316 | 0 | 76 | 1 | 22 | 455 | 72 | 70 |
| Binary | 11010000 | 1001110 | 11001110 | 0 | 111110 | 1 | 10010 | 100101101 | 111010 | 111000 |
Color Harmonies of #D04ECE
Complementary color
Monochromatic Colors of #D04ECE
Black with #D04ECE
Text Example
Text Example
White with #D04ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04ECE; }
p { color: rgb(208,78,206); }
H1.HeaderClassName
{
color: #D04ECE;
}
.AnyTagClassName
{
color: #D04ECE;
}
</style>
background-color css
<style>
a { background-color: #D04ECE; }
a { background-color: rgb(208,78,206); }
div.DivClassName
{
background-color: #D04ECE;
}
.BgClassName
{
background-color: #D04ECE;
}
</style>
border-color css
<style>
span { border-color: #D04ECE; }
span { border-color: rgb(208,78,206); }
td.TdClassName
{
border-color: #D04ECE;
}
.TagClassName
{
border-color: #D04ECE;
}
</style>