#D042AC

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

Shades of Fuchsia #D042AC

Tints of Fuchsia #D042AC

Color information

#D042AC (or 0xD042AC) is unknown color: approx Fuchsia. HEX triplet: D0, 42 and AC. RGB value is (208,66,172). Sum of RGB (Red+Green+Blue) = 208+66+172=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D042AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D042AC is #2FBD53. Grayscale: #787878. Windows color (decimal): -3128660 or 11289296. OLE color: 11289296.

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

Color convert

RGB20866172-
CMYK00.680.170.18
HSL315.21º60.17%53.73%-
HSV(B)315.21º68.27%81.57%-
XYZ35.4120.2841.08-
YUV120.54157.04190.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.64%
GREEN value IS 66 (26.17% from 255) = 14.80%
BLUE value IS 172 (67.58% from 255) = 38.57%
R=46.64%
G=14.80%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086617200.680.170.18315.2160.1753.73
HexD042AC044111213b3c36
Octal320102254010421224737466
Binary11010000100001010101100010001001000110010100111011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D042AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D042AC; }

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

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

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

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

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

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

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

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