#D53EAE

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

Shades of Fuchsia #D53EAE

Tints of Fuchsia #D53EAE

Color information

#D53EAE (or 0xD53EAE) is unknown color: approx Fuchsia. HEX triplet: D5, 3E and AE. RGB value is (213,62,174). Sum of RGB (Red+Green+Blue) = 213+62+174=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D53EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53EAE is #2AC151. Grayscale: #777777. Windows color (decimal): -2802002 or 11419349. OLE color: 11419349.

HSL color Cylindrical-coordinate representation of color #D53EAE: hue angle of 315.5º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53EAE is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB21362174-
CMYK00.710.180.16
HSL315.5º64.26%53.92%-
HSV(B)315.5º70.89%83.53%-
XYZ36.820.6542.09-
YUV119.92158.53194.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.44%
GREEN value IS 62 (24.61% from 255) = 13.81%
BLUE value IS 174 (68.36% from 255) = 38.75%
R=47.44%
G=13.81%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136217400.710.180.16315.564.2653.92
HexD53EAE047121013b4036
Octal325762560107222047310066
Binary11010101111110101011100100011110010100001001110111000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53EAE; }

 p { color: rgb(213,62,174); }

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

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

 a { background-color: rgb(213,62,174); }

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

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

 span { border-color: rgb(213,62,174); }

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