#D04FC8

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

Shades of Fuchsia #D04FC8

Tints of Fuchsia #D04FC8

Color information

#D04FC8 (or 0xD04FC8) is unknown color: approx Fuchsia. HEX triplet: D0, 4F and C8. RGB value is (208,79,200). Sum of RGB (Red+Green+Blue) = 208+79+200=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 200 (78.52% from 255 or 41.07% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D04FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04FC8 is #2FB037. Grayscale: #838383. Windows color (decimal): -3125304 or 13127632. OLE color: 13127632.

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

Color convert

RGB20879200-
CMYK00.620.040.18
HSL303.72º57.85%56.27%-
HSV(B)303.72º62.02%81.57%-
XYZ39.2323.1757.05-
YUV131.36166.74182.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.71%
GREEN value IS 79 (31.25% from 255) = 16.22%
BLUE value IS 200 (78.52% from 255) = 41.07%
R=42.71%
G=16.22%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087920000.620.040.18303.7257.8556.27
HexD04FC803E4121303a38
Octal3201173100764224607270
Binary11010000100111111001000011111010010010100110000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04FC8; }

 p { color: rgb(208,79,200); }

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

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

 a { background-color: rgb(208,79,200); }

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

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

 span { border-color: rgb(208,79,200); }

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