COLOR #DE949F

HEX: #DE949F
RGB: (222,148,159)

Color info

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

RGB color model

#DE949F color RGB value is (222,148,159).

  • red value is 222;
  • green value is 148;
  • blue value is 159.
RGB:
(222,148,159)
(87%,58%,62%)

RGB channels and saturation

R 222 of 255 = 87%
G 148 of 255 = 58%
B 159 of 255 = 62%

222
148
159

R + G + B ~ 69%. #DE949F is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 148 + 159 = 529 (100%)
R 222 of 529 ~ 41.97%
G 148 of 529 ~ 27.98%
B 159 of 529 ~ 30.06%

%41.97
%27.98
%30.06

CMYK color model

#DE949F color CMYK value is (0,33,28,13).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 28.38%
  • key color value is 12.94%
CMYK:
(0,33,28,13)
C0M33Y28K13 
(0%,33%,28%,13%)
(0.00/0.33/0.28/0.13)	

CMYK percentages

%0
%33.33
%28.38
%12.94

Codes

Color #DE949F in popluar color models

DE949F
RGB222148159
HSL351°52.86%72.55%
HSB/HSV351°33.33%87.06%
CMYK0.00%33.33%28.38%
12.94%

Color #DE949F in popluar number systems.

HEXDE949F
Decimal222148159
Binary110111101001010010011111
Octal336224237

Shades and tints

Shades of #DE949F

#DE949F
(222,148,159)
#CA8791
(202,135,145)
#B67A83
(182,122,131)
#A26D75
(162,109,117)
#8E6067
(142,96,103)
#7A5359
(122,83,89)
#66464B
(102,70,75)
#52393D
(82,57,61)
#3E2C2F
(62,44,47)
#2A1F21
(42,31,33)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #DE949F

#DE949F
(222,148,159)
#E19DA7
(225,157,167)
#E4A6AF
(228,166,175)
#E7AFB7
(231,175,183)
#EAB8BF
(234,184,191)
#EDC1C7
(237,193,199)
#F0CACF
(240,202,207)
#F3D3D7
(243,211,215)
#F6DCDF
(246,220,223)
#F9E5E7
(249,229,231)
#FCEEEF
(252,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE949F color. Also use rgb(222,148,159) instead hex code.

Text Font Color

.myTextColor { color: #DE949F; }

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

This text font color is #DE949F.


Background Color

.myBgColor { background-color: #DE949F; }

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

This div background color is #DE949F.


Border color

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

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

This div border color is #DE949F.


Opacity

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

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

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

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

This text has shadow with #DE949F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE949F on black background.


Color preview on white background

This text has color #DE949F on white background.



Black color preview on #DE949F background

This text has black color on #DE949F background.


White color preview on #DE949F background

This text has white color on #DE949F background.