COLOR #DD8DD0

HEX: #DD8DD0
RGB: (221,141,208)

Color info

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

RGB color model

#DD8DD0 color RGB value is (221,141,208).

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

RGB channels and saturation

R 221 of 255 = 87%
G 141 of 255 = 55%
B 208 of 255 = 82%

221
141
208

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

Portions of RGB colors in percentages

R + G + B =
221 + 141 + 208 = 570 (100%)
R 221 of 570 ~ 38.77%
G 141 of 570 ~ 24.74%
B 208 of 570 ~ 36.49%

%38.77
%24.74
%36.49

CMYK color model

#DD8DD0 color CMYK value is (0,36,6,13).

  • cyan value is 0.00%
  • magenta value is 36.20%
  • yellow value is 5.88%
  • key color value is 13.33%
CMYK:
(0,36,6,13)
C0M36Y6K13 
(0%,36%,6%,13%)
(0.00/0.36/0.06/0.13)	

CMYK percentages

%0
%36.2
%5.88
%13.33

Codes

Color #DD8DD0 in popluar color models

DD8DD0
RGB221141208
HSL310°54.05%70.98%
HSB/HSV310°36.20%86.67%
CMYK0.00%36.20%5.88%
13.33%

Color #DD8DD0 in popluar number systems.

HEXDD8DD0
Decimal221141208
Binary110111011000110111010000
Octal335215320

Shades and tints

Shades of #DD8DD0

#DD8DD0
(221,141,208)
#C981BE
(201,129,190)
#B575AC
(181,117,172)
#A1699A
(161,105,154)
#8D5D88
(141,93,136)
#795176
(121,81,118)
#654564
(101,69,100)
#513952
(81,57,82)
#3D2D40
(61,45,64)
#29212E
(41,33,46)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #DD8DD0

#DD8DD0
(221,141,208)
#E097D4
(224,151,212)
#E3A1D8
(227,161,216)
#E6ABDC
(230,171,220)
#E9B5E0
(233,181,224)
#ECBFE4
(236,191,228)
#EFC9E8
(239,201,232)
#F2D3EC
(242,211,236)
#F5DDF0
(245,221,240)
#F8E7F4
(248,231,244)
#FBF1F8
(251,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD8DD0; }

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

This text font color is #DD8DD0.


Background Color

.myBgColor { background-color: #DD8DD0; }

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

This div background color is #DD8DD0.


Border color

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

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

This div border color is #DD8DD0.


Opacity

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

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

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

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

This text has shadow with #DD8DD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8DD0 on black background.


Color preview on white background

This text has color #DD8DD0 on white background.



Black color preview on #DD8DD0 background

This text has black color on #DD8DD0 background.


White color preview on #DD8DD0 background

This text has white color on #DD8DD0 background.