#DE63E5

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

Shades of Free Speech Magenta #DE63E5

Tints of Free Speech Magenta #DE63E5

Color information

#DE63E5 (or 0xDE63E5) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 63 and E5. RGB value is (222,99,229). Sum of RGB (Red+Green+Blue) = 222+99+229=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 99 (39.06% from 255 or 18% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE63E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE63E5 is #219C1A. Grayscale: #969696. Windows color (decimal): -2202651 or 15033310. OLE color: 15033310.

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

Color convert

RGB22299229-
CMYK0.030.5700.10
HSL296.77º71.43%64.31%-
HSV(B)296.77º56.77%89.8%-
XYZ48.7330.1177.37-
YUV150.6172.25178.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.36%
GREEN value IS 99 (39.06% from 255) = 18%
BLUE value IS 229 (89.84% from 255) = 41.64%
R=40.36%
G=18%
B=41.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal222992290.030.5700.10296.7771.4364.31
HexDE63E53390A1294740
Octal336143345371012451107100
Binary11011110110001111100101111110010101010010100110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE63E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE63E5; }

 p { color: rgb(222,99,229); }

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

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

 a { background-color: rgb(222,99,229); }

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

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

 span { border-color: rgb(222,99,229); }

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