COLOR #DD99D7

HEX: #DD99D7
RGB: (221,153,215)

Color info

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

RGB color model

#DD99D7 color RGB value is (221,153,215).

  • red value is 221;
  • green value is 153;
  • blue value is 215.
RGB:
(221,153,215)
(87%,60%,84%)

RGB channels and saturation

R 221 of 255 = 87%
G 153 of 255 = 60%
B 215 of 255 = 84%

221
153
215

R + G + B ~ 77%. #DD99D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 153 + 215 = 589 (100%)
R 221 of 589 ~ 37.52%
G 153 of 589 ~ 25.98%
B 215 of 589 ~ 36.5%

%37.52
%25.98
%36.5

CMYK color model

#DD99D7 color CMYK value is (0,31,3,13).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 2.71%
  • key color value is 13.33%
CMYK:
(0,31,3,13)
C0M31Y3K13 
(0%,31%,3%,13%)
(0.00/0.31/0.03/0.13)	

CMYK percentages

%0
%30.77
%2.71
%13.33

Codes

Color #DD99D7 in popluar color models

DD99D7
RGB221153215
HSL305°50.00%73.33%
HSB/HSV305°30.77%86.67%
CMYK0.00%30.77%2.71%
13.33%

Color #DD99D7 in popluar number systems.

HEXDD99D7
Decimal221153215
Binary110111011001100111010111
Octal335231327

Shades and tints

Shades of #DD99D7

#DD99D7
(221,153,215)
#C98CC4
(201,140,196)
#B57FB1
(181,127,177)
#A1729E
(161,114,158)
#8D658B
(141,101,139)
#795878
(121,88,120)
#654B65
(101,75,101)
#513E52
(81,62,82)
#3D313F
(61,49,63)
#29242C
(41,36,44)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #DD99D7

#DD99D7
(221,153,215)
#E0A2DA
(224,162,218)
#E3ABDD
(227,171,221)
#E6B4E0
(230,180,224)
#E9BDE3
(233,189,227)
#ECC6E6
(236,198,230)
#EFCFE9
(239,207,233)
#F2D8EC
(242,216,236)
#F5E1EF
(245,225,239)
#F8EAF2
(248,234,242)
#FBF3F5
(251,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD99D7 color. Also use rgb(221,153,215) instead hex code.

Text Font Color

.myTextColor { color: #DD99D7; }

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

This text font color is #DD99D7.


Background Color

.myBgColor { background-color: #DD99D7; }

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

This div background color is #DD99D7.


Border color

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

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

This div border color is #DD99D7.


Opacity

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

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

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

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

This text has shadow with #DD99D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD99D7 on black background.


Color preview on white background

This text has color #DD99D7 on white background.



Black color preview on #DD99D7 background

This text has black color on #DD99D7 background.


White color preview on #DD99D7 background

This text has white color on #DD99D7 background.