#DE4CEE

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

Shades of Free Speech Magenta #DE4CEE

Tints of Free Speech Magenta #DE4CEE

Color information

#DE4CEE (or 0xDE4CEE) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 4C and EE. RGB value is (222,76,238). Sum of RGB (Red+Green+Blue) = 222+76+238=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 76 (30.08% from 255 or 14.18% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE4CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE4CEE is #21B311. Grayscale: #898989. Windows color (decimal): -2208530 or 15617246. OLE color: 15617246.

HSL color Cylindrical-coordinate representation of color #DE4CEE: hue angle of 294.07º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE4CEE is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22276238-
CMYK0.070.6800.07
HSL294.07º82.65%61.57%-
HSV(B)294.07º68.07%93.33%-
XYZ48.1426.8783.54-
YUV138.12184.37187.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.42%
GREEN value IS 76 (30.08% from 255) = 14.18%
BLUE value IS 238 (93.36% from 255) = 44.40%
R=41.42%
G=14.18%
B=44.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal222762380.070.6800.07294.0782.6561.57
HexDE4CEE74407126533e
Octal33611435671040744612376
Binary11011110100110011101110111100010001111001001101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4CEE; }

 p { color: rgb(222,76,238); }

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

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

 a { background-color: rgb(222,76,238); }

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

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

 span { border-color: rgb(222,76,238); }

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