#D53EC8

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

Shades of Fuchsia #D53EC8

Tints of Fuchsia #D53EC8

Color information

#D53EC8 (or 0xD53EC8) is unknown color: approx Fuchsia. HEX triplet: D5, 3E and C8. RGB value is (213,62,200). Sum of RGB (Red+Green+Blue) = 213+62+200=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 62 (24.61% from 255 or 13.05% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D53EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53EC8 is #2AC137. Grayscale: #7A7A7A. Windows color (decimal): -2801976 or 13123285. OLE color: 13123285.

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

Color convert

RGB21362200-
CMYK00.710.060.16
HSL305.17º64.26%53.92%-
HSV(B)305.17º70.89%83.53%-
XYZ39.5921.7656.76-
YUV122.88171.53192.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.84%
GREEN value IS 62 (24.61% from 255) = 13.05%
BLUE value IS 200 (78.52% from 255) = 42.11%
R=44.84%
G=13.05%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136220000.710.060.16305.1764.2653.92
HexD53EC80476101314036
Octal32576310010762046110066
Binary110101011111101100100001000111110100001001100011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53EC8; }

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

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

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

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

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

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

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

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