COLOR #DD8AD0

HEX: #DD8AD0
RGB: (221,138,208)

Color info

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

RGB color model

#DD8AD0 color RGB value is (221,138,208).

  • red value is 221;
  • green value is 138;
  • blue value is 208.
RGB:
(221,138,208)
(87%,54%,82%)

RGB channels and saturation

R 221 of 255 = 87%
G 138 of 255 = 54%
B 208 of 255 = 82%

221
138
208

R + G + B ~ 74%. #DD8AD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 138 + 208 = 567 (100%)
R 221 of 567 ~ 38.98%
G 138 of 567 ~ 24.34%
B 208 of 567 ~ 36.68%

%38.98
%24.34
%36.68

CMYK color model

#DD8AD0 color CMYK value is (0,38,6,13).

  • cyan value is 0.00%
  • magenta value is 37.56%
  • yellow value is 5.88%
  • key color value is 13.33%
CMYK:
(0,38,6,13)
C0M38Y6K13 
(0%,38%,6%,13%)
(0.00/0.38/0.06/0.13)	

CMYK percentages

%0
%37.56
%5.88
%13.33

Codes

Color #DD8AD0 in popluar color models

DD8AD0
RGB221138208
HSL309°54.97%70.39%
HSB/HSV309°37.56%86.67%
CMYK0.00%37.56%5.88%
13.33%

Color #DD8AD0 in popluar number systems.

HEXDD8AD0
Decimal221138208
Binary110111011000101011010000
Octal335212320

Shades and tints

Shades of #DD8AD0

#DD8AD0
(221,138,208)
#C97EBE
(201,126,190)
#B572AC
(181,114,172)
#A1669A
(161,102,154)
#8D5A88
(141,90,136)
#794E76
(121,78,118)
#654264
(101,66,100)
#513652
(81,54,82)
#3D2A40
(61,42,64)
#291E2E
(41,30,46)
#15121C
(21,18,28)
#000000
(0,0,0)

Tints of #DD8AD0

#DD8AD0
(221,138,208)
#E094D4
(224,148,212)
#E39ED8
(227,158,216)
#E6A8DC
(230,168,220)
#E9B2E0
(233,178,224)
#ECBCE4
(236,188,228)
#EFC6E8
(239,198,232)
#F2D0EC
(242,208,236)
#F5DAF0
(245,218,240)
#F8E4F4
(248,228,244)
#FBEEF8
(251,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD8AD0; }

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

This text font color is #DD8AD0.


Background Color

.myBgColor { background-color: #DD8AD0; }

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

This div background color is #DD8AD0.


Border color

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

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

This div border color is #DD8AD0.


Opacity

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

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

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

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

This text has shadow with #DD8AD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8AD0 on black background.


Color preview on white background

This text has color #DD8AD0 on white background.



Black color preview on #DD8AD0 background

This text has black color on #DD8AD0 background.


White color preview on #DD8AD0 background

This text has white color on #DD8AD0 background.