#D04FC9

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

Shades of Fuchsia #D04FC9

Tints of Fuchsia #D04FC9

Color information

#D04FC9 (or 0xD04FC9) is unknown color: approx Fuchsia. HEX triplet: D0, 4F and C9. RGB value is (208,79,201). Sum of RGB (Red+Green+Blue) = 208+79+201=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D04FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04FC9 is #2FB036. Grayscale: #838383. Windows color (decimal): -3125303 or 13193168. OLE color: 13193168.

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

Color convert

RGB20879201-
CMYK00.620.030.18
HSL303.26º57.85%56.27%-
HSV(B)303.26º62.02%81.57%-
XYZ39.3523.2257.67-
YUV131.48167.24182.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.62%
GREEN value IS 79 (31.25% from 255) = 16.19%
BLUE value IS 201 (78.91% from 255) = 41.19%
R=42.62%
G=16.19%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087920100.620.030.18303.2657.8556.27
HexD04FC903E31212f3a38
Octal3201173110763224577270
Binary1101000010011111100100101111101110010100101111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04FC9; }

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

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

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

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

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

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

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

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