#D044AE

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

Shades of Fuchsia #D044AE

Tints of Fuchsia #D044AE

Color information

#D044AE (or 0xD044AE) is unknown color: approx Fuchsia. HEX triplet: D0, 44 and AE. RGB value is (208,68,174). Sum of RGB (Red+Green+Blue) = 208+68+174=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D044AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D044AE is #2FBB51. Grayscale: #797979. Windows color (decimal): -3128146 or 11420880. OLE color: 11420880.

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

Color convert

RGB20868174-
CMYK00.670.160.18
HSL314.57º59.83%54.12%-
HSV(B)314.57º67.31%81.57%-
XYZ35.7220.642.14-
YUV121.94157.38189.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.22%
GREEN value IS 68 (26.95% from 255) = 15.11%
BLUE value IS 174 (68.36% from 255) = 38.67%
R=46.22%
G=15.11%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086817400.670.160.18314.5759.8354.12
HexD044AE043101213b3c36
Octal320104256010320224737466
Binary11010000100010010101110010000111000010010100111011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D044AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D044AE; }

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

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

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

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

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

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

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

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