#DA57B5

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

Shades of Fuchsia #DA57B5

Tints of Fuchsia #DA57B5

Color information

#DA57B5 (or 0xDA57B5) is unknown color: approx Fuchsia. HEX triplet: DA, 57 and B5. RGB value is (218,87,181). Sum of RGB (Red+Green+Blue) = 218+87+181=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA57B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA57B5 is #25A84A. Grayscale: #888888. Windows color (decimal): -2467915 or 11884506. OLE color: 11884506.

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

Color convert

RGB21887181-
CMYK00.600.170.15
HSL316.95º63.9%59.8%-
HSV(B)316.95º60.09%85.49%-
XYZ40.6625.0646.41-
YUV136.88152.9185.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.86%
GREEN value IS 87 (34.38% from 255) = 17.90%
BLUE value IS 181 (71.09% from 255) = 37.24%
R=44.86%
G=17.90%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188718100.600.170.15316.9563.959.8
HexDA57B503C11F13d403c
Octal332127265074211747510074
Binary1101101010101111011010101111001000111111001111011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA57B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA57B5; }

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

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

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

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

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

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

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

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