#DE63DE

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

Shades of Free Speech Magenta #DE63DE

Tints of Free Speech Magenta #DE63DE

Color information

#DE63DE (or 0xDE63DE) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 63 and DE. RGB value is (222,99,222). Sum of RGB (Red+Green+Blue) = 222+99+222=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 99 (39.06% from 255 or 18.23% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE63DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE63DE is #219C21. Grayscale: #959595. Windows color (decimal): -2202658 or 14574558. OLE color: 14574558.

HSL color Cylindrical-coordinate representation of color #DE63DE: hue angle of 300º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE63DE is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB22299222-
CMYK00.5500.13
HSL300º65.08%62.94%-
HSV(B)300º55.41%87.06%-
XYZ47.7729.7372.33-
YUV149.8168.75179.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.88%
GREEN value IS 99 (39.06% from 255) = 18.23%
BLUE value IS 222 (87.11% from 255) = 40.88%
R=40.88%
G=18.23%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229922200.5500.1330065.0862.94
HexDE63DE0370D12c413f
Octal33614333606701545410177
Binary110111101100011110111100110111011011001011001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE63DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE63DE; }

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

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

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

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

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

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

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

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