#DE5ED0

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

Shades of Free Speech Magenta #DE5ED0

Tints of Free Speech Magenta #DE5ED0

Color information

#DE5ED0 (or 0xDE5ED0) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 5E and D0. RGB value is (222,94,208). Sum of RGB (Red+Green+Blue) = 222+94+208=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 94 (37.11% from 255 or 17.94% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5ED0 is #21A12F. Grayscale: #909090. Windows color (decimal): -2203952 or 13655774. OLE color: 13655774.

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

Color convert

RGB22294208-
CMYK00.580.060.13
HSL306.56º65.98%61.96%-
HSV(B)306.56º57.66%87.06%-
XYZ45.5128.0962.7-
YUV145.27163.41182.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.37%
GREEN value IS 94 (37.11% from 255) = 17.94%
BLUE value IS 208 (81.64% from 255) = 39.69%
R=42.37%
G=17.94%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229420800.580.060.13306.5665.9861.96
HexDE5ED003A6D133423e
Octal33613632007261546310276
Binary11011110101111011010000011101011011011001100111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5ED0; }

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

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

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

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

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

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

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

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