COLOR #DE8595

HEX: #DE8595 RGB: (222,133,149)

Color info

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

RGB color model

#DE8595 color RGB value is (222,133,149).

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

RGB channels and saturation

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

222
133
149

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

Portions of RGB colors in percentages

R + G + B = 222 + 133 + 149 = 504 (100%)
R 222 of 504 ~ 44.05%
G 133 of 504 ~ 26.39%
B 149 of 504 ~ 29.56'%

%44.05
%26.39
%29.56

CMYK color model

#DE8595 color CMYK value is (0,40,33,13).

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

CMYK: (0,40,33,13)
C0M40Y33K13 (0%, 40%, 33%, 13%)
(0.00 / 0.40 / 0.33 / 0.13)

CMYK percentages

%0
%40.09
%32.88
%12.94

Codes

Color #DE8595 in popluar color models

DE 85 95
RGB 222 133 149
HSL 349° 57.42% 69.61%
HSB/HSV 349° 40.09% 87.06%
CMYK 0.00% 40.09% 32.88%
12.94%

Color #DE8595 in popluar number systems.

HEX DE 85 95
Decimal 222 133 149
Binary 11011110 10000101 10010101
Octal 336 205 225

Shades and tints

Shades of #DE8595

#DE8595
(222,133,149)
#CA7988
(202,121,136)
#B66D7B
(182,109,123)
#A2616E
(162,97,110)
#8E5561
(142,85,97)
#7A4954
(122,73,84)
#663D47
(102,61,71)
#52313A
(82,49,58)
#3E252D
(62,37,45)
#2A1920
(42,25,32)
#160D13
(22,13,19)
#000000
(0,0,0)

Tints of #DE8595

#DE8595
(222,133,149)
#E1909E
(225,144,158)
#E49BA7
(228,155,167)
#E7A6B0
(231,166,176)
#EAB1B9
(234,177,185)
#EDBCC2
(237,188,194)
#F0C7CB
(240,199,203)
#F3D2D4
(243,210,212)
#F6DDDD
(246,221,221)
#F9E8E6
(249,232,230)
#FCF3EF
(252,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE8595; }

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

This text font color is #DE8595.

Background Color

.myBgColor { background-color: #DE8595; }

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

This div background color is #DE8595.

Border color

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

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

This div border color is #DE8595.

Opacity

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

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

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

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

This text has shadow with #DE8595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE8595.

Preview

Color preview on black background

This text has color #DE8595 on black background.


Color preview on white background

This text has color #DE8595 on white background.


Black color preview on #DE8595 background

This text has black color on #DE8595 background.


White color preview on #DE8595 background

This text has white color on #DE8595 background.


Related colors

Complementary color

Complementary color for #hex is #217A6A.


I love getcolorcode.com

Triadic colors

1 #95DE85 and #8595DE with #DE8595 are triadic colors.

2 #9585DE and #85DE95 with #DE8595 are triadic colors.