#D160AE

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

Shades of Fuchsia #D160AE

Tints of Fuchsia #D160AE

Color information

#D160AE (or 0xD160AE) is unknown color: approx Fuchsia. HEX triplet: D1, 60 and AE. RGB value is (209,96,174). Sum of RGB (Red+Green+Blue) = 209+96+174=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D160AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D160AE is #2E9F51. Grayscale: #8A8A8A. Windows color (decimal): -3055442 or 11428049. OLE color: 11428049.

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

Color convert

RGB20996174-
CMYK00.540.170.18
HSL318.58º55.12%59.8%-
HSV(B)318.58º54.07%81.96%-
XYZ38.1224.9842.86-
YUV138.68147.94178.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.63%
GREEN value IS 96 (37.89% from 255) = 20.04%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=43.63%
G=20.04%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099617400.540.170.18318.5855.1259.8
HexD160AE036111213f373c
Octal32114025606621224776774
Binary1101000111000001010111001101101000110010100111111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D160AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D160AE; }

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

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

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

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

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

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

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

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