COLOR #DE3EA7

HEX: #DE3EA7
RGB: (222,62,167)

Color info

#DE3EA7 contains mainly red and blue colors. Web safe color of #DE3EA7 is #CC3399 (or #C39).

RGB color model

#DE3EA7 color RGB value is (222,62,167).

  • red value is 222;
  • green value is 62;
  • blue value is 167.
RGB:
(222,62,167)
(87%,24%,65%)

RGB channels and saturation

R 222 of 255 = 87%
G 62 of 255 = 24%
B 167 of 255 = 65%

222
62
167

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

Portions of RGB colors in percentages

R + G + B =
222 + 62 + 167 = 451 (100%)
R 222 of 451 ~ 49.22%
G 62 of 451 ~ 13.75%
B 167 of 451 ~ 37.03%

%49.22
%13.75
%37.03

CMYK color model

#DE3EA7 color CMYK value is (0,72,25,13).

  • cyan value is 0.00%
  • magenta value is 72.07%
  • yellow value is 24.77%
  • key color value is 12.94%
CMYK:
(0,72,25,13)
C0M72Y25K13 
(0%,72%,25%,13%)
(0.00/0.72/0.25/0.13)	

CMYK percentages

%0
%72.07
%24.77
%12.94

Codes

Color #DE3EA7 in popluar color models

DE3EA7
RGB22262167
HSL321°70.80%55.69%
HSB/HSV321°72.07%87.06%
CMYK0.00%72.07%24.77%
12.94%

Color #DE3EA7 in popluar number systems.

HEXDE3EA7
Decimal22262167
Binary1101111011111010100111
Octal33676247

Shades and tints

Shades of #DE3EA7

#DE3EA7
(222,62,167)
#CA3998
(202,57,152)
#B63489
(182,52,137)
#A22F7A
(162,47,122)
#8E2A6B
(142,42,107)
#7A255C
(122,37,92)
#66204D
(102,32,77)
#521B3E
(82,27,62)
#3E162F
(62,22,47)
#2A1120
(42,17,32)
#160C11
(22,12,17)
#000000
(0,0,0)

Tints of #DE3EA7

#DE3EA7
(222,62,167)
#E14FAF
(225,79,175)
#E460B7
(228,96,183)
#E771BF
(231,113,191)
#EA82C7
(234,130,199)
#ED93CF
(237,147,207)
#F0A4D7
(240,164,215)
#F3B5DF
(243,181,223)
#F6C6E7
(246,198,231)
#F9D7EF
(249,215,239)
#FCE8F7
(252,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE3EA7 color. Also use rgb(222,62,167) instead hex code.

Text Font Color

.myTextColor { color: #DE3EA7; }

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

This text font color is #DE3EA7.


Background Color

.myBgColor { background-color: #DE3EA7; }

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

This div background color is #DE3EA7.


Border color

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

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

This div border color is #DE3EA7.


Opacity

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

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

Text with #DE3EA7 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 #DE3EA7;}

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

This text has shadow with #DE3EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE3EA7 on black background.


Color preview on white background

This text has color #DE3EA7 on white background.



Black color preview on #DE3EA7 background

This text has black color on #DE3EA7 background.


White color preview on #DE3EA7 background

This text has white color on #DE3EA7 background.