COLOR #DD88AC

HEX: #DD88AC RGB: (221,136,172)

Color info

#DD88AC contains mainly red and blue colors. Web safe color of #DD88AC is #CC9999 (or #C99).

RGB color model

#DD88AC color RGB value is (221,136,172).

RGB: (221,136,172) (87%, 53%, 67%)

RGB channels and saturation

R 221 of 255 = 87%
G 136 of 255 = 53%
B 172 of 255 = 67%

221
136
172

R + G + B ~ 69%. #DD88AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 136 + 172 = 529 (100%)
R 221 of 529 ~ 41.78%
G 136 of 529 ~ 25.71%
B 172 of 529 ~ 32.51'%

%41.78
%25.71
%32.51

CMYK color model

#DD88AC color CMYK value is (0,38,22,13).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 22.17%
  • key color value is 13.33%
CMYK: (0,38,22,13) C0M38Y22K13 (0%,38%,22%,13%) (0.00/0.38/0.22/0.13) 

CMYK percentages

%0
%38.46
%22.17
%13.33

Codes

Color #DD88AC in popluar color models

DD 88 AC
RGB 221 136 172
HSL 335° 55.56% 70.00%
HSB/HSV 335° 38.46% 86.67%
CMYK 0.00% 38.46% 22.17%
13.33%

Color #DD88AC in popluar number systems.

HEX DD 88 AC
Decimal 221 136 172
Binary 11011101 10001000 10101100
Octal 335 210 254

Shades and tints

Shades of #DD88AC

#DD88AC
(221,136,172)
#C97C9D
(201,124,157)
#B5708E
(181,112,142)
#A1647F
(161,100,127)
#8D5870
(141,88,112)
#794C61
(121,76,97)
#654052
(101,64,82)
#513443
(81,52,67)
#3D2834
(61,40,52)
#291C25
(41,28,37)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #DD88AC

#DD88AC
(221,136,172)
#E092B3
(224,146,179)
#E39CBA
(227,156,186)
#E6A6C1
(230,166,193)
#E9B0C8
(233,176,200)
#ECBACF
(236,186,207)
#EFC4D6
(239,196,214)
#F2CEDD
(242,206,221)
#F5D8E4
(245,216,228)
#F8E2EB
(248,226,235)
#FBECF2
(251,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD88AC color. Also use rgb(221,136,172) instead hex code.

Text Font Color

.myTextColor { color: #DD88AC; }

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

This text font color is #DD88AC.

Background Color

.myBgColor { background-color: #DD88AC; }

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

This div background color is #DD88AC.

Border color

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

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

This div border color is #DD88AC.

Opacity

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

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

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

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

This text has shadow with #DD88AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD88AC.

Preview

Color preview on black background

This text has color #DD88AC on black background.


Color preview on white background

This text has color #DD88AC on white background.


Black color preview on #DD88AC background

This text has black color on #DD88AC background.


White color preview on #DD88AC background

This text has white color on #DD88AC background.


Related colors

Complementary color

Complementary color for #hex is #227753.


I love getcolorcode.com

Triadic colors

1 #ACDD88 and #88ACDD with #DD88AC are triadic colors.

2 #AC88DD and #88DDAC with #DD88AC are triadic colors.