#DE41E3

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

Shades of Free Speech Magenta #DE41E3

Tints of Free Speech Magenta #DE41E3

Color information

#DE41E3 (or 0xDE41E3) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 41 and E3. RGB value is (222,65,227). Sum of RGB (Red+Green+Blue) = 222+65+227=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 65 (25.78% from 255 or 12.65% from 514); Blue value is 227 (89.06% from 255 or 44.16% from 514); Max value from RGB is 227 - color contains mainly: blue. Hex color #DE41E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE41E3 is #21BE1C. Grayscale: #818181. Windows color (decimal): -2211357 or 14893534. OLE color: 14893534.

HSL color Cylindrical-coordinate representation of color #DE41E3: hue angle of 298.15º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE41E3 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22265227-
CMYK0.020.7100.11
HSL298.15º74.31%57.25%-
HSV(B)298.15º71.37%89.02%-
XYZ45.8824.8675.05-
YUV130.41182.51193.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.19%
GREEN value IS 65 (25.78% from 255) = 12.65%
BLUE value IS 227 (89.06% from 255) = 44.16%
R=43.19%
G=12.65%
B=44.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal222652270.020.7100.11298.1574.3157.25
HexDE41E32470B12a4a39
Octal336101343210701345211271
Binary11011110100000111100011101000111010111001010101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE41E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE41E3; }

 p { color: rgb(222,65,227); }

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

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

 a { background-color: rgb(222,65,227); }

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

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

 span { border-color: rgb(222,65,227); }

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