COLOR #DD96D1

HEX: #DD96D1
RGB: (221,150,209)

Color info

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

RGB color model

#DD96D1 color RGB value is (221,150,209).

  • red value is 221;
  • green value is 150;
  • blue value is 209.
RGB:
(221,150,209)
(87%,59%,82%)

RGB channels and saturation

R 221 of 255 = 87%
G 150 of 255 = 59%
B 209 of 255 = 82%

221
150
209

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

Portions of RGB colors in percentages

R + G + B =
221 + 150 + 209 = 580 (100%)
R 221 of 580 ~ 38.1%
G 150 of 580 ~ 25.86%
B 209 of 580 ~ 36.03%

%38.1
%25.86
%36.03

CMYK color model

#DD96D1 color CMYK value is (0,32,5,13).

  • cyan value is 0.00%
  • magenta value is 32.13%
  • yellow value is 5.43%
  • key color value is 13.33%
CMYK:
(0,32,5,13)
C0M32Y5K13 
(0%,32%,5%,13%)
(0.00/0.32/0.05/0.13)	

CMYK percentages

%0
%32.13
%5.43
%13.33

Codes

Color #DD96D1 in popluar color models

DD96D1
RGB221150209
HSL310°51.08%72.75%
HSB/HSV310°32.13%86.67%
CMYK0.00%32.13%5.43%
13.33%

Color #DD96D1 in popluar number systems.

HEXDD96D1
Decimal221150209
Binary110111011001011011010001
Octal335226321

Shades and tints

Shades of #DD96D1

#DD96D1
(221,150,209)
#C989BE
(201,137,190)
#B57CAB
(181,124,171)
#A16F98
(161,111,152)
#8D6285
(141,98,133)
#795572
(121,85,114)
#65485F
(101,72,95)
#513B4C
(81,59,76)
#3D2E39
(61,46,57)
#292126
(41,33,38)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #DD96D1

#DD96D1
(221,150,209)
#E09FD5
(224,159,213)
#E3A8D9
(227,168,217)
#E6B1DD
(230,177,221)
#E9BAE1
(233,186,225)
#ECC3E5
(236,195,229)
#EFCCE9
(239,204,233)
#F2D5ED
(242,213,237)
#F5DEF1
(245,222,241)
#F8E7F5
(248,231,245)
#FBF0F9
(251,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD96D1 color. Also use rgb(221,150,209) instead hex code.

Text Font Color

.myTextColor { color: #DD96D1; }

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

This text font color is #DD96D1.


Background Color

.myBgColor { background-color: #DD96D1; }

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

This div background color is #DD96D1.


Border color

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

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

This div border color is #DD96D1.


Opacity

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

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

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

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

This text has shadow with #DD96D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD96D1 on black background.


Color preview on white background

This text has color #DD96D1 on white background.



Black color preview on #DD96D1 background

This text has black color on #DD96D1 background.


White color preview on #DD96D1 background

This text has white color on #DD96D1 background.