COLOR #DE9385

HEX: #DE9385 RGB: (222,147,133)

Color info

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

RGB color model

#DE9385 color RGB value is (222,147,133).

RGB: (222,147,133) (87%, 58%, 52%)

RGB channels and saturation

R 222 of 255 = 87%
G 147 of 255 = 58%
B 133 of 255 = 52%

222
147
133

R + G + B ~ 66%. #DE9385 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 147 + 133 = 502 (100%)
R 222 of 502 ~ 44.22%
G 147 of 502 ~ 29.28%
B 133 of 502 ~ 26.49'%

%44.22
%29.28
%26.49

CMYK color model

#DE9385 color CMYK value is (0,34,40,13).

  • cyan value is 0.00%
  • magenta value is 33.78%
  • yellow value is 40.09%
  • key color value is 12.94%

CMYK: (0,34,40,13)
C0M34Y40K13 (0%, 34%, 40%, 13%)
(0.00 / 0.34 / 0.40 / 0.13)

CMYK percentages

%0
%33.78
%40.09
%12.94

Codes

Color #DE9385 in popluar color models

DE 93 85
RGB 222 147 133
HSL 57.42% 69.61%
HSB/HSV 40.09% 87.06%
CMYK 0.00% 33.78% 40.09%
12.94%

Color #DE9385 in popluar number systems.

HEX DE 93 85
Decimal 222 147 133
Binary 11011110 10010011 10000101
Octal 336 223 205

Shades and tints

Shades of #DE9385

#DE9385
(222,147,133)
#CA8679
(202,134,121)
#B6796D
(182,121,109)
#A26C61
(162,108,97)
#8E5F55
(142,95,85)
#7A5249
(122,82,73)
#66453D
(102,69,61)
#523831
(82,56,49)
#3E2B25
(62,43,37)
#2A1E19
(42,30,25)
#16110D
(22,17,13)
#000000
(0,0,0)

Tints of #DE9385

#DE9385
(222,147,133)
#E19C90
(225,156,144)
#E4A59B
(228,165,155)
#E7AEA6
(231,174,166)
#EAB7B1
(234,183,177)
#EDC0BC
(237,192,188)
#F0C9C7
(240,201,199)
#F3D2D2
(243,210,210)
#F6DBDD
(246,219,221)
#F9E4E8
(249,228,232)
#FCEDF3
(252,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE9385 color. Also use rgb(222,147,133) instead hex code.

Text Font Color

.myTextColor { color: #DE9385; }

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

This text font color is #DE9385.

Background Color

.myBgColor { background-color: #DE9385; }

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

This div background color is #DE9385.

Border color

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

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

This div border color is #DE9385.

Opacity

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

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

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

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

This text has shadow with #DE9385 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE9385.

Preview

Color preview on black background

This text has color #DE9385 on black background.


Color preview on white background

This text has color #DE9385 on white background.


Black color preview on #DE9385 background

This text has black color on #DE9385 background.


White color preview on #DE9385 background

This text has white color on #DE9385 background.


Related colors

Complementary color

Complementary color for #hex is #216C7A.


I love getcolorcode.com

Triadic colors

1 #85DE93 and #9385DE with #DE9385 are triadic colors.

2 #8593DE and #93DE85 with #DE9385 are triadic colors.