#D140AE

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

Shades of Fuchsia #D140AE

Tints of Fuchsia #D140AE

Color information

#D140AE (or 0xD140AE) is unknown color: approx Fuchsia. HEX triplet: D1, 40 and AE. RGB value is (209,64,174). Sum of RGB (Red+Green+Blue) = 209+64+174=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D140AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D140AE is #2EBF51. Grayscale: #777777. Windows color (decimal): -3063634 or 11419857. OLE color: 11419857.

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

Color convert

RGB20964174-
CMYK00.690.170.18
HSL314.48º61.18%53.53%-
HSV(B)314.48º69.38%81.96%-
XYZ35.7720.2842.07-
YUV119.9158.54191.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.76%
GREEN value IS 64 (25.39% from 255) = 14.32%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=46.76%
G=14.32%
B=38.93%

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
Decimal2096417400.690.170.18314.4861.1853.53
HexD140AE045111213a3d36
Octal321100256010521224727566
Binary11010001100000010101110010001011000110010100111010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D140AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D140AE; }

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

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

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

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

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

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

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

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