#D04EBC

Color #D04EBC Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D04EBC

Tints of Fuchsia #D04EBC

Color information

#D04EBC (or 0xD04EBC) is unknown color: approx Fuchsia. HEX triplet: D0, 4E and BC. RGB value is (208,78,188). Sum of RGB (Red+Green+Blue) = 208+78+188=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D04EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04EBC is #2FB143. Grayscale: #818181. Windows color (decimal): -3125572 or 12340944. OLE color: 12340944.

HSL color Cylindrical-coordinate representation of color #D04EBC: hue angle of 309.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 #D04EBC is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB20878188-
CMYK00.620.100.18
HSL309.23º58.04%56.08%-
HSV(B)309.23º62.5%81.57%-
XYZ37.8122.4949.92-
YUV129.41161.07184.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 43.88%
GREEN value IS 78 (30.86% from 255) = 16.46%
BLUE value IS 188 (73.83% from 255) = 39.66%
R=43.88%
G=16.46%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087818800.620.100.18309.2358.0456.08
HexD04EBC03EA121353a38
Octal32011627407612224657270
Binary110100001001110101111000111110101010010100110101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04EBC; }

 p { color: rgb(208,78,188); }

 H1.HeaderClassName
 {
   color: #D04EBC;
 }
 .AnyTagClassName
 {
   color: #D04EBC;
 }
</style>
background-color css

<style>
 a { background-color: #D04EBC; }

 a { background-color: rgb(208,78,188); }

 div.DivClassName
 {
   background-color: #D04EBC;
 }
 .BgClassName
 {
   background-color: #D04EBC;
 }
</style>
border-color css

<style>
 span { border-color: #D04EBC; }

 span { border-color: rgb(208,78,188); }

 td.TdClassName
 {
   border-color: #D04EBC;
 }
 .TagClassName
 {
   border-color: #D04EBC;
 }
</style>