COLOR #DD8BB5

HEX: #DD8BB5
RGB: (221,139,181)

Color info

#DD8BB5 contains mainly red and blue colors. Web safe color of #DD8BB5 is #CC99CC (or #C9C).

RGB color model

#DD8BB5 color RGB value is (221,139,181).

  • red value is 221;
  • green value is 139;
  • blue value is 181.
RGB:
(221,139,181)
(87%,55%,71%)

RGB channels and saturation

R 221 of 255 = 87%
G 139 of 255 = 55%
B 181 of 255 = 71%

221
139
181

R + G + B ~ 71%. #DD8BB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 139 + 181 = 541 (100%)
R 221 of 541 ~ 40.85%
G 139 of 541 ~ 25.69%
B 181 of 541 ~ 33.46%

%40.85
%25.69
%33.46

CMYK color model

#DD8BB5 color CMYK value is (0,37,18,13).

  • cyan value is 0.00%
  • magenta value is 37.10%
  • yellow value is 18.10%
  • key color value is 13.33%
CMYK:
(0,37,18,13)
C0M37Y18K13 
(0%,37%,18%,13%)
(0.00/0.37/0.18/0.13)	

CMYK percentages

%0
%37.1
%18.1
%13.33

Codes

Color #DD8BB5 in popluar color models

DD8BB5
RGB221139181
HSL329°54.67%70.59%
HSB/HSV329°37.10%86.67%
CMYK0.00%37.10%18.10%
13.33%

Color #DD8BB5 in popluar number systems.

HEXDD8BB5
Decimal221139181
Binary110111011000101110110101
Octal335213265

Shades and tints

Shades of #DD8BB5

#DD8BB5
(221,139,181)
#C97FA5
(201,127,165)
#B57395
(181,115,149)
#A16785
(161,103,133)
#8D5B75
(141,91,117)
#794F65
(121,79,101)
#654355
(101,67,85)
#513745
(81,55,69)
#3D2B35
(61,43,53)
#291F25
(41,31,37)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #DD8BB5

#DD8BB5
(221,139,181)
#E095BB
(224,149,187)
#E39FC1
(227,159,193)
#E6A9C7
(230,169,199)
#E9B3CD
(233,179,205)
#ECBDD3
(236,189,211)
#EFC7D9
(239,199,217)
#F2D1DF
(242,209,223)
#F5DBE5
(245,219,229)
#F8E5EB
(248,229,235)
#FBEFF1
(251,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD8BB5 color. Also use rgb(221,139,181) instead hex code.

Text Font Color

.myTextColor { color: #DD8BB5; }

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

This text font color is #DD8BB5.


Background Color

.myBgColor { background-color: #DD8BB5; }

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

This div background color is #DD8BB5.


Border color

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

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

This div border color is #DD8BB5.


Opacity

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

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

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

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

This text has shadow with #DD8BB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8BB5 on black background.


Color preview on white background

This text has color #DD8BB5 on white background.



Black color preview on #DD8BB5 background

This text has black color on #DD8BB5 background.


White color preview on #DD8BB5 background

This text has white color on #DD8BB5 background.