#D53EC4

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

Shades of Fuchsia #D53EC4

Tints of Fuchsia #D53EC4

Color information

#D53EC4 (or 0xD53EC4) is unknown color: approx Fuchsia. HEX triplet: D5, 3E and C4. RGB value is (213,62,196). Sum of RGB (Red+Green+Blue) = 213+62+196=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 62 (24.61% from 255 or 13.16% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D53EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53EC4 is #2AC13B. Grayscale: #7A7A7A. Windows color (decimal): -2801980 or 12861141. OLE color: 12861141.

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

Color convert

RGB21362196-
CMYK00.710.080.16
HSL306.75º64.26%53.92%-
HSV(B)306.75º70.89%83.53%-
XYZ39.1321.5854.33-
YUV122.42169.53192.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.22%
GREEN value IS 62 (24.61% from 255) = 13.16%
BLUE value IS 196 (76.95% from 255) = 41.61%
R=45.22%
G=13.16%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136219600.710.080.16306.7564.2653.92
HexD53EC40478101334036
Octal325763040107102046310066
Binary1101010111111011000100010001111000100001001100111000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53EC4; }

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

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

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

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

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

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

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

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