#DE31EB

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

Shades of Free Speech Magenta #DE31EB

Tints of Free Speech Magenta #DE31EB

Color information

#DE31EB (or 0xDE31EB) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 31 and EB. RGB value is (222,49,235). Sum of RGB (Red+Green+Blue) = 222+49+235=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 49 (19.53% from 255 or 9.68% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #DE31EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE31EB is #21CE14. Grayscale: #797979. Windows color (decimal): -2215445 or 15413726. OLE color: 15413726.

HSL color Cylindrical-coordinate representation of color #DE31EB: hue angle of 295.81º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DE31EB is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22249235-
CMYK0.060.7900.08
HSL295.81º82.3%55.69%-
HSV(B)295.81º79.15%92.16%-
XYZ46.2223.7280.74-
YUV121.93191.81199.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.87%
GREEN value IS 49 (19.53% from 255) = 9.68%
BLUE value IS 235 (92.19% from 255) = 46.44%
R=43.87%
G=9.68%
B=46.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal222492350.060.7900.08295.8182.355.69
HexDE31EB64F081285238
Octal33661353611701045012270
Binary11011110110001111010111101001111010001001010001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE31EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE31EB; }

 p { color: rgb(222,49,235); }

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

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

 a { background-color: rgb(222,49,235); }

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

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

 span { border-color: rgb(222,49,235); }

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