#D041AC

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

Shades of Fuchsia #D041AC

Tints of Fuchsia #D041AC

Color information

#D041AC (or 0xD041AC) is unknown color: approx Fuchsia. HEX triplet: D0, 41 and AC. RGB value is (208,65,172). Sum of RGB (Red+Green+Blue) = 208+65+172=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D041AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D041AC is #2FBE53. Grayscale: #777777. Windows color (decimal): -3128916 or 11289040. OLE color: 11289040.

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

Color convert

RGB20865172-
CMYK00.690.170.18
HSL315.1º60.34%53.53%-
HSV(B)315.1º68.75%81.57%-
XYZ35.3520.1741.06-
YUV119.96157.38190.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.74%
GREEN value IS 65 (25.78% from 255) = 14.61%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=46.74%
G=14.61%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086517200.690.170.18315.160.3453.53
HexD041AC045111213b3c36
Octal320101254010521224737466
Binary11010000100000110101100010001011000110010100111011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D041AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D041AC; }

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

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

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

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

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

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

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

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