#D140AD

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

Shades of Fuchsia #D140AD

Tints of Fuchsia #D140AD

Color information

#D140AD (or 0xD140AD) is unknown color: approx Fuchsia. HEX triplet: D1, 40 and AD. RGB value is (209,64,173). Sum of RGB (Red+Green+Blue) = 209+64+173=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D140AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D140AD is #2EBF52. Grayscale: #777777. Windows color (decimal): -3063635 or 11354321. OLE color: 11354321.

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

Color convert

RGB20964173-
CMYK00.690.170.18
HSL314.9º61.18%53.53%-
HSV(B)314.9º69.38%81.96%-
XYZ35.6720.2441.56-
YUV119.78158.04191.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.86%
GREEN value IS 64 (25.39% from 255) = 14.35%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=46.86%
G=14.35%
B=38.79%

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
Decimal2096417300.690.170.18314.961.1853.53
HexD140AD045111213b3d36
Octal321100255010521224737566
Binary11010001100000010101101010001011000110010100111011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D140AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D140AD; }

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

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

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

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

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

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

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

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