#DC58ED

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

Shades of Free Speech Magenta #DC58ED

Tints of Free Speech Magenta #DC58ED

Color information

#DC58ED (or 0xDC58ED) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 58 and ED. RGB value is (220,88,237). Sum of RGB (Red+Green+Blue) = 220+88+237=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 88 (34.77% from 255 or 16.15% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC58ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC58ED is #23A712. Grayscale: #8F8F8F. Windows color (decimal): -2336531 or 15554780. OLE color: 15554780.

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

Color convert

RGB22088237-
CMYK0.070.6300.07
HSL293.15º80.54%63.73%-
HSV(B)293.15º62.87%92.94%-
XYZ48.2928.3183.04-
YUV144.45180.23181.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 88 (34.77% from 255) = 16.15%
BLUE value IS 237 (92.97% from 255) = 43.49%
R=40.37%
G=16.15%
B=43.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal220882370.070.6300.07293.1580.5463.73
HexDC58ED73F071255140
Octal33413035577707445121100
Binary11011100101100011101101111111111011110010010110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC58ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC58ED; }

 p { color: rgb(220,88,237); }

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

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

 a { background-color: rgb(220,88,237); }

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

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

 span { border-color: rgb(220,88,237); }

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