#D53EBE

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

Shades of Fuchsia #D53EBE

Tints of Fuchsia #D53EBE

Color information

#D53EBE (or 0xD53EBE) is unknown color: approx Fuchsia. HEX triplet: D5, 3E and BE. RGB value is (213,62,190). Sum of RGB (Red+Green+Blue) = 213+62+190=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D53EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53EBE is #2AC141. Grayscale: #797979. Windows color (decimal): -2801986 or 12467925. OLE color: 12467925.

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

Color convert

RGB21362190-
CMYK00.710.110.16
HSL309.14º64.26%53.92%-
HSV(B)309.14º70.89%83.53%-
XYZ38.4621.3150.8-
YUV121.74166.53193.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.81%
GREEN value IS 62 (24.61% from 255) = 13.33%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=45.81%
G=13.33%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136219000.710.110.16309.1464.2653.92
HexD53EBE047B101354036
Octal325762760107132046510066
Binary1101010111111010111110010001111011100001001101011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53EBE; }

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

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

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

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

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

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

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

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