#D032C4

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

Shades of Fuchsia #D032C4

Tints of Fuchsia #D032C4

Color information

#D032C4 (or 0xD032C4) is unknown color: approx Fuchsia. HEX triplet: D0, 32 and C4. RGB value is (208,50,196). Sum of RGB (Red+Green+Blue) = 208+50+196=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 50 (19.92% from 255 or 11.01% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D032C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D032C4 is #2FCD3B. Grayscale: #717171. Windows color (decimal): -3132732 or 12858064. OLE color: 12858064.

HSL color Cylindrical-coordinate representation of color #D032C4: hue angle of 304.56º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D032C4 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB20850196-
CMYK00.760.060.18
HSL304.56º62.7%50.59%-
HSV(B)304.56º75.96%81.57%-
XYZ37.1219.6854.07-
YUV113.89174.35195.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.81%
GREEN value IS 50 (19.92% from 255) = 11.01%
BLUE value IS 196 (76.95% from 255) = 43.17%
R=45.81%
G=11.01%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085019600.760.060.18304.5662.750.59
HexD032C404C6121313f33
Octal3206230401146224617763
Binary11010000110010110001000100110011010010100110001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D032C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D032C4; }

 p { color: rgb(208,50,196); }

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

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

 a { background-color: rgb(208,50,196); }

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

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

 span { border-color: rgb(208,50,196); }

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