#DE5DE9

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

Shades of Free Speech Magenta #DE5DE9

Tints of Free Speech Magenta #DE5DE9

Color information

#DE5DE9 (or 0xDE5DE9) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 5D and E9. RGB value is (222,93,233). Sum of RGB (Red+Green+Blue) = 222+93+233=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 93 (36.72% from 255 or 16.97% from 548); Blue value is 233 (91.41% from 255 or 42.52% from 548); Max value from RGB is 233 - color contains mainly: blue. Hex color #DE5DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE5DE9 is #21A216. Grayscale: #939393. Windows color (decimal): -2204183 or 15293918. OLE color: 15293918.

HSL color Cylindrical-coordinate representation of color #DE5DE9: hue angle of 295.29º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE5DE9 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22293233-
CMYK0.050.6000.09
HSL295.29º76.09%63.92%-
HSV(B)295.29º60.09%91.37%-
XYZ48.7529.2480.17-
YUV147.53176.24181.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.51%
GREEN value IS 93 (36.72% from 255) = 16.97%
BLUE value IS 233 (91.41% from 255) = 42.52%
R=40.51%
G=16.97%
B=42.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal222932330.050.6000.09295.2976.0963.92
HexDE5DE953C091274c40
Octal336135351574011447114100
Binary110111101011101111010011011111000100110010011110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5DE9; }

 p { color: rgb(222,93,233); }

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

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

 a { background-color: rgb(222,93,233); }

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

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

 span { border-color: rgb(222,93,233); }

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