#DE50EE

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

Shades of Free Speech Magenta #DE50EE

Tints of Free Speech Magenta #DE50EE

Color information

#DE50EE (or 0xDE50EE) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 50 and EE. RGB value is (222,80,238). Sum of RGB (Red+Green+Blue) = 222+80+238=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 80 (31.64% from 255 or 14.81% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE50EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE50EE is #21AF11. Grayscale: #8B8B8B. Windows color (decimal): -2207506 or 15618270. OLE color: 15618270.

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

Color convert

RGB22280238-
CMYK0.070.6600.07
HSL293.92º82.29%62.35%-
HSV(B)293.92º66.39%93.33%-
XYZ48.4327.4483.63-
YUV140.47183.04186.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.11%
GREEN value IS 80 (31.64% from 255) = 14.81%
BLUE value IS 238 (93.36% from 255) = 44.07%
R=41.11%
G=14.81%
B=44.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal222802380.070.6600.07293.9282.2962.35
HexDE50EE74207126523e
Octal33612035671020744612276
Binary11011110101000011101110111100001001111001001101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE50EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE50EE; }

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

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

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

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

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

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

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

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