#DC59E2

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

Shades of Free Speech Magenta #DC59E2

Tints of Free Speech Magenta #DC59E2

Color information

#DC59E2 (or 0xDC59E2) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 59 and E2. RGB value is (220,89,226). Sum of RGB (Red+Green+Blue) = 220+89+226=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 89 (35.16% from 255 or 16.64% from 535); Blue value is 226 (88.67% from 255 or 42.24% from 535); Max value from RGB is 226 - color contains mainly: blue. Hex color #DC59E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC59E2 is #23A61D. Grayscale: #8F8F8F. Windows color (decimal): -2336286 or 14834140. OLE color: 14834140.

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

Color convert

RGB22089226-
CMYK0.030.6100.11
HSL297.37º70.26%61.76%-
HSV(B)297.37º60.62%88.63%-
XYZ46.8227.8574.86-
YUV143.79174.4182.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.12%
GREEN value IS 89 (35.16% from 255) = 16.64%
BLUE value IS 226 (88.67% from 255) = 42.24%
R=41.12%
G=16.64%
B=42.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal220892260.030.6100.11297.3770.2661.76
HexDC59E233D0B129463e
Octal33413134237501345110676
Binary1101110010110011110001011111101010111001010011000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC59E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC59E2; }

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

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

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

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

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

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

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

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