#DE35E3

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

Shades of Free Speech Magenta #DE35E3

Tints of Free Speech Magenta #DE35E3

Color information

#DE35E3 (or 0xDE35E3) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 35 and E3. RGB value is (222,53,227). Sum of RGB (Red+Green+Blue) = 222+53+227=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 53 (21.09% from 255 or 10.56% from 502); Blue value is 227 (89.06% from 255 or 45.22% from 502); Max value from RGB is 227 - color contains mainly: blue. Hex color #DE35E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE35E3 is #21CA1C. Grayscale: #7A7A7A. Windows color (decimal): -2214429 or 14890462. OLE color: 14890462.

HSL color Cylindrical-coordinate representation of color #DE35E3: hue angle of 298.28º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE35E3 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22253227-
CMYK0.020.7700.11
HSL298.28º75.65%54.9%-
HSV(B)298.28º76.65%89.02%-
XYZ45.2623.6274.85-
YUV123.37186.49198.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.22%
GREEN value IS 53 (21.09% from 255) = 10.56%
BLUE value IS 227 (89.06% from 255) = 45.22%
R=44.22%
G=10.56%
B=45.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal222532270.020.7700.11298.2875.6554.9
HexDE35E324D0B12a4c37
Octal33665343211501345211467
Binary1101111011010111100011101001101010111001010101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE35E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE35E3; }

 p { color: rgb(222,53,227); }

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

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

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

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

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

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

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