#DE1EE0

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

Shades of Deep Magenta #DE1EE0

Tints of Deep Magenta #DE1EE0

Color information

#DE1EE0 (or 0xDE1EE0) is unknown color: approx Deep Magenta. HEX triplet: DE, 1E and E0. RGB value is (222,30,224). Sum of RGB (Red+Green+Blue) = 222+30+224=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 30 (12.11% from 255 or 6.30% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE1EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1EE0 is #21E11F. Grayscale: #6C6C6C. Windows color (decimal): -2220320 or 14687966. OLE color: 14687966.

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

Color convert

RGB22230224-
CMYK0.010.8700.12
HSL299.38º76.38%49.8%-
HSV(B)299.38º86.61%87.84%-
XYZ44.0421.8472.42-
YUV109.52192.61208.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.64%
GREEN value IS 30 (12.11% from 255) = 6.30%
BLUE value IS 224 (87.89% from 255) = 47.06%
R=46.64%
G=6.30%
B=47.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal222302240.010.8700.12299.3876.3849.8
HexDE1EE01570C12b4c32
Octal33636340112701445311462
Binary11011110111101110000011010111011001001010111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1EE0; }

 p { color: rgb(222,30,224); }

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

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

 a { background-color: rgb(222,30,224); }

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

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

 span { border-color: rgb(222,30,224); }

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