#D341AE

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

Shades of Fuchsia #D341AE

Tints of Fuchsia #D341AE

Color information

#D341AE (or 0xD341AE) is unknown color: approx Fuchsia. HEX triplet: D3, 41 and AE. RGB value is (211,65,174). Sum of RGB (Red+Green+Blue) = 211+65+174=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D341AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D341AE is #2CBE51. Grayscale: #787878. Windows color (decimal): -2932306 or 11420115. OLE color: 11420115.

HSL color Cylindrical-coordinate representation of color #D341AE: hue angle of 315.21º degrees, saturation: 0.62, 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 #D341AE is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB21165174-
CMYK00.690.180.17
HSL315.21º62.39%54.12%-
HSV(B)315.21º69.19%82.75%-
XYZ36.3920.6942.12-
YUV121.08157.87192.14-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.89%
GREEN value IS 65 (25.78% from 255) = 14.44%
BLUE value IS 174 (68.36% from 255) = 38.67%
R=46.89%
G=14.44%
B=38.67%

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
Decimal2116517400.690.180.17315.2162.3954.12
HexD341AE045121113b3e36
Octal323101256010522214737666
Binary11010011100000110101110010001011001010001100111011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D341AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D341AE; }

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

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

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

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

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

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

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

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