#D53FB8

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

Shades of Fuchsia #D53FB8

Tints of Fuchsia #D53FB8

Color information

#D53FB8 (or 0xD53FB8) is unknown color: approx Fuchsia. HEX triplet: D5, 3F and B8. RGB value is (213,63,184). Sum of RGB (Red+Green+Blue) = 213+63+184=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FB8 is #2AC047. Grayscale: #797979. Windows color (decimal): -2801736 or 12074965. OLE color: 12074965.

HSL color Cylindrical-coordinate representation of color #D53FB8: hue angle of 311.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53FB8 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB21363184-
CMYK00.700.140.16
HSL311.6º64.1%54.12%-
HSV(B)311.6º70.42%83.53%-
XYZ37.8721.1647.44-
YUV121.64163.2193.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.30%
GREEN value IS 63 (25% from 255) = 13.70%
BLUE value IS 184 (72.27% from 255) = 40%
R=46.30%
G=13.70%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136318400.700.140.16311.664.154.12
HexD53FB8046E101384036
Octal325772700106162047010066
Binary1101010111111110111000010001101110100001001110001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53FB8; }

 p { color: rgb(213,63,184); }

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

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

 a { background-color: rgb(213,63,184); }

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

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

 span { border-color: rgb(213,63,184); }

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