#D44AAE

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

Shades of Fuchsia #D44AAE

Tints of Fuchsia #D44AAE

Color information

#D44AAE (or 0xD44AAE) is unknown color: approx Fuchsia. HEX triplet: D4, 4A and AE. RGB value is (212,74,174). Sum of RGB (Red+Green+Blue) = 212+74+174=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D44AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44AAE is #2BB551. Grayscale: #7E7E7E. Windows color (decimal): -2864466 or 11422420. OLE color: 11422420.

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

Color convert

RGB21274174-
CMYK00.650.180.17
HSL316.52º61.61%56.08%-
HSV(B)316.52º65.09%83.14%-
XYZ37.2421.9542.32-
YUV126.66154.72188.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.09%
GREEN value IS 74 (29.30% from 255) = 16.09%
BLUE value IS 174 (68.36% from 255) = 37.83%
R=46.09%
G=16.09%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127417400.650.180.17316.5261.6156.08
HexD44AAE041121113d3e38
Octal324112256010122214757670
Binary11010100100101010101110010000011001010001100111101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44AAE; }

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

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

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

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

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

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

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

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