#DE31E6

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

Shades of Free Speech Magenta #DE31E6

Tints of Free Speech Magenta #DE31E6

Color information

#DE31E6 (or 0xDE31E6) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 31 and E6. RGB value is (222,49,230). Sum of RGB (Red+Green+Blue) = 222+49+230=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 49 (19.53% from 255 or 9.78% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #DE31E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE31E6 is #21CE19. Grayscale: #787878. Windows color (decimal): -2215450 or 15086046. OLE color: 15086046.

HSL color Cylindrical-coordinate representation of color #DE31E6: hue angle of 297.35º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DE31E6 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22249230-
CMYK0.030.7900.10
HSL297.35º78.35%54.71%-
HSV(B)297.35º78.7%90.2%-
XYZ45.5123.4476.99-
YUV121.36189.31199.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.31%
GREEN value IS 49 (19.53% from 255) = 9.78%
BLUE value IS 230 (90.23% from 255) = 45.91%
R=44.31%
G=9.78%
B=45.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal222492300.030.7900.10297.3578.3554.71
HexDE31E634F0A1294e37
Octal33661346311701245111667
Binary1101111011000111100110111001111010101001010011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE31E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE31E6; }

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

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

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

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

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

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

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

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