#DA57E4

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

Shades of Free Speech Magenta #DA57E4

Tints of Free Speech Magenta #DA57E4

Color information

#DA57E4 (or 0xDA57E4) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 57 and E4. RGB value is (218,87,228). Sum of RGB (Red+Green+Blue) = 218+87+228=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 87 (34.38% from 255 or 16.32% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 228 - color contains mainly: blue. Hex color #DA57E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA57E4 is #25A81B. Grayscale: #8D8D8D. Windows color (decimal): -2467868 or 14964698. OLE color: 14964698.

HSL color Cylindrical-coordinate representation of color #DA57E4: hue angle of 295.74º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA57E4 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21887228-
CMYK0.040.6200.11
HSL295.74º72.31%61.76%-
HSV(B)295.74º61.84%89.41%-
XYZ46.3327.3276.23-
YUV142.24176.4182.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.90%
GREEN value IS 87 (34.38% from 255) = 16.32%
BLUE value IS 228 (89.45% from 255) = 42.78%
R=40.90%
G=16.32%
B=42.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal218872280.040.6200.11295.7472.3161.76
HexDA57E443E0B128483e
Octal33212734447601345011076
Binary11011010101011111100100100111110010111001010001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA57E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA57E4; }

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

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

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

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

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

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

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

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