#DC59EC

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

Shades of Free Speech Magenta #DC59EC

Tints of Free Speech Magenta #DC59EC

Color information

#DC59EC (or 0xDC59EC) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 59 and EC. RGB value is (220,89,236). Sum of RGB (Red+Green+Blue) = 220+89+236=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 89 (35.16% from 255 or 16.33% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC59EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC59EC is #23A613. Grayscale: #909090. Windows color (decimal): -2336276 or 15489500. OLE color: 15489500.

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

Color convert

RGB22089236-
CMYK0.070.6200.07
HSL293.47º79.46%63.73%-
HSV(B)293.47º62.29%92.55%-
XYZ48.2328.4282.3-
YUV144.93179.4181.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 89 (35.16% from 255) = 16.33%
BLUE value IS 236 (92.58% from 255) = 43.30%
R=40.37%
G=16.33%
B=43.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal220892360.070.6200.07293.4779.4663.73
HexDC59EC73E071254f40
Octal33413135477607445117100
Binary11011100101100111101100111111110011110010010110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC59EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC59EC; }

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

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

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

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

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

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

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

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