#de60e9

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

Shades of Free Speech Magenta #DE60E9

Tints of Free Speech Magenta #DE60E9

Color information

#DE60E9 (or 0xDE60E9) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 60 and E9. RGB value is (222,96,233). Sum of RGB (Red+Green+Blue) = 222+96+233=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 96 (37.89% from 255 or 17.42% from 551); Blue value is 233 (91.41% from 255 or 42.29% from 551); Max value from RGB is 233 - color contains mainly: blue. Hex color #DE60E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE60E9 is #219F16. Grayscale: #949494. Windows color (decimal): -2203415 or 15294686. OLE color: 15294686.

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

Color convert

RGB22296233-
CMYK0.050.5900.09
HSL295.18º75.69%64.51%-
HSV(B)295.18º58.8%91.37%-
XYZ49.0229.7880.26-
YUV149.29175.24179.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.29%
GREEN value IS 96 (37.89% from 255) = 17.42%
BLUE value IS 233 (91.41% from 255) = 42.29%
R=40.29%
G=17.42%
B=42.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal222962330.050.5900.09295.1875.6964.51
HexDE60E953B091274c41
Octal336140351573011447114101
Binary110111101100000111010011011110110100110010011110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de60e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de60e9; }

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

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

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

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

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

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

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

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