COLOR #DD88B3

HEX: #DD88B3 RGB: (221,136,179)

Color info

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

RGB color model

#DD88B3 color RGB value is (221,136,179).

RGB: (221,136,179) (87%, 53%, 70%)

RGB channels and saturation

R 221 of 255 = 87%
G 136 of 255 = 53%
B 179 of 255 = 70%

221
136
179

R + G + B ~ 70%. #DD88B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 136 + 179 = 536 (100%)
R 221 of 536 ~ 41.23%
G 136 of 536 ~ 25.37%
B 179 of 536 ~ 33.4'%

%41.23
%25.37
%33.4

CMYK color model

#DD88B3 color CMYK value is (0,38,19,13).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 19.00%
  • key color value is 13.33%

CMYK: (0,38,19,13)
C0M38Y19K13 (0%, 38%, 19%, 13%)
(0.00 / 0.38 / 0.19 / 0.13)

CMYK percentages

%0
%38.46
%19
%13.33

Codes

Color #DD88B3 in popluar color models

DD 88 B3
RGB 221 136 179
HSL 330° 55.56% 70.00%
HSB/HSV 330° 38.46% 86.67%
CMYK 0.00% 38.46% 19.00%
13.33%

Color #DD88B3 in popluar number systems.

HEX DD 88 B3
Decimal 221 136 179
Binary 11011101 10001000 10110011
Octal 335 210 263

Shades and tints

Shades of #DD88B3

#DD88B3
(221,136,179)
#C97CA3
(201,124,163)
#B57093
(181,112,147)
#A16483
(161,100,131)
#8D5873
(141,88,115)
#794C63
(121,76,99)
#654053
(101,64,83)
#513443
(81,52,67)
#3D2833
(61,40,51)
#291C23
(41,28,35)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #DD88B3

#DD88B3
(221,136,179)
#E092B9
(224,146,185)
#E39CBF
(227,156,191)
#E6A6C5
(230,166,197)
#E9B0CB
(233,176,203)
#ECBAD1
(236,186,209)
#EFC4D7
(239,196,215)
#F2CEDD
(242,206,221)
#F5D8E3
(245,216,227)
#F8E2E9
(248,226,233)
#FBECEF
(251,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD88B3; }

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

This text font color is #DD88B3.

Background Color

.myBgColor { background-color: #DD88B3; }

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

This div background color is #DD88B3.

Border color

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

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

This div border color is #DD88B3.

Opacity

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

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

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

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

This text has shadow with #DD88B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD88B3.

Preview

Color preview on black background

This text has color #DD88B3 on black background.


Color preview on white background

This text has color #DD88B3 on white background.


Black color preview on #DD88B3 background

This text has black color on #DD88B3 background.


White color preview on #DD88B3 background

This text has white color on #DD88B3 background.


Related colors

Complementary color

Complementary color for #hex is #22774C.


I love getcolorcode.com

Triadic colors

1 #B3DD88 and #88B3DD with #DD88B3 are triadic colors.

2 #B388DD and #88DDB3 with #DD88B3 are triadic colors.