#DA57BA

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

Shades of Fuchsia #DA57BA

Tints of Fuchsia #DA57BA

Color information

#DA57BA (or 0xDA57BA) is unknown color: approx Fuchsia. HEX triplet: DA, 57 and BA. RGB value is (218,87,186). Sum of RGB (Red+Green+Blue) = 218+87+186=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 87 (34.38% from 255 or 17.72% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA57BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA57BA is #25A845. Grayscale: #898989. Windows color (decimal): -2467910 or 12212186. OLE color: 12212186.

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

Color convert

RGB21887186-
CMYK00.600.150.15
HSL314.66º63.9%59.8%-
HSV(B)314.66º60.09%85.49%-
XYZ41.1825.2749.16-
YUV137.46155.4185.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.40%
GREEN value IS 87 (34.38% from 255) = 17.72%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=44.40%
G=17.72%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188718600.600.150.15314.6663.959.8
HexDA57BA03CFF13b403c
Octal332127272074171747310074
Binary110110101010111101110100111100111111111001110111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA57BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA57BA; }

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

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

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

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

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

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

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

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