#DA57BC

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

Shades of Fuchsia #DA57BC

Tints of Fuchsia #DA57BC

Color information

#DA57BC (or 0xDA57BC) is unknown color: approx Fuchsia. HEX triplet: DA, 57 and BC. RGB value is (218,87,188). Sum of RGB (Red+Green+Blue) = 218+87+188=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA57BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA57BC is #25A843. Grayscale: #898989. Windows color (decimal): -2467908 or 12343258. OLE color: 12343258.

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

Color convert

RGB21887188-
CMYK00.600.140.15
HSL313.74º63.9%59.8%-
HSV(B)313.74º60.09%85.49%-
XYZ41.425.3550.29-
YUV137.68156.4185.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.22%
GREEN value IS 87 (34.38% from 255) = 17.65%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=44.22%
G=17.65%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188718800.600.140.15313.7463.959.8
HexDA57BC03CEF13a403c
Octal332127274074161747210074
Binary110110101010111101111000111100111011111001110101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA57BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA57BC; }

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

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

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

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

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

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

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

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