#DE05E2

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

Shades of Deep Magenta #DE05E2

Tints of Deep Magenta #DE05E2

Color information

#DE05E2 (or 0xDE05E2) is unknown color: approx Deep Magenta. HEX triplet: DE, 05 and E2. RGB value is (222,5,226). Sum of RGB (Red+Green+Blue) = 222+5+226=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 5 (2.34% from 255 or 1.10% from 453); Blue value is 226 (88.67% from 255 or 49.89% from 453); Max value from RGB is 226 - color contains mainly: blue. Hex color #DE05E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE05E2 is #21FA1D. Grayscale: #5E5E5E. Windows color (decimal): -2226718 or 14812638. OLE color: 14812638.

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

Color convert

RGB2225226-
CMYK0.020.9800.11
HSL298.91º95.67%45.29%-
HSV(B)298.91º97.79%88.63%-
XYZ43.9121.1373.72-
YUV95.08201.89218.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.01%
GREEN value IS 5 (2.34% from 255) = 1.10%
BLUE value IS 226 (88.67% from 255) = 49.89%
R=49.01%
G=1.10%
B=49.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22252260.020.9800.11298.9195.6745.29
HexDE5E22620B12b602d
Octal3365342214201345314055
Binary1101111010111100010101100010010111001010111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE05E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE05E2; }

 p { color: rgb(222,5,226); }

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

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

 a { background-color: rgb(222,5,226); }

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

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

 span { border-color: rgb(222,5,226); }

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