COLOR #DD8AC8

HEX: #DD8AC8 RGB: (221,138,200)

Color info

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

RGB color model

#DD8AC8 color RGB value is (221,138,200).

RGB: (221,138,200) (87%, 54%, 78%)

RGB channels and saturation

R 221 of 255 = 87%
G 138 of 255 = 54%
B 200 of 255 = 78%

221
138
200

R + G + B ~ 73%. #DD8AC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 138 + 200 = 559 (100%)
R 221 of 559 ~ 39.53%
G 138 of 559 ~ 24.69%
B 200 of 559 ~ 35.78'%

%39.53
%24.69
%35.78

CMYK color model

#DD8AC8 color CMYK value is (0,38,10,13).

  • cyan value is 0.00%
  • magenta value is 37.56%
  • yellow value is 9.50%
  • key color value is 13.33%

CMYK: (0,38,10,13)
C0M38Y10K13 (0%, 38%, 10%, 13%)
(0.00 / 0.38 / 0.10 / 0.13)

CMYK percentages

%0
%37.56
%9.5
%13.33

Codes

Color #DD8AC8 in popluar color models

DD 8A C8
RGB 221 138 200
HSL 315° 54.97% 70.39%
HSB/HSV 315° 37.56% 86.67%
CMYK 0.00% 37.56% 9.50%
13.33%

Color #DD8AC8 in popluar number systems.

HEX DD 8A C8
Decimal 221 138 200
Binary 11011101 10001010 11001000
Octal 335 212 310

Shades and tints

Shades of #DD8AC8

#DD8AC8
(221,138,200)
#C97EB6
(201,126,182)
#B572A4
(181,114,164)
#A16692
(161,102,146)
#8D5A80
(141,90,128)
#794E6E
(121,78,110)
#65425C
(101,66,92)
#51364A
(81,54,74)
#3D2A38
(61,42,56)
#291E26
(41,30,38)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #DD8AC8

#DD8AC8
(221,138,200)
#E094CD
(224,148,205)
#E39ED2
(227,158,210)
#E6A8D7
(230,168,215)
#E9B2DC
(233,178,220)
#ECBCE1
(236,188,225)
#EFC6E6
(239,198,230)
#F2D0EB
(242,208,235)
#F5DAF0
(245,218,240)
#F8E4F5
(248,228,245)
#FBEEFA
(251,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD8AC8 color. Also use rgb(221,138,200) instead hex code.

Text Font Color

.myTextColor { color: #DD8AC8; }

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

This text font color is #DD8AC8.

Background Color

.myBgColor { background-color: #DD8AC8; }

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

This div background color is #DD8AC8.

Border color

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

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

This div border color is #DD8AC8.

Opacity

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

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

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

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

This text has shadow with #DD8AC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD8AC8.

Preview

Color preview on black background

This text has color #DD8AC8 on black background.


Color preview on white background

This text has color #DD8AC8 on white background.


Black color preview on #DD8AC8 background

This text has black color on #DD8AC8 background.


White color preview on #DD8AC8 background

This text has white color on #DD8AC8 background.


Related colors

Complementary color

Complementary color for #hex is #227537.


I love getcolorcode.com

Triadic colors

1 #C8DD8A and #8AC8DD with #DD8AC8 are triadic colors.

2 #C88ADD and #8ADDC8 with #DD8AC8 are triadic colors.