#DE4DEC

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

Shades of Free Speech Magenta #DE4DEC

Tints of Free Speech Magenta #DE4DEC

Color information

#DE4DEC (or 0xDE4DEC) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 4D and EC. RGB value is (222,77,236). Sum of RGB (Red+Green+Blue) = 222+77+236=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 77 (30.47% from 255 or 14.39% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #DE4DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE4DEC is #21B213. Grayscale: #898989. Windows color (decimal): -2208276 or 15486430. OLE color: 15486430.

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

Color convert

RGB22277236-
CMYK0.060.6700.07
HSL294.72º80.71%61.37%-
HSV(B)294.72º67.37%92.55%-
XYZ47.9226.8982.02-
YUV138.48183.04187.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.50%
GREEN value IS 77 (30.47% from 255) = 14.39%
BLUE value IS 236 (92.58% from 255) = 44.11%
R=41.50%
G=14.39%
B=44.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal222772360.060.6700.07294.7280.7161.37
HexDE4DEC64307127513d
Octal33611535461030744712175
Binary11011110100110111101100110100001101111001001111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4DEC; }

 p { color: rgb(222,77,236); }

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

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

 a { background-color: rgb(222,77,236); }

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

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

 span { border-color: rgb(222,77,236); }

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