#D53CAE

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

Shades of Fuchsia #D53CAE

Tints of Fuchsia #D53CAE

Color information

#D53CAE (or 0xD53CAE) is unknown color: approx Fuchsia. HEX triplet: D5, 3C and AE. RGB value is (213,60,174). Sum of RGB (Red+Green+Blue) = 213+60+174=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D53CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53CAE is #2AC351. Grayscale: #767676. Windows color (decimal): -2802514 or 11418837. OLE color: 11418837.

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

Color convert

RGB21360174-
CMYK00.720.180.16
HSL315.29º64.56%53.53%-
HSV(B)315.29º71.83%83.53%-
XYZ36.720.4342.05-
YUV118.74159.19195.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.65%
GREEN value IS 60 (23.83% from 255) = 13.42%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=47.65%
G=13.42%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136017400.720.180.16315.2964.5653.53
HexD53CAE048121013b4136
Octal325742560110222047310166
Binary11010101111100101011100100100010010100001001110111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53CAE; }

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

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

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

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

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

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

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

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