#DA57C0

Color #DA57C0 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DA57C0

Tints of Free Speech Magenta #DA57C0

Color information

#DA57C0 (or 0xDA57C0) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 57 and C0. RGB value is (218,87,192). Sum of RGB (Red+Green+Blue) = 218+87+192=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 87 (34.38% from 255 or 17.51% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA57C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA57C0 is #25A83F. Grayscale: #898989. Windows color (decimal): -2467904 or 12605402. OLE color: 12605402.

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

Color convert

RGB21887192-
CMYK00.600.120.15
HSL311.91º63.9%59.8%-
HSV(B)311.91º60.09%85.49%-
XYZ41.8425.5352.59-
YUV138.14158.4184.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.86%
GREEN value IS 87 (34.38% from 255) = 17.51%
BLUE value IS 192 (75.39% from 255) = 38.63%
R=43.86%
G=17.51%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188719200.600.120.15311.9163.959.8
HexDA57C003CCF138403c
Octal332127300074141747010074
Binary110110101010111110000000111100110011111001110001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA57C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA57C0; }

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

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

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

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

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

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

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

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