#DC59E7

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

Shades of Free Speech Magenta #DC59E7

Tints of Free Speech Magenta #DC59E7

Color information

#DC59E7 (or 0xDC59E7) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 59 and E7. RGB value is (220,89,231). Sum of RGB (Red+Green+Blue) = 220+89+231=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 89 (35.16% from 255 or 16.48% from 540); Blue value is 231 (90.62% from 255 or 42.78% from 540); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC59E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC59E7 is #23A618. Grayscale: #8F8F8F. Windows color (decimal): -2336281 or 15161820. OLE color: 15161820.

HSL color Cylindrical-coordinate representation of color #DC59E7: hue angle of 295.35º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC59E7 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22089231-
CMYK0.050.6100.09
HSL295.35º74.74%62.75%-
HSV(B)295.35º61.47%90.59%-
XYZ47.5128.1378.53-
YUV144.36176.9181.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.74%
GREEN value IS 89 (35.16% from 255) = 16.48%
BLUE value IS 231 (90.62% from 255) = 42.78%
R=40.74%
G=16.48%
B=42.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal220892310.050.6100.09295.3574.7462.75
HexDC59E753D091274b3f
Octal33413134757501144711377
Binary11011100101100111100111101111101010011001001111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC59E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC59E7; }

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

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

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

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

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

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

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

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