#DA59B5

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

Shades of Fuchsia #DA59B5

Tints of Fuchsia #DA59B5

Color information

#DA59B5 (or 0xDA59B5) is unknown color: approx Fuchsia. HEX triplet: DA, 59 and B5. RGB value is (218,89,181). Sum of RGB (Red+Green+Blue) = 218+89+181=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA59B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA59B5 is #25A64A. Grayscale: #898989. Windows color (decimal): -2467403 or 11885018. OLE color: 11885018.

HSL color Cylindrical-coordinate representation of color #DA59B5: hue angle of 317.21º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA59B5 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB21889181-
CMYK00.590.170.15
HSL317.21º63.55%60.2%-
HSV(B)317.21º59.17%85.49%-
XYZ40.8325.3946.46-
YUV138.06152.24185.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.67%
GREEN value IS 89 (35.16% from 255) = 18.24%
BLUE value IS 181 (71.09% from 255) = 37.09%
R=44.67%
G=18.24%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188918100.590.170.15317.2163.5560.2
HexDA59B503B11F13d403c
Octal332131265073211747510074
Binary1101101010110011011010101110111000111111001111011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA59B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA59B5; }

 p { color: rgb(218,89,181); }

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

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

 a { background-color: rgb(218,89,181); }

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

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

 span { border-color: rgb(218,89,181); }

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