#D04EB8

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

Shades of Fuchsia #D04EB8

Tints of Fuchsia #D04EB8

Color information

#D04EB8 (or 0xD04EB8) is unknown color: approx Fuchsia. HEX triplet: D0, 4E and B8. RGB value is (208,78,184). Sum of RGB (Red+Green+Blue) = 208+78+184=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 184 (72.27% from 255 or 39.15% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D04EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04EB8 is #2FB147. Grayscale: #808080. Windows color (decimal): -3125576 or 12078800. OLE color: 12078800.

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

Color convert

RGB20878184-
CMYK00.620.120.18
HSL311.08º58.04%56.08%-
HSV(B)311.08º62.5%81.57%-
XYZ37.3922.3247.68-
YUV128.95159.07184.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.26%
GREEN value IS 78 (30.86% from 255) = 16.60%
BLUE value IS 184 (72.27% from 255) = 39.15%
R=44.26%
G=16.60%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087818400.620.120.18311.0858.0456.08
HexD04EB803EC121373a38
Octal32011627007614224677270
Binary110100001001110101110000111110110010010100110111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04EB8; }

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

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

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

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

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

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

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

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