#DE53ED

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

Shades of Free Speech Magenta #DE53ED

Tints of Free Speech Magenta #DE53ED

Color information

#DE53ED (or 0xDE53ED) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 53 and ED. RGB value is (222,83,237). Sum of RGB (Red+Green+Blue) = 222+83+237=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 83 (32.81% from 255 or 15.31% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE53ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE53ED is #21AC12. Grayscale: #8D8D8D. Windows color (decimal): -2206739 or 15553502. OLE color: 15553502.

HSL color Cylindrical-coordinate representation of color #DE53ED: hue angle of 294.16º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DE53ED is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22283237-
CMYK0.060.6500.07
HSL294.16º81.05%62.75%-
HSV(B)294.16º64.98%92.94%-
XYZ48.527.8382.94-
YUV142.12181.55184.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 83 (32.81% from 255) = 15.31%
BLUE value IS 237 (92.97% from 255) = 43.73%
R=40.96%
G=15.31%
B=43.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal222832370.060.6500.07294.1681.0562.75
HexDE53ED64107126513f
Octal33612335561010744612177
Binary11011110101001111101101110100000101111001001101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE53ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE53ED; }

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

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

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

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

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

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

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

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