#DE62E9

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

Shades of Free Speech Magenta #DE62E9

Tints of Free Speech Magenta #DE62E9

Color information

#DE62E9 (or 0xDE62E9) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 62 and E9. RGB value is (222,98,233). Sum of RGB (Red+Green+Blue) = 222+98+233=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 98 (38.67% from 255 or 17.72% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #DE62E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE62E9 is #219D16. Grayscale: #969696. Windows color (decimal): -2202903 or 15295198. OLE color: 15295198.

HSL color Cylindrical-coordinate representation of color #DE62E9: hue angle of 295.11º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE62E9 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22298233-
CMYK0.050.5800.09
HSL295.11º75.42%64.9%-
HSV(B)295.11º57.94%91.37%-
XYZ49.230.1580.32-
YUV150.47174.58179.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.14%
GREEN value IS 98 (38.67% from 255) = 17.72%
BLUE value IS 233 (91.41% from 255) = 42.13%
R=40.14%
G=17.72%
B=42.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal222982330.050.5800.09295.1175.4264.9
HexDE62E953A091274b41
Octal336142351572011447113101
Binary110111101100010111010011011110100100110010011110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE62E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE62E9; }

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

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

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

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

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

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

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

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