COLOR #DD81B3

HEX: #DD81B3
RGB: (221,129,179)

Color info

#DD81B3 contains mainly red and blue colors. Web safe color of #DD81B3 is #CC9999 (or #C99).

RGB color model

#DD81B3 color RGB value is (221,129,179).

  • red value is 221;
  • green value is 129;
  • blue value is 179.
RGB:
(221,129,179)
(87%,51%,70%)

RGB channels and saturation

R 221 of 255 = 87%
G 129 of 255 = 51%
B 179 of 255 = 70%

221
129
179

R + G + B ~ 69%. #DD81B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 129 + 179 = 529 (100%)
R 221 of 529 ~ 41.78%
G 129 of 529 ~ 24.39%
B 179 of 529 ~ 33.84%

%41.78
%24.39
%33.84

CMYK color model

#DD81B3 color CMYK value is (0,42,19,13).

  • cyan value is 0.00%
  • magenta value is 41.63%
  • yellow value is 19.00%
  • key color value is 13.33%
CMYK:
(0,42,19,13)
C0M42Y19K13 
(0%,42%,19%,13%)
(0.00/0.42/0.19/0.13)	

CMYK percentages

%0
%41.63
%19
%13.33

Codes

Color #DD81B3 in popluar color models

DD81B3
RGB221129179
HSL327°57.50%68.63%
HSB/HSV327°41.63%86.67%
CMYK0.00%41.63%19.00%
13.33%

Color #DD81B3 in popluar number systems.

HEXDD81B3
Decimal221129179
Binary110111011000000110110011
Octal335201263

Shades and tints

Shades of #DD81B3

#DD81B3
(221,129,179)
#C976A3
(201,118,163)
#B56B93
(181,107,147)
#A16083
(161,96,131)
#8D5573
(141,85,115)
#794A63
(121,74,99)
#653F53
(101,63,83)
#513443
(81,52,67)
#3D2933
(61,41,51)
#291E23
(41,30,35)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #DD81B3

#DD81B3
(221,129,179)
#E08CB9
(224,140,185)
#E397BF
(227,151,191)
#E6A2C5
(230,162,197)
#E9ADCB
(233,173,203)
#ECB8D1
(236,184,209)
#EFC3D7
(239,195,215)
#F2CEDD
(242,206,221)
#F5D9E3
(245,217,227)
#F8E4E9
(248,228,233)
#FBEFEF
(251,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD81B3 color. Also use rgb(221,129,179) instead hex code.

Text Font Color

.myTextColor { color: #DD81B3; }

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

This text font color is #DD81B3.


Background Color

.myBgColor { background-color: #DD81B3; }

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

This div background color is #DD81B3.


Border color

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

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

This div border color is #DD81B3.


Opacity

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

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

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

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

This text has shadow with #DD81B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD81B3 on black background.


Color preview on white background

This text has color #DD81B3 on white background.



Black color preview on #DD81B3 background

This text has black color on #DD81B3 background.


White color preview on #DD81B3 background

This text has white color on #DD81B3 background.