COLOR #DD8AD4

HEX: #DD8AD4 RGB: (221,138,212)

Color info

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

RGB color model

#DD8AD4 color RGB value is (221,138,212).

RGB: (221,138,212) (87%, 54%, 83%)

RGB channels and saturation

R 221 of 255 = 87%
G 138 of 255 = 54%
B 212 of 255 = 83%

221
138
212

R + G + B ~ 75%. #DD8AD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 138 + 212 = 571 (100%)
R 221 of 571 ~ 38.7%
G 138 of 571 ~ 24.17%
B 212 of 571 ~ 37.13'%

%38.7
%24.17
%37.13

CMYK color model

#DD8AD4 color CMYK value is (0,38,4,13).

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

CMYK: (0,38,4,13)
C0M38Y4K13 (0%, 38%, 4%, 13%)
(0.00 / 0.38 / 0.04 / 0.13)

CMYK percentages

%0
%37.56
%4.07
%13.33

Codes

Color #DD8AD4 in popluar color models

DD 8A D4
RGB 221 138 212
HSL 307° 54.97% 70.39%
HSB/HSV 307° 37.56% 86.67%
CMYK 0.00% 37.56% 4.07%
13.33%

Color #DD8AD4 in popluar number systems.

HEX DD 8A D4
Decimal 221 138 212
Binary 11011101 10001010 11010100
Octal 335 212 324

Shades and tints

Shades of #DD8AD4

#DD8AD4
(221,138,212)
#C97EC1
(201,126,193)
#B572AE
(181,114,174)
#A1669B
(161,102,155)
#8D5A88
(141,90,136)
#794E75
(121,78,117)
#654262
(101,66,98)
#51364F
(81,54,79)
#3D2A3C
(61,42,60)
#291E29
(41,30,41)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #DD8AD4

#DD8AD4
(221,138,212)
#E094D7
(224,148,215)
#E39EDA
(227,158,218)
#E6A8DD
(230,168,221)
#E9B2E0
(233,178,224)
#ECBCE3
(236,188,227)
#EFC6E6
(239,198,230)
#F2D0E9
(242,208,233)
#F5DAEC
(245,218,236)
#F8E4EF
(248,228,239)
#FBEEF2
(251,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD8AD4; }

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

This text font color is #DD8AD4.

Background Color

.myBgColor { background-color: #DD8AD4; }

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

This div background color is #DD8AD4.

Border color

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

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

This div border color is #DD8AD4.

Opacity

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

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

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

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

This text has shadow with #DD8AD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD8AD4.

Preview

Color preview on black background

This text has color #DD8AD4 on black background.


Color preview on white background

This text has color #DD8AD4 on white background.


Black color preview on #DD8AD4 background

This text has black color on #DD8AD4 background.


White color preview on #DD8AD4 background

This text has white color on #DD8AD4 background.


Related colors

Complementary color

Complementary color for #hex is #22752B.


I love getcolorcode.com

Triadic colors

1 #D4DD8A and #8AD4DD with #DD8AD4 are triadic colors.

2 #D48ADD and #8ADDD4 with #DD8AD4 are triadic colors.