#D54EAE

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

Shades of Fuchsia #D54EAE

Tints of Fuchsia #D54EAE

Color information

#D54EAE (or 0xD54EAE) is unknown color: approx Fuchsia. HEX triplet: D5, 4E and AE. RGB value is (213,78,174). Sum of RGB (Red+Green+Blue) = 213+78+174=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D54EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54EAE is #2AB151. Grayscale: #818181. Windows color (decimal): -2797906 or 11423445. OLE color: 11423445.

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

Color convert

RGB21378174-
CMYK00.630.180.16
HSL317.33º61.64%57.06%-
HSV(B)317.33º63.38%83.53%-
XYZ37.822.6542.42-
YUV129.31153.23187.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.81%
GREEN value IS 78 (30.86% from 255) = 16.77%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=45.81%
G=16.77%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137817400.630.180.16317.3361.6457.06
HexD54EAE03F121013d3e39
Octal32511625607722204757671
Binary1101010110011101010111001111111001010000100111101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54EAE; }

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

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

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

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

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

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

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

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