COLOR #DE139E

HEX: #DE139E
RGB: (222,19,158)

Color info

#DE139E contains mainly red color. Web safe color of #DE139E is #CC0099 (or #C09).

RGB color model

#DE139E color RGB value is (222,19,158).

  • red value is 222;
  • green value is 19;
  • blue value is 158.
RGB:
(222,19,158)
(87%,7%,62%)

RGB channels and saturation

R 222 of 255 = 87%
G 19 of 255 = 7%
B 158 of 255 = 62%

222
19
158

R + G + B ~ 52%. #DE139E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
222 + 19 + 158 = 399 (100%)
R 222 of 399 ~ 55.64%
G 19 of 399 ~ 4.76%
B 158 of 399 ~ 39.6%

%55.64
%39.6

CMYK color model

#DE139E color CMYK value is (0,91,29,13).

  • cyan value is 0.00%
  • magenta value is 91.44%
  • yellow value is 28.83%
  • key color value is 12.94%
CMYK:
(0,91,29,13)
C0M91Y29K13 
(0%,91%,29%,13%)
(0.00/0.91/0.29/0.13)	

CMYK percentages

%0
%91.44
%28.83
%12.94

Codes

Color #DE139E in popluar color models

DE139E
RGB22219158
HSL319°84.23%47.25%
HSB/HSV319°91.44%87.06%
CMYK0.00%91.44%28.83%
12.94%

Color #DE139E in popluar number systems.

HEXDE139E
Decimal22219158
Binary110111101001110011110
Octal33623236

Shades and tints

Shades of #DE139E

#DE139E
(222,19,158)
#CA1290
(202,18,144)
#B61182
(182,17,130)
#A21074
(162,16,116)
#8E0F66
(142,15,102)
#7A0E58
(122,14,88)
#660D4A
(102,13,74)
#520C3C
(82,12,60)
#3E0B2E
(62,11,46)
#2A0A20
(42,10,32)
#160912
(22,9,18)
#000000
(0,0,0)

Tints of #DE139E

#DE139E
(222,19,158)
#E128A6
(225,40,166)
#E43DAE
(228,61,174)
#E752B6
(231,82,182)
#EA67BE
(234,103,190)
#ED7CC6
(237,124,198)
#F091CE
(240,145,206)
#F3A6D6
(243,166,214)
#F6BBDE
(246,187,222)
#F9D0E6
(249,208,230)
#FCE5EE
(252,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE139E color. Also use rgb(222,19,158) instead hex code.

Text Font Color

.myTextColor { color: #DE139E; }

<p style="color:#DE139E">This sample text font color is #DE139E.</p>

This text font color is #DE139E.


Background Color

.myBgColor { background-color: #DE139E; }

<div style="background-color:#DE139E">Inner text</div>

This div background color is #DE139E.


Border color

.myBorderColor { border: 1px solid #DE139E; }

<div style="border:3px solid #DE139E">Div</div>

This div border color is #DE139E.


Opacity

.myOpacity80 { color: #DE139E; opacity: 0.8; }

<p style="color:#DE139E;opacity:0.8;">80%</p>

Text with #DE139E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DE139E;}

<p style="text-shadow: 3px 3px 1px #DE139E">Text here.</p>

This text has shadow with #DE139E color.

.textShadow {text-shadow: 3px 3px 1px #DE139E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DE139E, 5px 5px 20px red">Text here.</p>

This text has shadow with #DE139E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DE139E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DE139E, Direction=45, Strength=4)">Text</p>

This text has shadow with #DE139E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #DE139E;
  -webkit-box-shadow:	1px 1px 3px 2px #DE139E;
  box-shadow:		1px 1px 3px 2px #DE139E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DE139E;
-webkit-box-shadow: 1px 1px 3px 2px #DE139E;
box-shadow:1px 1px 3px 2px #DE139E;">
Div content here</div>
This div box has shadow with color #DE139E.

Preview

Color preview on black background

This text has color #DE139E on black background.


Color preview on white background

This text has color #DE139E on white background.



Black color preview on #DE139E background

This text has black color on #DE139E background.


White color preview on #DE139E background

This text has white color on #DE139E background.