#DE38EF

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

Shades of Free Speech Magenta #DE38EF

Tints of Free Speech Magenta #DE38EF

Color information

#DE38EF (or 0xDE38EF) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 38 and EF. RGB value is (222,56,239). Sum of RGB (Red+Green+Blue) = 222+56+239=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 56 (22.27% from 255 or 10.83% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #DE38EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE38EF is #21C710. Grayscale: #7D7D7D. Windows color (decimal): -2213649 or 15677662. OLE color: 15677662.

HSL color Cylindrical-coordinate representation of color #DE38EF: hue angle of 294.43º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE38EF is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22256239-
CMYK0.070.7700.06
HSL294.43º85.12%57.84%-
HSV(B)294.43º76.57%93.73%-
XYZ47.1224.5983.92-
YUV126.5191.5196.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.94%
GREEN value IS 56 (22.27% from 255) = 10.83%
BLUE value IS 239 (93.75% from 255) = 46.23%
R=42.94%
G=10.83%
B=46.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal222562390.070.7700.06294.4385.1257.84
HexDE38EF74D06126553a
Octal3367035771150644612572
Binary1101111011100011101111111100110101101001001101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE38EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE38EF; }

 p { color: rgb(222,56,239); }

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

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

 a { background-color: rgb(222,56,239); }

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

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

 span { border-color: rgb(222,56,239); }

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