#DE19E2

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

Shades of Deep Magenta #DE19E2

Tints of Deep Magenta #DE19E2

Color information

#DE19E2 (or 0xDE19E2) is unknown color: approx Deep Magenta. HEX triplet: DE, 19 and E2. RGB value is (222,25,226). Sum of RGB (Red+Green+Blue) = 222+25+226=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 25 (10.16% from 255 or 5.29% from 473); Blue value is 226 (88.67% from 255 or 47.78% from 473); Max value from RGB is 226 - color contains mainly: blue. Hex color #DE19E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE19E2 is #21E61D. Grayscale: #6A6A6A. Windows color (decimal): -2221598 or 14817758. OLE color: 14817758.

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

Color convert

RGB22225226-
CMYK0.020.8900.11
HSL298.81º80.08%49.22%-
HSV(B)298.81º88.94%88.63%-
XYZ44.221.7273.81-
YUV106.82195.27210.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.93%
GREEN value IS 25 (10.16% from 255) = 5.29%
BLUE value IS 226 (88.67% from 255) = 47.78%
R=46.93%
G=5.29%
B=47.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal222252260.020.8900.11298.8180.0849.22
HexDE19E22590B12b5031
Octal33631342213101345312061
Binary110111101100111100010101011001010111001010111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE19E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE19E2; }

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

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

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

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

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

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

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

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