#D32FB5

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

Shades of Fuchsia #D32FB5

Tints of Fuchsia #D32FB5

Color information

#D32FB5 (or 0xD32FB5) is unknown color: approx Fuchsia. HEX triplet: D3, 2F and B5. RGB value is (211,47,181). Sum of RGB (Red+Green+Blue) = 211+47+181=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 47 (18.75% from 255 or 10.71% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D32FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32FB5 is #2CD04A. Grayscale: #6E6E6E. Windows color (decimal): -2936907 or 11874259. OLE color: 11874259.

HSL color Cylindrical-coordinate representation of color #D32FB5: hue angle of 310.98º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D32FB5 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB21147181-
CMYK00.780.140.17
HSL310.98º65.08%50.59%-
HSV(B)310.98º77.73%82.75%-
XYZ36.2219.2245.52-
YUV111.31167.33199.1-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.06%
GREEN value IS 47 (18.75% from 255) = 10.71%
BLUE value IS 181 (71.09% from 255) = 41.23%
R=48.06%
G=10.71%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2114718100.780.140.17310.9865.0850.59
HexD32FB504EE111374133
Octal323572650116162146710163
Binary1101001110111110110101010011101110100011001101111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32FB5; }

 p { color: rgb(211,47,181); }

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

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

 a { background-color: rgb(211,47,181); }

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

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

 span { border-color: rgb(211,47,181); }

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