COLOR #DE8596

HEX: #DE8596 RGB: (222,133,150)

Color info

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

RGB color model

#DE8596 color RGB value is (222,133,150).

RGB: (222,133,150) (87%, 52%, 59%)

RGB channels and saturation

R 222 of 255 = 87%
G 133 of 255 = 52%
B 150 of 255 = 59%

222
133
150

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

Portions of RGB colors in percentages

R + G + B = 222 + 133 + 150 = 505 (100%)
R 222 of 505 ~ 43.96%
G 133 of 505 ~ 26.34%
B 150 of 505 ~ 29.7'%

%43.96
%26.34
%29.7

CMYK color model

#DE8596 color CMYK value is (0,40,32,13).

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

CMYK: (0,40,32,13)
C0M40Y32K13 (0%, 40%, 32%, 13%)
(0.00 / 0.40 / 0.32 / 0.13)

CMYK percentages

%0
%40.09
%32.43
%12.94

Codes

Color #DE8596 in popluar color models

DE 85 96
RGB 222 133 150
HSL 349° 57.42% 69.61%
HSB/HSV 349° 40.09% 87.06%
CMYK 0.00% 40.09% 32.43%
12.94%

Color #DE8596 in popluar number systems.

HEX DE 85 96
Decimal 222 133 150
Binary 11011110 10000101 10010110
Octal 336 205 226

Shades and tints

Shades of #DE8596

#DE8596
(222,133,150)
#CA7989
(202,121,137)
#B66D7C
(182,109,124)
#A2616F
(162,97,111)
#8E5562
(142,85,98)
#7A4955
(122,73,85)
#663D48
(102,61,72)
#52313B
(82,49,59)
#3E252E
(62,37,46)
#2A1921
(42,25,33)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #DE8596

#DE8596
(222,133,150)
#E1909F
(225,144,159)
#E49BA8
(228,155,168)
#E7A6B1
(231,166,177)
#EAB1BA
(234,177,186)
#EDBCC3
(237,188,195)
#F0C7CC
(240,199,204)
#F3D2D5
(243,210,213)
#F6DDDE
(246,221,222)
#F9E8E7
(249,232,231)
#FCF3F0
(252,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE8596; }

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

This text font color is #DE8596.

Background Color

.myBgColor { background-color: #DE8596; }

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

This div background color is #DE8596.

Border color

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

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

This div border color is #DE8596.

Opacity

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

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

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

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

This text has shadow with #DE8596 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE8596.

Preview

Color preview on black background

This text has color #DE8596 on black background.


Color preview on white background

This text has color #DE8596 on white background.


Black color preview on #DE8596 background

This text has black color on #DE8596 background.


White color preview on #DE8596 background

This text has white color on #DE8596 background.


Related colors

Complementary color

Complementary color for #hex is #217A69.


I love getcolorcode.com

Triadic colors

1 #96DE85 and #8596DE with #DE8596 are triadic colors.

2 #9685DE and #85DE96 with #DE8596 are triadic colors.