#D53ABE

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

Shades of Fuchsia #D53ABE

Tints of Fuchsia #D53ABE

Color information

#D53ABE (or 0xD53ABE) is unknown color: approx Fuchsia. HEX triplet: D5, 3A and BE. RGB value is (213,58,190). Sum of RGB (Red+Green+Blue) = 213+58+190=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D53ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53ABE is #2AC541. Grayscale: #777777. Windows color (decimal): -2803010 or 12466901. OLE color: 12466901.

HSL color Cylindrical-coordinate representation of color #D53ABE: hue angle of 308.9º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53ABE is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB21358190-
CMYK00.730.110.16
HSL308.9º64.85%53.14%-
HSV(B)308.9º72.77%83.53%-
XYZ38.2520.8950.73-
YUV119.39167.85194.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.20%
GREEN value IS 58 (23.05% from 255) = 12.58%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=46.20%
G=12.58%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135819000.730.110.16308.964.8553.14
HexD53ABE049B101354135
Octal325722760111132046510165
Binary1101010111101010111110010010011011100001001101011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53ABE; }

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

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

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

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

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

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

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

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