#DA57B2

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

Shades of Fuchsia #DA57B2

Tints of Fuchsia #DA57B2

Color information

#DA57B2 (or 0xDA57B2) is unknown color: approx Fuchsia. HEX triplet: DA, 57 and B2. RGB value is (218,87,178). Sum of RGB (Red+Green+Blue) = 218+87+178=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA57B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA57B2 is #25A84D. Grayscale: #888888. Windows color (decimal): -2467918 or 11687898. OLE color: 11687898.

HSL color Cylindrical-coordinate representation of color #DA57B2: hue angle of 318.32º 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 #DA57B2 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB21887178-
CMYK00.600.180.15
HSL318.32º63.9%59.8%-
HSV(B)318.32º60.09%85.49%-
XYZ40.3624.9444.81-
YUV136.54151.4186.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.13%
GREEN value IS 87 (34.38% from 255) = 18.01%
BLUE value IS 178 (69.92% from 255) = 36.85%
R=45.13%
G=18.01%
B=36.85%

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
Decimal2188717800.600.180.15318.3263.959.8
HexDA57B203C12F13e403c
Octal332127262074221747610074
Binary1101101010101111011001001111001001011111001111101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA57B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA57B2; }

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

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

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

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

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

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

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

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