#DE50BE

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

Shades of Free Speech Magenta #DE50BE

Tints of Free Speech Magenta #DE50BE

Color information

#DE50BE (or 0xDE50BE) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 50 and BE. RGB value is (222,80,190). Sum of RGB (Red+Green+Blue) = 222+80+190=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DE50BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE50BE is #21AF41. Grayscale: #868686. Windows color (decimal): -2207554 or 12472542. OLE color: 12472542.

HSL color Cylindrical-coordinate representation of color #DE50BE: hue angle of 313.52º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE50BE is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB22280190-
CMYK00.640.140.13
HSL313.52º68.27%59.22%-
HSV(B)313.52º63.96%87.06%-
XYZ42.2924.9851.31-
YUV135159.04190.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.12%
GREEN value IS 80 (31.64% from 255) = 16.26%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=45.12%
G=16.26%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228019000.640.140.13313.5268.2759.22
HexDE50BE040ED13a443b
Octal3361202760100161547210473
Binary1101111010100001011111001000000111011011001110101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE50BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE50BE; }

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

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

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

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

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

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

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

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