#DE62E4

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

Shades of Free Speech Magenta #DE62E4

Tints of Free Speech Magenta #DE62E4

Color information

#DE62E4 (or 0xDE62E4) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 62 and E4. RGB value is (222,98,228). Sum of RGB (Red+Green+Blue) = 222+98+228=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 98 (38.67% from 255 or 17.88% from 548); Blue value is 228 (89.45% from 255 or 41.61% from 548); Max value from RGB is 228 - color contains mainly: blue. Hex color #DE62E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE62E4 is #219D1B. Grayscale: #959595. Windows color (decimal): -2202908 or 14967518. OLE color: 14967518.

HSL color Cylindrical-coordinate representation of color #DE62E4: hue angle of 297.23º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DE62E4 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22298228-
CMYK0.030.5700.11
HSL297.23º70.65%63.92%-
HSV(B)297.23º57.02%89.41%-
XYZ48.529.8776.61-
YUV149.9172.08179.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.51%
GREEN value IS 98 (38.67% from 255) = 17.88%
BLUE value IS 228 (89.45% from 255) = 41.61%
R=40.51%
G=17.88%
B=41.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal222982280.030.5700.11297.2370.6563.92
HexDE62E43390B1294740
Octal336142344371013451107100
Binary11011110110001011100100111110010101110010100110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE62E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE62E4; }

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

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

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

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

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

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

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

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