#D437AE

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

Shades of Fuchsia #D437AE

Tints of Fuchsia #D437AE

Color information

#D437AE (or 0xD437AE) is unknown color: approx Fuchsia. HEX triplet: D4, 37 and AE. RGB value is (212,55,174). Sum of RGB (Red+Green+Blue) = 212+55+174=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D437AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D437AE is #2BC851. Grayscale: #737373. Windows color (decimal): -2869330 or 11417556. OLE color: 11417556.

HSL color Cylindrical-coordinate representation of color #D437AE: hue angle of 314.52º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D437AE is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB21255174-
CMYK00.740.180.17
HSL314.52º64.61%52.35%-
HSV(B)314.52º74.06%83.14%-
XYZ36.1619.7941.96-
YUV115.51161.01196.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.07%
GREEN value IS 55 (21.88% from 255) = 12.47%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=48.07%
G=12.47%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125517400.740.180.17314.5264.6152.35
HexD437AE04A121113b4134
Octal324672560112222147310164
Binary11010100110111101011100100101010010100011001110111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D437AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D437AE; }

 p { color: rgb(212,55,174); }

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

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

 a { background-color: rgb(212,55,174); }

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

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

 span { border-color: rgb(212,55,174); }

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