#DE4DE1

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

Shades of Free Speech Magenta #DE4DE1

Tints of Free Speech Magenta #DE4DE1

Color information

#DE4DE1 (or 0xDE4DE1) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 4D and E1. RGB value is (222,77,225). Sum of RGB (Red+Green+Blue) = 222+77+225=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 77 (30.47% from 255 or 14.69% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE4DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE4DE1 is #21B21E. Grayscale: #888888. Windows color (decimal): -2208287 or 14765534. OLE color: 14765534.

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

Color convert

RGB22277225-
CMYK0.010.6600.12
HSL298.78º71.15%59.22%-
HSV(B)298.78º65.78%88.24%-
XYZ46.3726.2773.86-
YUV137.23177.54188.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.37%
GREEN value IS 77 (30.47% from 255) = 14.69%
BLUE value IS 225 (88.28% from 255) = 42.94%
R=42.37%
G=14.69%
B=42.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal222772250.010.6600.12298.7871.1559.22
HexDE4DE11420C12b473b
Octal336115341110201445310773
Binary1101111010011011110000111000010011001001010111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4DE1; }

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

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

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

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

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

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

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

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