#DE53F2

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

Shades of Free Speech Magenta #DE53F2

Tints of Free Speech Magenta #DE53F2

Color information

#DE53F2 (or 0xDE53F2) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 53 and F2. RGB value is (222,83,242). Sum of RGB (Red+Green+Blue) = 222+83+242=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 83 (32.81% from 255 or 15.17% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #DE53F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE53F2 is #21AC0D. Grayscale: #8E8E8E. Windows color (decimal): -2206734 or 15881182. OLE color: 15881182.

HSL color Cylindrical-coordinate representation of color #DE53F2: hue angle of 292.45º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE53F2 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22283242-
CMYK0.080.6600.05
HSL292.45º85.95%63.73%-
HSV(B)292.45º65.7%94.9%-
XYZ49.2428.1386.84-
YUV142.69184.05184.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.59%
GREEN value IS 83 (32.81% from 255) = 15.17%
BLUE value IS 242 (94.92% from 255) = 44.24%
R=40.59%
G=15.17%
B=44.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal222832420.080.6600.05292.4585.9563.73
HexDE53F2842051245640
Octal3361233621010205444126100
Binary1101111010100111111001010001000010010110010010010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE53F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE53F2; }

 p { color: rgb(222,83,242); }

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

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

 a { background-color: rgb(222,83,242); }

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

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

 span { border-color: rgb(222,83,242); }

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