COLOR #DD8DBC

HEX: #DD8DBC RGB: (221,141,188)

Color info

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

RGB color model

#DD8DBC color RGB value is (221,141,188).

RGB: (221,141,188) (87%, 55%, 74%)

RGB channels and saturation

R 221 of 255 = 87%
G 141 of 255 = 55%
B 188 of 255 = 74%

221
141
188

R + G + B ~ 72%. #DD8DBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 141 + 188 = 550 (100%)
R 221 of 550 ~ 40.18%
G 141 of 550 ~ 25.64%
B 188 of 550 ~ 34.18'%

%40.18
%25.64
%34.18

CMYK color model

#DD8DBC color CMYK value is (0,36,15,13).

  • cyan value is 0.00%
  • magenta value is 36.20%
  • yellow value is 14.93%
  • key color value is 13.33%

CMYK: (0,36,15,13)
C0M36Y15K13 (0%, 36%, 15%, 13%)
(0.00 / 0.36 / 0.15 / 0.13)

CMYK percentages

%0
%36.2
%14.93
%13.33

Codes

Color #DD8DBC in popluar color models

DD 8D BC
RGB 221 141 188
HSL 325° 54.05% 70.98%
HSB/HSV 325° 36.20% 86.67%
CMYK 0.00% 36.20% 14.93%
13.33%

Color #DD8DBC in popluar number systems.

HEX DD 8D BC
Decimal 221 141 188
Binary 11011101 10001101 10111100
Octal 335 215 274

Shades and tints

Shades of #DD8DBC

#DD8DBC
(221,141,188)
#C981AB
(201,129,171)
#B5759A
(181,117,154)
#A16989
(161,105,137)
#8D5D78
(141,93,120)
#795167
(121,81,103)
#654556
(101,69,86)
#513945
(81,57,69)
#3D2D34
(61,45,52)
#292123
(41,33,35)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #DD8DBC

#DD8DBC
(221,141,188)
#E097C2
(224,151,194)
#E3A1C8
(227,161,200)
#E6ABCE
(230,171,206)
#E9B5D4
(233,181,212)
#ECBFDA
(236,191,218)
#EFC9E0
(239,201,224)
#F2D3E6
(242,211,230)
#F5DDEC
(245,221,236)
#F8E7F2
(248,231,242)
#FBF1F8
(251,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD8DBC color. Also use rgb(221,141,188) instead hex code.

Text Font Color

.myTextColor { color: #DD8DBC; }

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

This text font color is #DD8DBC.

Background Color

.myBgColor { background-color: #DD8DBC; }

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

This div background color is #DD8DBC.

Border color

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

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

This div border color is #DD8DBC.

Opacity

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

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

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

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

This text has shadow with #DD8DBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD8DBC.

Preview

Color preview on black background

This text has color #DD8DBC on black background.


Color preview on white background

This text has color #DD8DBC on white background.


Black color preview on #DD8DBC background

This text has black color on #DD8DBC background.


White color preview on #DD8DBC background

This text has white color on #DD8DBC background.


Related colors

Complementary color

Complementary color for #hex is #227243.


I love getcolorcode.com

Triadic colors

1 #BCDD8D and #8DBCDD with #DD8DBC are triadic colors.

2 #BC8DDD and #8DDDBC with #DD8DBC are triadic colors.