#D840AE

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

Shades of Fuchsia #D840AE

Tints of Fuchsia #D840AE

Color information

#D840AE (or 0xD840AE) is unknown color: approx Fuchsia. HEX triplet: D8, 40 and AE. RGB value is (216,64,174). Sum of RGB (Red+Green+Blue) = 216+64+174=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D840AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D840AE is #27BF51. Grayscale: #797979. Windows color (decimal): -2604882 or 11419864. OLE color: 11419864.

HSL color Cylindrical-coordinate representation of color #D840AE: hue angle of 316.58º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D840AE is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB21664174-
CMYK00.700.190.15
HSL316.58º66.09%54.9%-
HSV(B)316.58º70.37%84.71%-
XYZ37.7921.3242.17-
YUV121.99157.36195.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.58%
GREEN value IS 64 (25.39% from 255) = 14.10%
BLUE value IS 174 (68.36% from 255) = 38.33%
R=47.58%
G=14.10%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166417400.700.190.15316.5866.0954.9
HexD840AE04613F13d4237
Octal3301002560106231747510267
Binary11011000100000010101110010001101001111111001111011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D840AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D840AE; }

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

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

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

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

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

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

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

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