#D059AD

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

Shades of Fuchsia #D059AD

Tints of Fuchsia #D059AD

Color information

#D059AD (or 0xD059AD) is unknown color: approx Fuchsia. HEX triplet: D0, 59 and AD. RGB value is (208,89,173). Sum of RGB (Red+Green+Blue) = 208+89+173=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D059AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D059AD is #2FA652. Grayscale: #858585. Windows color (decimal): -3122771 or 11360720. OLE color: 11360720.

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

Color convert

RGB20889173-
CMYK00.570.170.18
HSL317.65º55.87%58.24%-
HSV(B)317.65º57.21%81.57%-
XYZ37.1323.5742.13-
YUV134.16149.92180.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.26%
GREEN value IS 89 (35.16% from 255) = 18.94%
BLUE value IS 173 (67.97% from 255) = 36.81%
R=44.26%
G=18.94%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088917300.570.170.18317.6555.8758.24
HexD059AD039111213e383a
Octal32013125507121224767072
Binary1101000010110011010110101110011000110010100111110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D059AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D059AD; }

 p { color: rgb(208,89,173); }

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

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

 a { background-color: rgb(208,89,173); }

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

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

 span { border-color: rgb(208,89,173); }

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