#D04AAE

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

Shades of Fuchsia #D04AAE

Tints of Fuchsia #D04AAE

Color information

#D04AAE (or 0xD04AAE) is unknown color: approx Fuchsia. HEX triplet: D0, 4A and AE. RGB value is (208,74,174). Sum of RGB (Red+Green+Blue) = 208+74+174=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D04AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04AAE is #2FB551. Grayscale: #7D7D7D. Windows color (decimal): -3126610 or 11422416. OLE color: 11422416.

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

Color convert

RGB20874174-
CMYK00.640.160.18
HSL315.22º58.77%55.29%-
HSV(B)315.22º64.42%81.57%-
XYZ36.121.3642.27-
YUV125.47155.39186.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.61%
GREEN value IS 74 (29.30% from 255) = 16.23%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=45.61%
G=16.23%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087417400.640.160.18315.2258.7755.29
HexD04AAE040101213b3b37
Octal320112256010020224737367
Binary11010000100101010101110010000001000010010100111011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04AAE; }

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

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

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

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

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

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

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

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