#DA59EC

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

Shades of Free Speech Magenta #DA59EC

Tints of Free Speech Magenta #DA59EC

Color information

#DA59EC (or 0xDA59EC) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 59 and EC. RGB value is (218,89,236). Sum of RGB (Red+Green+Blue) = 218+89+236=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 89 (35.16% from 255 or 16.39% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA59EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA59EC is #25A613. Grayscale: #8F8F8F. Windows color (decimal): -2467348 or 15489498. OLE color: 15489498.

HSL color Cylindrical-coordinate representation of color #DA59EC: hue angle of 292.65º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA59EC is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21889236-
CMYK0.080.6200.07
HSL292.65º79.46%63.73%-
HSV(B)292.65º62.29%92.55%-
XYZ47.6328.1182.27-
YUV144.33179.74180.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.15%
GREEN value IS 89 (35.16% from 255) = 16.39%
BLUE value IS 236 (92.58% from 255) = 43.46%
R=40.15%
G=16.39%
B=43.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal218892360.080.6200.07292.6579.4663.73
HexDA59EC83E071254f40
Octal332131354107607445117100
Binary110110101011001111011001000111110011110010010110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA59EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA59EC; }

 p { color: rgb(218,89,236); }

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

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

 a { background-color: rgb(218,89,236); }

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

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

 span { border-color: rgb(218,89,236); }

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