#D537B2

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

Shades of Fuchsia #D537B2

Tints of Fuchsia #D537B2

Color information

#D537B2 (or 0xD537B2) is unknown color: approx Fuchsia. HEX triplet: D5, 37 and B2. RGB value is (213,55,178). Sum of RGB (Red+Green+Blue) = 213+55+178=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D537B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D537B2 is #2AC84D. Grayscale: #737373. Windows color (decimal): -2803790 or 11679701. OLE color: 11679701.

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

Color convert

RGB21355178-
CMYK00.740.160.16
HSL313.29º65.29%52.55%-
HSV(B)313.29º74.18%83.53%-
XYZ36.8420.0944.06-
YUV116.26162.85197-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.76%
GREEN value IS 55 (21.88% from 255) = 12.33%
BLUE value IS 178 (69.92% from 255) = 39.91%
R=47.76%
G=12.33%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135517800.740.160.16313.2965.2952.55
HexD537B204A10101394135
Octal325672620112202047110165
Binary11010101110111101100100100101010000100001001110011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D537B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D537B2; }

 p { color: rgb(213,55,178); }

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

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

 a { background-color: rgb(213,55,178); }

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

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

 span { border-color: rgb(213,55,178); }

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