#D441AE

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

Shades of Fuchsia #D441AE

Tints of Fuchsia #D441AE

Color information

#D441AE (or 0xD441AE) is unknown color: approx Fuchsia. HEX triplet: D4, 41 and AE. RGB value is (212,65,174). Sum of RGB (Red+Green+Blue) = 212+65+174=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D441AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D441AE is #2BBE51. Grayscale: #797979. Windows color (decimal): -2866770 or 11420116. OLE color: 11420116.

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

Color convert

RGB21265174-
CMYK00.690.180.17
HSL315.51º63.09%54.31%-
HSV(B)315.51º69.34%83.14%-
XYZ36.6820.8342.13-
YUV121.38157.7192.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.01%
GREEN value IS 65 (25.78% from 255) = 14.41%
BLUE value IS 174 (68.36% from 255) = 38.58%
R=47.01%
G=14.41%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126517400.690.180.17315.5163.0954.31
HexD441AE045121113c3f36
Octal324101256010522214747766
Binary11010100100000110101110010001011001010001100111100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D441AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D441AE; }

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

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

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

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

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

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

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

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