COLOR #DE8384

HEX: #DE8384
RGB: (222,131,132)

Color info

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

RGB color model

#DE8384 color RGB value is (222,131,132).

  • red value is 222;
  • green value is 131;
  • blue value is 132.
RGB:
(222,131,132)
(87%,51%,52%)

RGB channels and saturation

R 222 of 255 = 87%
G 131 of 255 = 51%
B 132 of 255 = 52%

222
131
132

R + G + B ~ 63%. #DE8384 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 131 + 132 = 485 (100%)
R 222 of 485 ~ 45.77%
G 131 of 485 ~ 27.01%
B 132 of 485 ~ 27.22%

%45.77
%27.01
%27.22

CMYK color model

#DE8384 color CMYK value is (0,41,41,13).

  • cyan value is 0.00%
  • magenta value is 40.99%
  • yellow value is 40.54%
  • key color value is 12.94%
CMYK:
(0,41,41,13)
C0M41Y41K13 
(0%,41%,41%,13%)
(0.00/0.41/0.41/0.13)	

CMYK percentages

%0
%40.99
%40.54
%12.94

Codes

Color #DE8384 in popluar color models

DE8384
RGB222131132
HSL359°57.96%69.22%
HSB/HSV359°40.99%87.06%
CMYK0.00%40.99%40.54%
12.94%

Color #DE8384 in popluar number systems.

HEXDE8384
Decimal222131132
Binary110111101000001110000100
Octal336203204

Shades and tints

Shades of #DE8384

#DE8384
(222,131,132)
#CA7878
(202,120,120)
#B66D6C
(182,109,108)
#A26260
(162,98,96)
#8E5754
(142,87,84)
#7A4C48
(122,76,72)
#66413C
(102,65,60)
#523630
(82,54,48)
#3E2B24
(62,43,36)
#2A2018
(42,32,24)
#16150C
(22,21,12)
#000000
(0,0,0)

Tints of #DE8384

#DE8384
(222,131,132)
#E18E8F
(225,142,143)
#E4999A
(228,153,154)
#E7A4A5
(231,164,165)
#EAAFB0
(234,175,176)
#EDBABB
(237,186,187)
#F0C5C6
(240,197,198)
#F3D0D1
(243,208,209)
#F6DBDC
(246,219,220)
#F9E6E7
(249,230,231)
#FCF1F2
(252,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE8384 color. Also use rgb(222,131,132) instead hex code.

Text Font Color

.myTextColor { color: #DE8384; }

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

This text font color is #DE8384.


Background Color

.myBgColor { background-color: #DE8384; }

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

This div background color is #DE8384.


Border color

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

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

This div border color is #DE8384.


Opacity

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

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

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

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

This text has shadow with #DE8384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE8384 on black background.


Color preview on white background

This text has color #DE8384 on white background.



Black color preview on #DE8384 background

This text has black color on #DE8384 background.


White color preview on #DE8384 background

This text has white color on #DE8384 background.