#DE58E5

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

Shades of Free Speech Magenta #DE58E5

Tints of Free Speech Magenta #DE58E5

Color information

#DE58E5 (or 0xDE58E5) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 58 and E5. RGB value is (222,88,229). Sum of RGB (Red+Green+Blue) = 222+88+229=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 88 (34.77% from 255 or 16.33% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE58E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE58E5 is #21A71A. Grayscale: #8F8F8F. Windows color (decimal): -2205467 or 15030494. OLE color: 15030494.

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

Color convert

RGB22288229-
CMYK0.030.6200.10
HSL297.02º73.06%62.16%-
HSV(B)297.02º61.57%89.8%-
XYZ47.7628.1777.05-
YUV144.14175.89183.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.19%
GREEN value IS 88 (34.77% from 255) = 16.33%
BLUE value IS 229 (89.84% from 255) = 42.49%
R=41.19%
G=16.33%
B=42.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal222882290.030.6200.10297.0273.0662.16
HexDE58E533E0A129493e
Octal33613034537601245111176
Binary1101111010110001110010111111110010101001010011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE58E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE58E5; }

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

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

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

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

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

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

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

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