COLOR #DE2491

HEX: #DE2491
RGB: (222,36,145)

Color info

#DE2491 contains mainly red color. Web safe color of #DE2491 is #CC3399 (or #C39).

RGB color model

#DE2491 color RGB value is (222,36,145).

  • red value is 222;
  • green value is 36;
  • blue value is 145.
RGB:
(222,36,145)
(87%,14%,57%)

RGB channels and saturation

R 222 of 255 = 87%
G 36 of 255 = 14%
B 145 of 255 = 57%

222
36
145

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

Portions of RGB colors in percentages

R + G + B =
222 + 36 + 145 = 403 (100%)
R 222 of 403 ~ 55.09%
G 36 of 403 ~ 8.93%
B 145 of 403 ~ 35.98%

%55.09
%35.98

CMYK color model

#DE2491 color CMYK value is (0,84,35,13).

  • cyan value is 0.00%
  • magenta value is 83.78%
  • yellow value is 34.68%
  • key color value is 12.94%
CMYK:
(0,84,35,13)
C0M84Y35K13 
(0%,84%,35%,13%)
(0.00/0.84/0.35/0.13)	

CMYK percentages

%0
%83.78
%34.68
%12.94

Codes

Color #DE2491 in popluar color models

DE2491
RGB22236145
HSL325°73.81%50.59%
HSB/HSV325°83.78%87.06%
CMYK0.00%83.78%34.68%
12.94%

Color #DE2491 in popluar number systems.

HEXDE2491
Decimal22236145
Binary1101111010010010010001
Octal33644221

Shades and tints

Shades of #DE2491

#DE2491
(222,36,145)
#CA2184
(202,33,132)
#B61E77
(182,30,119)
#A21B6A
(162,27,106)
#8E185D
(142,24,93)
#7A1550
(122,21,80)
#661243
(102,18,67)
#520F36
(82,15,54)
#3E0C29
(62,12,41)
#2A091C
(42,9,28)
#16060F
(22,6,15)
#000000
(0,0,0)

Tints of #DE2491

#DE2491
(222,36,145)
#E1379B
(225,55,155)
#E44AA5
(228,74,165)
#E75DAF
(231,93,175)
#EA70B9
(234,112,185)
#ED83C3
(237,131,195)
#F096CD
(240,150,205)
#F3A9D7
(243,169,215)
#F6BCE1
(246,188,225)
#F9CFEB
(249,207,235)
#FCE2F5
(252,226,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE2491 color. Also use rgb(222,36,145) instead hex code.

Text Font Color

.myTextColor { color: #DE2491; }

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

This text font color is #DE2491.


Background Color

.myBgColor { background-color: #DE2491; }

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

This div background color is #DE2491.


Border color

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

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

This div border color is #DE2491.


Opacity

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

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

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

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

This text has shadow with #DE2491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE2491 on black background.


Color preview on white background

This text has color #DE2491 on white background.



Black color preview on #DE2491 background

This text has black color on #DE2491 background.


White color preview on #DE2491 background

This text has white color on #DE2491 background.