#D32CB6

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

Shades of Fuchsia #D32CB6

Tints of Fuchsia #D32CB6

Color information

#D32CB6 (or 0xD32CB6) is unknown color: approx Fuchsia. HEX triplet: D3, 2C and B6. RGB value is (211,44,182). Sum of RGB (Red+Green+Blue) = 211+44+182=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 44 (17.58% from 255 or 10.07% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D32CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32CB6 is #2CD349. Grayscale: #6D6D6D. Windows color (decimal): -2937674 or 11939027. OLE color: 11939027.

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

Color convert

RGB21144182-
CMYK00.790.140.17
HSL310.42º65.49%50%-
HSV(B)310.42º79.15%82.75%-
XYZ36.2119.0346.02-
YUV109.66168.83200.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.28%
GREEN value IS 44 (17.58% from 255) = 10.07%
BLUE value IS 182 (71.48% from 255) = 41.65%
R=48.28%
G=10.07%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2114418200.790.140.17310.4265.4950
HexD32CB604FE111364132
Octal323542660117162146610162
Binary1101001110110010110110010011111110100011001101101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32CB6; }

 p { color: rgb(211,44,182); }

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

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

 a { background-color: rgb(211,44,182); }

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

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

 span { border-color: rgb(211,44,182); }

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