#D53ABD

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

Shades of Fuchsia #D53ABD

Tints of Fuchsia #D53ABD

Color information

#D53ABD (or 0xD53ABD) is unknown color: approx Fuchsia. HEX triplet: D5, 3A and BD. RGB value is (213,58,189). Sum of RGB (Red+Green+Blue) = 213+58+189=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 58 (23.05% from 255 or 12.61% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D53ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53ABD is #2AC542. Grayscale: #767676. Windows color (decimal): -2803011 or 12401365. OLE color: 12401365.

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

Color convert

RGB21358189-
CMYK00.730.110.16
HSL309.29º64.85%53.14%-
HSV(B)309.29º72.77%83.53%-
XYZ38.1420.8550.16-
YUV119.28167.35194.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.30%
GREEN value IS 58 (23.05% from 255) = 12.61%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=46.30%
G=12.61%
B=41.09%

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
Decimal2135818900.730.110.16309.2964.8553.14
HexD53ABD049B101354135
Octal325722750111132046510165
Binary1101010111101010111101010010011011100001001101011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53ABD; }

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

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

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

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

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

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

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

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