COLOR #DE9590

HEX: #DE9590
RGB: (222,149,144)

Color info

#DE9590 contains mainly red color. Web safe color of #DE9590 is #CC9999 (or #C99).

RGB color model

#DE9590 color RGB value is (222,149,144).

  • red value is 222;
  • green value is 149;
  • blue value is 144.
RGB:
(222,149,144)
(87%,58%,56%)

RGB channels and saturation

R 222 of 255 = 87%
G 149 of 255 = 58%
B 144 of 255 = 56%

222
149
144

R + G + B ~ 67%. #DE9590 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 149 + 144 = 515 (100%)
R 222 of 515 ~ 43.11%
G 149 of 515 ~ 28.93%
B 144 of 515 ~ 27.96%

%43.11
%28.93
%27.96

CMYK color model

#DE9590 color CMYK value is (0,33,35,13).

  • cyan value is 0.00%
  • magenta value is 32.88%
  • yellow value is 35.14%
  • key color value is 12.94%
CMYK:
(0,33,35,13)
C0M33Y35K13 
(0%,33%,35%,13%)
(0.00/0.33/0.35/0.13)	

CMYK percentages

%0
%32.88
%35.14
%12.94

Codes

Color #DE9590 in popluar color models

DE9590
RGB222149144
HSL54.17%71.76%
HSB/HSV35.14%87.06%
CMYK0.00%32.88%35.14%
12.94%

Color #DE9590 in popluar number systems.

HEXDE9590
Decimal222149144
Binary110111101001010110010000
Octal336225220

Shades and tints

Shades of #DE9590

#DE9590
(222,149,144)
#CA8883
(202,136,131)
#B67B76
(182,123,118)
#A26E69
(162,110,105)
#8E615C
(142,97,92)
#7A544F
(122,84,79)
#664742
(102,71,66)
#523A35
(82,58,53)
#3E2D28
(62,45,40)
#2A201B
(42,32,27)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #DE9590

#DE9590
(222,149,144)
#E19E9A
(225,158,154)
#E4A7A4
(228,167,164)
#E7B0AE
(231,176,174)
#EAB9B8
(234,185,184)
#EDC2C2
(237,194,194)
#F0CBCC
(240,203,204)
#F3D4D6
(243,212,214)
#F6DDE0
(246,221,224)
#F9E6EA
(249,230,234)
#FCEFF4
(252,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE9590 color. Also use rgb(222,149,144) instead hex code.

Text Font Color

.myTextColor { color: #DE9590; }

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

This text font color is #DE9590.


Background Color

.myBgColor { background-color: #DE9590; }

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

This div background color is #DE9590.


Border color

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

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

This div border color is #DE9590.


Opacity

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

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

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

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

This text has shadow with #DE9590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE9590 on black background.


Color preview on white background

This text has color #DE9590 on white background.



Black color preview on #DE9590 background

This text has black color on #DE9590 background.


White color preview on #DE9590 background

This text has white color on #DE9590 background.