#D53EC2

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

Shades of Fuchsia #D53EC2

Tints of Fuchsia #D53EC2

Color information

#D53EC2 (or 0xD53EC2) is unknown color: approx Fuchsia. HEX triplet: D5, 3E and C2. RGB value is (213,62,194). Sum of RGB (Red+Green+Blue) = 213+62+194=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 62 (24.61% from 255 or 13.22% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D53EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53EC2 is #2AC13D. Grayscale: #797979. Windows color (decimal): -2801982 or 12730069. OLE color: 12730069.

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

Color convert

RGB21362194-
CMYK00.710.090.16
HSL307.55º64.26%53.92%-
HSV(B)307.55º70.89%83.53%-
XYZ38.921.4953.14-
YUV122.2168.53192.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.42%
GREEN value IS 62 (24.61% from 255) = 13.22%
BLUE value IS 194 (76.17% from 255) = 41.36%
R=45.42%
G=13.22%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136219400.710.090.16307.5564.2653.92
HexD53EC20479101344036
Octal325763020107112046410066
Binary1101010111111011000010010001111001100001001101001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53EC2; }

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

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

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

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

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

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

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

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