#D53ABB

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

Shades of Fuchsia #D53ABB

Tints of Fuchsia #D53ABB

Color information

#D53ABB (or 0xD53ABB) is unknown color: approx Fuchsia. HEX triplet: D5, 3A and BB. RGB value is (213,58,187). Sum of RGB (Red+Green+Blue) = 213+58+187=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D53ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53ABB is #2AC544. Grayscale: #767676. Windows color (decimal): -2803013 or 12270293. OLE color: 12270293.

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

Color convert

RGB21358187-
CMYK00.730.120.16
HSL310.06º64.85%53.14%-
HSV(B)310.06º72.77%83.53%-
XYZ37.9220.7649.02-
YUV119.05166.35195.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.51%
GREEN value IS 58 (23.05% from 255) = 12.66%
BLUE value IS 187 (73.44% from 255) = 40.83%
R=46.51%
G=12.66%
B=40.83%

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
Decimal2135818700.730.120.16310.0664.8553.14
HexD53ABB049C101364135
Octal325722730111142046610165
Binary1101010111101010111011010010011100100001001101101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53ABB; }

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

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

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

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

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

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

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

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