#DE3AE5

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

Shades of Free Speech Magenta #DE3AE5

Tints of Free Speech Magenta #DE3AE5

Color information

#DE3AE5 (or 0xDE3AE5) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 3A and E5. RGB value is (222,58,229). Sum of RGB (Red+Green+Blue) = 222+58+229=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 58 (23.05% from 255 or 11.39% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE3AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE3AE5 is #21C51A. Grayscale: #7E7E7E. Windows color (decimal): -2213147 or 15022814. OLE color: 15022814.

HSL color Cylindrical-coordinate representation of color #DE3AE5: hue angle of 297.54º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DE3AE5 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22258229-
CMYK0.030.7500.10
HSL297.54º76.68%56.27%-
HSV(B)297.54º74.67%89.8%-
XYZ45.7824.2176.39-
YUV126.53185.83196.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.61%
GREEN value IS 58 (23.05% from 255) = 11.39%
BLUE value IS 229 (89.84% from 255) = 44.99%
R=43.61%
G=11.39%
B=44.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal222582290.030.7500.10297.5476.6856.27
HexDE3AE534B0A12a4d38
Octal33672345311301245211570
Binary1101111011101011100101111001011010101001010101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3AE5; }

 p { color: rgb(222,58,229); }

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

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

 a { background-color: rgb(222,58,229); }

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

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

 span { border-color: rgb(222,58,229); }

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