#DE5ED2

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

Shades of Free Speech Magenta #DE5ED2

Tints of Free Speech Magenta #DE5ED2

Color information

#DE5ED2 (or 0xDE5ED2) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 5E and D2. RGB value is (222,94,210). Sum of RGB (Red+Green+Blue) = 222+94+210=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5ED2 is #21A12D. Grayscale: #919191. Windows color (decimal): -2203950 or 13786846. OLE color: 13786846.

HSL color Cylindrical-coordinate representation of color #DE5ED2: hue angle of 305.62º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE5ED2 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB22294210-
CMYK00.580.050.13
HSL305.62º65.98%61.96%-
HSV(B)305.62º57.66%87.06%-
XYZ45.7628.1964-
YUV145.5164.41182.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.21%
GREEN value IS 94 (37.11% from 255) = 17.87%
BLUE value IS 210 (82.42% from 255) = 39.92%
R=42.21%
G=17.87%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229421000.580.050.13305.6265.9861.96
HexDE5ED203A5D132423e
Octal33613632207251546210276
Binary11011110101111011010010011101010111011001100101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5ED2; }

 p { color: rgb(222,94,210); }

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

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

 a { background-color: rgb(222,94,210); }

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

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

 span { border-color: rgb(222,94,210); }

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