#D141AE

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

Shades of Fuchsia #D141AE

Tints of Fuchsia #D141AE

Color information

#D141AE (or 0xD141AE) is unknown color: approx Fuchsia. HEX triplet: D1, 41 and AE. RGB value is (209,65,174). Sum of RGB (Red+Green+Blue) = 209+65+174=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D141AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D141AE is #2EBE51. Grayscale: #787878. Windows color (decimal): -3063378 or 11420113. OLE color: 11420113.

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

Color convert

RGB20965174-
CMYK00.690.170.18
HSL314.58º61.02%53.73%-
HSV(B)314.58º68.9%81.96%-
XYZ35.8220.3942.09-
YUV120.48158.21191.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.65%
GREEN value IS 65 (25.78% from 255) = 14.51%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=46.65%
G=14.51%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096517400.690.170.18314.5861.0253.73
HexD141AE045111213b3d36
Octal321101256010521224737566
Binary11010001100000110101110010001011000110010100111011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D141AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D141AE; }

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

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

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

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

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

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

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

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