#DA57B3

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

Shades of Fuchsia #DA57B3

Tints of Fuchsia #DA57B3

Color information

#DA57B3 (or 0xDA57B3) is unknown color: approx Fuchsia. HEX triplet: DA, 57 and B3. RGB value is (218,87,179). Sum of RGB (Red+Green+Blue) = 218+87+179=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA57B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA57B3 is #25A84C. Grayscale: #888888. Windows color (decimal): -2467917 or 11753434. OLE color: 11753434.

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

Color convert

RGB21887179-
CMYK00.600.180.15
HSL317.86º63.9%59.8%-
HSV(B)317.86º60.09%85.49%-
XYZ40.4624.9845.34-
YUV136.66151.9186.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.04%
GREEN value IS 87 (34.38% from 255) = 17.98%
BLUE value IS 179 (70.31% from 255) = 36.98%
R=45.04%
G=17.98%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188717900.600.180.15317.8663.959.8
HexDA57B303C12F13e403c
Octal332127263074221747610074
Binary1101101010101111011001101111001001011111001111101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA57B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA57B3; }

 p { color: rgb(218,87,179); }

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

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

 a { background-color: rgb(218,87,179); }

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

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

 span { border-color: rgb(218,87,179); }

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