COLOR #DD8BDC

HEX: #DD8BDC
RGB: (221,139,220)

Color info

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

RGB color model

#DD8BDC color RGB value is (221,139,220).

  • red value is 221;
  • green value is 139;
  • blue value is 220.
RGB:
(221,139,220)
(87%,55%,86%)

RGB channels and saturation

R 221 of 255 = 87%
G 139 of 255 = 55%
B 220 of 255 = 86%

221
139
220

R + G + B ~ 76%. #DD8BDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 139 + 220 = 580 (100%)
R 221 of 580 ~ 38.1%
G 139 of 580 ~ 23.97%
B 220 of 580 ~ 37.93%

%38.1
%23.97
%37.93

CMYK color model

#DD8BDC color CMYK value is (0,37,0,13).

  • cyan value is 0.00%
  • magenta value is 37.10%
  • yellow value is 0.45%
  • key color value is 13.33%
CMYK:
(0,37,0,13)
C0M37Y0K13 
(0%,37%,0%,13%)
(0.00/0.37/0.00/0.13)	

CMYK percentages

%0
%37.1
%0.45
%13.33

Codes

Color #DD8BDC in popluar color models

DD8BDC
RGB221139220
HSL301°54.67%70.59%
HSB/HSV301°37.10%86.67%
CMYK0.00%37.10%0.45%
13.33%

Color #DD8BDC in popluar number systems.

HEXDD8BDC
Decimal221139220
Binary110111011000101111011100
Octal335213334

Shades and tints

Shades of #DD8BDC

#DD8BDC
(221,139,220)
#C97FC8
(201,127,200)
#B573B4
(181,115,180)
#A167A0
(161,103,160)
#8D5B8C
(141,91,140)
#794F78
(121,79,120)
#654364
(101,67,100)
#513750
(81,55,80)
#3D2B3C
(61,43,60)
#291F28
(41,31,40)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #DD8BDC

#DD8BDC
(221,139,220)
#E095DF
(224,149,223)
#E39FE2
(227,159,226)
#E6A9E5
(230,169,229)
#E9B3E8
(233,179,232)
#ECBDEB
(236,189,235)
#EFC7EE
(239,199,238)
#F2D1F1
(242,209,241)
#F5DBF4
(245,219,244)
#F8E5F7
(248,229,247)
#FBEFFA
(251,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD8BDC color. Also use rgb(221,139,220) instead hex code.

Text Font Color

.myTextColor { color: #DD8BDC; }

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

This text font color is #DD8BDC.


Background Color

.myBgColor { background-color: #DD8BDC; }

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

This div background color is #DD8BDC.


Border color

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

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

This div border color is #DD8BDC.


Opacity

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

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

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

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

This text has shadow with #DD8BDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8BDC on black background.


Color preview on white background

This text has color #DD8BDC on white background.



Black color preview on #DD8BDC background

This text has black color on #DD8BDC background.


White color preview on #DD8BDC background

This text has white color on #DD8BDC background.