#DE43EE

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

Shades of Free Speech Magenta #DE43EE

Tints of Free Speech Magenta #DE43EE

Color information

#DE43EE (or 0xDE43EE) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 43 and EE. RGB value is (222,67,238). Sum of RGB (Red+Green+Blue) = 222+67+238=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 67 (26.56% from 255 or 12.71% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE43EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE43EE is #21BC11. Grayscale: #848484. Windows color (decimal): -2210834 or 15614942. OLE color: 15614942.

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

Color convert

RGB22267238-
CMYK0.070.7200.07
HSL294.39º83.41%59.8%-
HSV(B)294.39º71.85%93.33%-
XYZ47.5625.7283.35-
YUV132.84187.35191.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.13%
GREEN value IS 67 (26.56% from 255) = 12.71%
BLUE value IS 238 (93.36% from 255) = 45.16%
R=42.13%
G=12.71%
B=45.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal222672380.070.7200.07294.3983.4159.8
HexDE43EE74807126533c
Octal33610335671100744612374
Binary11011110100001111101110111100100001111001001101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE43EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE43EE; }

 p { color: rgb(222,67,238); }

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

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

 a { background-color: rgb(222,67,238); }

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

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

 span { border-color: rgb(222,67,238); }

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