#D04AD2

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

Shades of Fuchsia #D04AD2

Tints of Fuchsia #D04AD2

Color information

#D04AD2 (or 0xD04AD2) is unknown color: approx Fuchsia. HEX triplet: D0, 4A and D2. RGB value is (208,74,210). Sum of RGB (Red+Green+Blue) = 208+74+210=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 210 - color contains mainly: blue. Hex color #D04AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04AD2 is #2FB52D. Grayscale: #818181. Windows color (decimal): -3126574 or 13781712. OLE color: 13781712.

HSL color Cylindrical-coordinate representation of color #D04AD2: hue angle of 299.12º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04AD2 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20874210-
CMYK0.010.6500.18
HSL299.12º60.18%55.69%-
HSV(B)299.12º64.76%82.35%-
XYZ40.0922.9663.29-
YUV129.57173.39183.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.28%
GREEN value IS 74 (29.30% from 255) = 15.04%
BLUE value IS 210 (82.42% from 255) = 42.68%
R=42.28%
G=15.04%
B=42.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208742100.010.6500.18299.1260.1855.69
HexD04AD214101212b3c38
Octal32011232211010224537470
Binary1101000010010101101001011000001010010100101011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04AD2; }

 p { color: rgb(208,74,210); }

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

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

 a { background-color: rgb(208,74,210); }

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

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

 span { border-color: rgb(208,74,210); }

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