#D140AC

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

Shades of Fuchsia #D140AC

Tints of Fuchsia #D140AC

Color information

#D140AC (or 0xD140AC) is unknown color: approx Fuchsia. HEX triplet: D1, 40 and AC. RGB value is (209,64,172). Sum of RGB (Red+Green+Blue) = 209+64+172=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D140AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D140AC is #2EBF53. Grayscale: #777777. Windows color (decimal): -3063636 or 11288785. OLE color: 11288785.

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

Color convert

RGB20964172-
CMYK00.690.180.18
HSL315.31º61.18%53.53%-
HSV(B)315.31º69.38%81.96%-
XYZ35.5720.241.05-
YUV119.67157.54191.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.97%
GREEN value IS 64 (25.39% from 255) = 14.38%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=46.97%
G=14.38%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096417200.690.180.18315.3161.1853.53
HexD140AC045121213b3d36
Octal321100254010522224737566
Binary11010001100000010101100010001011001010010100111011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D140AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D140AC; }

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

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

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

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

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

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

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

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