#D542AE

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

Shades of Fuchsia #D542AE

Tints of Fuchsia #D542AE

Color information

#D542AE (or 0xD542AE) is unknown color: approx Fuchsia. HEX triplet: D5, 42 and AE. RGB value is (213,66,174). Sum of RGB (Red+Green+Blue) = 213+66+174=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 66 (26.17% from 255 or 14.57% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D542AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D542AE is #2ABD51. Grayscale: #797979. Windows color (decimal): -2800978 or 11420373. OLE color: 11420373.

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

Color convert

RGB21366174-
CMYK00.690.180.16
HSL315.92º63.64%54.71%-
HSV(B)315.92º69.01%83.53%-
XYZ37.0321.142.17-
YUV122.26157.2192.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.02%
GREEN value IS 66 (26.17% from 255) = 14.57%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=47.02%
G=14.57%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136617400.690.180.16315.9263.6454.71
HexD542AE045121013c4037
Octal3251022560105222047410067
Binary110101011000010101011100100010110010100001001111001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D542AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D542AE; }

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

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

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

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

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

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

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

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