#DC58E5

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

Shades of Free Speech Magenta #DC58E5

Tints of Free Speech Magenta #DC58E5

Color information

#DC58E5 (or 0xDC58E5) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 58 and E5. RGB value is (220,88,229). Sum of RGB (Red+Green+Blue) = 220+88+229=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 88 (34.77% from 255 or 16.39% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC58E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC58E5 is #23A71A. Grayscale: #8F8F8F. Windows color (decimal): -2336539 or 15030492. OLE color: 15030492.

HSL color Cylindrical-coordinate representation of color #DC58E5: hue angle of 296.17º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC58E5 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22088229-
CMYK0.040.6200.10
HSL296.17º73.06%62.16%-
HSV(B)296.17º61.57%89.8%-
XYZ47.1527.8577.02-
YUV143.54176.23182.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.97%
GREEN value IS 88 (34.77% from 255) = 16.39%
BLUE value IS 229 (89.84% from 255) = 42.64%
R=40.97%
G=16.39%
B=42.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal220882290.040.6200.10296.1773.0662.16
HexDC58E543E0A128493e
Octal33413034547601245011176
Binary11011100101100011100101100111110010101001010001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC58E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC58E5; }

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

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

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

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

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

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

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

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