COLOR #DD8F95

HEX: #DD8F95 RGB: (221,143,149)

Color info

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

RGB color model

#DD8F95 color RGB value is (221,143,149).

RGB: (221,143,149) (87%, 56%, 58%)

RGB channels and saturation

R 221 of 255 = 87%
G 143 of 255 = 56%
B 149 of 255 = 58%

221
143
149

R + G + B ~ 67%. #DD8F95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 143 + 149 = 513 (100%)
R 221 of 513 ~ 43.08%
G 143 of 513 ~ 27.88%
B 149 of 513 ~ 29.04'%

%43.08
%27.88
%29.04

CMYK color model

#DD8F95 color CMYK value is (0,35,33,13).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 32.58%
  • key color value is 13.33%

CMYK: (0,35,33,13)
C0M35Y33K13 (0%, 35%, 33%, 13%)
(0.00 / 0.35 / 0.33 / 0.13)

CMYK percentages

%0
%35.29
%32.58
%13.33

Codes

Color #DD8F95 in popluar color models

DD 8F 95
RGB 221 143 149
HSL 355° 53.42% 71.37%
HSB/HSV 355° 35.29% 86.67%
CMYK 0.00% 35.29% 32.58%
13.33%

Color #DD8F95 in popluar number systems.

HEX DD 8F 95
Decimal 221 143 149
Binary 11011101 10001111 10010101
Octal 335 217 225

Shades and tints

Shades of #DD8F95

#DD8F95
(221,143,149)
#C98288
(201,130,136)
#B5757B
(181,117,123)
#A1686E
(161,104,110)
#8D5B61
(141,91,97)
#794E54
(121,78,84)
#654147
(101,65,71)
#51343A
(81,52,58)
#3D272D
(61,39,45)
#291A20
(41,26,32)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #DD8F95

#DD8F95
(221,143,149)
#E0999E
(224,153,158)
#E3A3A7
(227,163,167)
#E6ADB0
(230,173,176)
#E9B7B9
(233,183,185)
#ECC1C2
(236,193,194)
#EFCBCB
(239,203,203)
#F2D5D4
(242,213,212)
#F5DFDD
(245,223,221)
#F8E9E6
(248,233,230)
#FBF3EF
(251,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD8F95 color. Also use rgb(221,143,149) instead hex code.

Text Font Color

.myTextColor { color: #DD8F95; }

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

This text font color is #DD8F95.

Background Color

.myBgColor { background-color: #DD8F95; }

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

This div background color is #DD8F95.

Border color

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

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

This div border color is #DD8F95.

Opacity

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

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

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

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

This text has shadow with #DD8F95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD8F95.

Preview

Color preview on black background

This text has color #DD8F95 on black background.


Color preview on white background

This text has color #DD8F95 on white background.


Black color preview on #DD8F95 background

This text has black color on #DD8F95 background.


White color preview on #DD8F95 background

This text has white color on #DD8F95 background.


Related colors

Complementary color

Complementary color for #hex is #22706A.


I love getcolorcode.com

Triadic colors

1 #95DD8F and #8F95DD with #DD8F95 are triadic colors.

2 #958FDD and #8FDD95 with #DD8F95 are triadic colors.