#DE50E6

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

Shades of Free Speech Magenta #DE50E6

Tints of Free Speech Magenta #DE50E6

Color information

#DE50E6 (or 0xDE50E6) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 50 and E6. RGB value is (222,80,230). Sum of RGB (Red+Green+Blue) = 222+80+230=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 80 (31.64% from 255 or 15.04% from 532); Blue value is 230 (90.23% from 255 or 43.23% from 532); Max value from RGB is 230 - color contains mainly: blue. Hex color #DE50E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE50E6 is #21AF19. Grayscale: #8B8B8B. Windows color (decimal): -2207514 or 15093982. OLE color: 15093982.

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

Color convert

RGB22280230-
CMYK0.030.6500.10
HSL296.8º75%60.78%-
HSV(B)296.8º65.22%90.2%-
XYZ47.2826.9877.58-
YUV139.56179.04186.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.73%
GREEN value IS 80 (31.64% from 255) = 15.04%
BLUE value IS 230 (90.23% from 255) = 43.23%
R=41.73%
G=15.04%
B=43.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal222802300.030.6500.10296.87560.78
HexDE50E63410A1294b3d
Octal336120346310101245111375
Binary11011110101000011100110111000001010101001010011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE50E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE50E6; }

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

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

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

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

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

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

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

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