#DE5ECD

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

Shades of Free Speech Magenta #DE5ECD

Tints of Free Speech Magenta #DE5ECD

Color information

#DE5ECD (or 0xDE5ECD) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 5E and CD. RGB value is (222,94,205). Sum of RGB (Red+Green+Blue) = 222+94+205=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5ECD is #21A132. Grayscale: #909090. Windows color (decimal): -2203955 or 13459166. OLE color: 13459166.

HSL color Cylindrical-coordinate representation of color #DE5ECD: hue angle of 307.97º 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 #DE5ECD is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB22294205-
CMYK00.580.080.13
HSL307.97º65.98%61.96%-
HSV(B)307.97º57.66%87.06%-
XYZ45.1527.9460.77-
YUV144.93161.91182.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.61%
GREEN value IS 94 (37.11% from 255) = 18.04%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=42.61%
G=18.04%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229420500.580.080.13307.9765.9861.96
HexDE5ECD03A8D134423e
Octal336136315072101546410276
Binary110111101011110110011010111010100011011001101001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5ECD; }

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

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

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

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

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

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

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

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