#D037AC

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

Shades of Fuchsia #D037AC

Tints of Fuchsia #D037AC

Color information

#D037AC (or 0xD037AC) is unknown color: approx Fuchsia. HEX triplet: D0, 37 and AC. RGB value is (208,55,172). Sum of RGB (Red+Green+Blue) = 208+55+172=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D037AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D037AC is #2FC853. Grayscale: #717171. Windows color (decimal): -3131476 or 11286480. OLE color: 11286480.

HSL color Cylindrical-coordinate representation of color #D037AC: hue angle of 314.12º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D037AC is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB20855172-
CMYK00.740.170.18
HSL314.12º61.94%51.57%-
HSV(B)314.12º73.56%81.57%-
XYZ34.8319.1240.88-
YUV114.08160.69194.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.82%
GREEN value IS 55 (21.88% from 255) = 12.64%
BLUE value IS 172 (67.58% from 255) = 39.54%
R=47.82%
G=12.64%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085517200.740.170.18314.1261.9451.57
HexD037AC04A111213a3e34
Octal32067254011221224727664
Binary1101000011011110101100010010101000110010100111010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D037AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D037AC; }

 p { color: rgb(208,55,172); }

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

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

 a { background-color: rgb(208,55,172); }

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

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

 span { border-color: rgb(208,55,172); }

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