#DE3BE1

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

Shades of Free Speech Magenta #DE3BE1

Tints of Free Speech Magenta #DE3BE1

Color information

#DE3BE1 (or 0xDE3BE1) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 3B and E1. RGB value is (222,59,225). Sum of RGB (Red+Green+Blue) = 222+59+225=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 59 (23.44% from 255 or 11.66% from 506); Blue value is 225 (88.28% from 255 or 44.47% from 506); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE3BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE3BE1 is #21C41E. Grayscale: #7E7E7E. Windows color (decimal): -2212895 or 14760926. OLE color: 14760926.

HSL color Cylindrical-coordinate representation of color #DE3BE1: hue angle of 298.92º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DE3BE1 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB22259225-
CMYK0.010.7400.12
HSL298.92º73.45%55.69%-
HSV(B)298.92º73.78%88.24%-
XYZ45.2824.0973.5-
YUV126.66183.5196-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.87%
GREEN value IS 59 (23.44% from 255) = 11.66%
BLUE value IS 225 (88.28% from 255) = 44.47%
R=43.87%
G=11.66%
B=44.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal222592250.010.7400.12298.9273.4555.69
HexDE3BE114A0C12b4938
Octal33673341111201445311170
Binary110111101110111110000111001010011001001010111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3BE1; }

 p { color: rgb(222,59,225); }

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

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

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

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

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

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

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