#D04AB3

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

Shades of Fuchsia #D04AB3

Tints of Fuchsia #D04AB3

Color information

#D04AB3 (or 0xD04AB3) is unknown color: approx Fuchsia. HEX triplet: D0, 4A and B3. RGB value is (208,74,179). Sum of RGB (Red+Green+Blue) = 208+74+179=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D04AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04AB3 is #2FB54C. Grayscale: #7D7D7D. Windows color (decimal): -3126605 or 11750096. OLE color: 11750096.

HSL color Cylindrical-coordinate representation of color #D04AB3: hue angle of 312.99º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04AB3 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB20874179-
CMYK00.640.140.18
HSL312.99º58.77%55.29%-
HSV(B)312.99º64.42%81.57%-
XYZ36.621.5644.88-
YUV126.04157.89186.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.12%
GREEN value IS 74 (29.30% from 255) = 16.05%
BLUE value IS 179 (70.31% from 255) = 38.83%
R=45.12%
G=16.05%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087417900.640.140.18312.9958.7755.29
HexD04AB3040E121393b37
Octal320112263010016224717367
Binary1101000010010101011001101000000111010010100111001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04AB3; }

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

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

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

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

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

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

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

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