COLOR #DD8CC0

HEX: #DD8CC0
RGB: (221,140,192)

Color info

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

RGB color model

#DD8CC0 color RGB value is (221,140,192).

  • red value is 221;
  • green value is 140;
  • blue value is 192.
RGB:
(221,140,192)
(87%,55%,75%)

RGB channels and saturation

R 221 of 255 = 87%
G 140 of 255 = 55%
B 192 of 255 = 75%

221
140
192

R + G + B ~ 72%. #DD8CC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 140 + 192 = 553 (100%)
R 221 of 553 ~ 39.96%
G 140 of 553 ~ 25.32%
B 192 of 553 ~ 34.72%

%39.96
%25.32
%34.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.65%
  • yellow value is 13.12%
  • key color value is 13.33%
CMYK:
(0,37,13,13)
C0M37Y13K13 
(0%,37%,13%,13%)
(0.00/0.37/0.13/0.13)	

CMYK percentages

%0
%36.65
%13.12
%13.33

Codes

Color #DD8CC0 in popluar color models

DD8CC0
RGB221140192
HSL321°54.36%70.78%
HSB/HSV321°36.65%86.67%
CMYK0.00%36.65%13.12%
13.33%

Color #DD8CC0 in popluar number systems.

HEXDD8CC0
Decimal221140192
Binary110111011000110011000000
Octal335214300

Shades and tints

Shades of #DD8CC0

#DD8CC0
(221,140,192)
#C980AF
(201,128,175)
#B5749E
(181,116,158)
#A1688D
(161,104,141)
#8D5C7C
(141,92,124)
#79506B
(121,80,107)
#65445A
(101,68,90)
#513849
(81,56,73)
#3D2C38
(61,44,56)
#292027
(41,32,39)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #DD8CC0

#DD8CC0
(221,140,192)
#E096C5
(224,150,197)
#E3A0CA
(227,160,202)
#E6AACF
(230,170,207)
#E9B4D4
(233,180,212)
#ECBED9
(236,190,217)
#EFC8DE
(239,200,222)
#F2D2E3
(242,210,227)
#F5DCE8
(245,220,232)
#F8E6ED
(248,230,237)
#FBF0F2
(251,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD8CC0 color. Also use rgb(221,140,192) instead hex code.

Text Font Color

.myTextColor { color: #DD8CC0; }

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

This text font color is #DD8CC0.


Background Color

.myBgColor { background-color: #DD8CC0; }

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

This div background color is #DD8CC0.


Border color

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

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

This div border color is #DD8CC0.


Opacity

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

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

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

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

This text has shadow with #DD8CC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8CC0 on black background.


Color preview on white background

This text has color #DD8CC0 on white background.



Black color preview on #DD8CC0 background

This text has black color on #DD8CC0 background.


White color preview on #DD8CC0 background

This text has white color on #DD8CC0 background.