#DE5AE1

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

Shades of Free Speech Magenta #DE5AE1

Tints of Free Speech Magenta #DE5AE1

Color information

#DE5AE1 (or 0xDE5AE1) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 5A and E1. RGB value is (222,90,225). Sum of RGB (Red+Green+Blue) = 222+90+225=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE5AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5AE1 is #21A51E. Grayscale: #909090. Windows color (decimal): -2204959 or 14768862. OLE color: 14768862.

HSL color Cylindrical-coordinate representation of color #DE5AE1: hue angle of 298.67º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE5AE1 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB22290225-
CMYK0.010.6000.12
HSL298.67º69.23%61.76%-
HSV(B)298.67º60%88.24%-
XYZ47.3728.2874.2-
YUV144.86173.23183.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.34%
GREEN value IS 90 (35.55% from 255) = 16.76%
BLUE value IS 225 (88.28% from 255) = 41.90%
R=41.34%
G=16.76%
B=41.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal222902250.010.6000.12298.6769.2361.76
HexDE5AE113C0C12b453e
Octal33613234117401445310576
Binary110111101011010111000011111100011001001010111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5AE1; }

 p { color: rgb(222,90,225); }

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

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

 a { background-color: rgb(222,90,225); }

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

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

 span { border-color: rgb(222,90,225); }

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