#DE00E1

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

Shades of Deep Magenta #DE00E1

Tints of Deep Magenta #DE00E1

Color information

#DE00E1 (or 0xDE00E1) is unknown color: approx Deep Magenta. HEX triplet: DE, 00 and E1. RGB value is (222,0,225). Sum of RGB (Red+Green+Blue) = 222+0+225=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 0 (0.39% from 255 or 0% from 447); Blue value is 225 (88.28% from 255 or 50.34% from 447); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE00E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE00E1 is #21FF1E. Grayscale: #5B5B5B. Windows color (decimal): -2227999 or 14745822. OLE color: 14745822.

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

Color convert

RGB2220225-
CMYK0.01100.12
HSL299.2º100%44.12%-
HSV(B)299.2º100%88.24%-
XYZ43.7120.9772.98-
YUV92.03203.05220.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 225 (88.28% from 255) = 50.34%
R=49.66%
G=0%
B=50.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22202250.01100.12299.210044.12
HexDE0E11640C12b642c
Octal3360341114401445314454
Binary1101111001110000111100100011001001010111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE00E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE00E1; }

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

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

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

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

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

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

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

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