#D53ABC

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

Shades of Fuchsia #D53ABC

Tints of Fuchsia #D53ABC

Color information

#D53ABC (or 0xD53ABC) is unknown color: approx Fuchsia. HEX triplet: D5, 3A and BC. RGB value is (213,58,188). Sum of RGB (Red+Green+Blue) = 213+58+188=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D53ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53ABC is #2AC543. Grayscale: #767676. Windows color (decimal): -2803012 or 12335829. OLE color: 12335829.

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

Color convert

RGB21358188-
CMYK00.730.120.16
HSL309.68º64.85%53.14%-
HSV(B)309.68º72.77%83.53%-
XYZ38.0320.849.59-
YUV119.16166.85194.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.41%
GREEN value IS 58 (23.05% from 255) = 12.64%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=46.41%
G=12.64%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135818800.730.120.16309.6864.8553.14
HexD53ABC049C101364135
Octal325722740111142046610165
Binary1101010111101010111100010010011100100001001101101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53ABC; }

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

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

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

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

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

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

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

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