#D53EB1

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

Shades of Fuchsia #D53EB1

Tints of Fuchsia #D53EB1

Color information

#D53EB1 (or 0xD53EB1) is unknown color: approx Fuchsia. HEX triplet: D5, 3E and B1. RGB value is (213,62,177). Sum of RGB (Red+Green+Blue) = 213+62+177=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 62 (24.61% from 255 or 13.72% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D53EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53EB1 is #2AC14E. Grayscale: #777777. Windows color (decimal): -2801999 or 11615957. OLE color: 11615957.

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

Color convert

RGB21362177-
CMYK00.710.170.16
HSL314.3º64.26%53.92%-
HSV(B)314.3º70.89%83.53%-
XYZ37.120.7743.65-
YUV120.26160.03194.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.12%
GREEN value IS 62 (24.61% from 255) = 13.72%
BLUE value IS 177 (69.53% from 255) = 39.16%
R=47.12%
G=13.72%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136217700.710.170.16314.364.2653.92
HexD53EB1047111013a4036
Octal325762610107212047210066
Binary11010101111110101100010100011110001100001001110101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53EB1; }

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

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

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

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

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

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

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

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