#D53EAF

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

Shades of Fuchsia #D53EAF

Tints of Fuchsia #D53EAF

Color information

#D53EAF (or 0xD53EAF) is unknown color: approx Fuchsia. HEX triplet: D5, 3E and AF. RGB value is (213,62,175). Sum of RGB (Red+Green+Blue) = 213+62+175=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 62 (24.61% from 255 or 13.78% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D53EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53EAF is #2AC150. Grayscale: #777777. Windows color (decimal): -2802001 or 11484885. OLE color: 11484885.

HSL color Cylindrical-coordinate representation of color #D53EAF: hue angle of 315.1º 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 #D53EAF is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB21362175-
CMYK00.710.180.16
HSL315.1º64.26%53.92%-
HSV(B)315.1º70.89%83.53%-
XYZ36.920.6942.61-
YUV120.03159.03194.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.33%
GREEN value IS 62 (24.61% from 255) = 13.78%
BLUE value IS 175 (68.75% from 255) = 38.89%
R=47.33%
G=13.78%
B=38.89%

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
Decimal2136217500.710.180.16315.164.2653.92
HexD53EAF047121013b4036
Octal325762570107222047310066
Binary11010101111110101011110100011110010100001001110111000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53EAF; }

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

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

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

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

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

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

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

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