#d32dc8

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

Shades of Fuchsia #D32DC8

Tints of Fuchsia #D32DC8

Color information

#D32DC8 (or 0xD32DC8) is unknown color: approx Fuchsia. HEX triplet: D3, 2D and C8. RGB value is (211,45,200). Sum of RGB (Red+Green+Blue) = 211+45+200=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D32DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32DC8 is #2CD237. Grayscale: #6F6F6F. Windows color (decimal): -2937400 or 13118931. OLE color: 13118931.

HSL color Cylindrical-coordinate representation of color #D32DC8: hue angle of 303.98º 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 #D32DC8 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB21145200-
CMYK00.790.050.17
HSL303.98º65.35%50.2%-
HSV(B)303.98º78.67%82.75%-
XYZ38.2319.956.47-
YUV112.3177.5198.4-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.27%
GREEN value IS 45 (17.97% from 255) = 9.87%
BLUE value IS 200 (78.52% from 255) = 43.86%
R=46.27%
G=9.87%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2114520000.790.050.17303.9865.3550.2
HexD32DC804F5111304132
Octal32355310011752146010162
Binary110100111011011100100001001111101100011001100001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d32dc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d32dc8; }

 p { color: rgb(211,45,200); }

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

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

 a { background-color: rgb(211,45,200); }

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

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

 span { border-color: rgb(211,45,200); }

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