#D04FD3

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

Shades of Fuchsia #D04FD3

Tints of Fuchsia #D04FD3

Color information

#D04FD3 (or 0xD04FD3) is unknown color: approx Fuchsia. HEX triplet: D0, 4F and D3. RGB value is (208,79,211). Sum of RGB (Red+Green+Blue) = 208+79+211=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 79 (31.25% from 255 or 15.86% from 498); Blue value is 211 (82.81% from 255 or 42.37% from 498); Max value from RGB is 211 - color contains mainly: blue. Hex color #D04FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04FD3 is #2FB02C. Grayscale: #848484. Windows color (decimal): -3125293 or 13848528. OLE color: 13848528.

HSL color Cylindrical-coordinate representation of color #D04FD3: hue angle of 298.64º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04FD3 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20879211-
CMYK0.010.6300.17
HSL298.64º60%56.86%-
HSV(B)298.64º62.56%82.75%-
XYZ40.5723.7164.07-
YUV132.62172.24181.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.77%
GREEN value IS 79 (31.25% from 255) = 15.86%
BLUE value IS 211 (82.81% from 255) = 42.37%
R=41.77%
G=15.86%
B=42.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal208792110.010.6300.17298.646056.86
HexD04FD313F01112b3c39
Octal3201173231770214537471
Binary110100001001111110100111111111010001100101011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04FD3; }

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

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

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

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

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

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

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

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