COLOR #DD81CC

HEX: #DD81CC
RGB: (221,129,204)

Color info

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

RGB color model

#DD81CC color RGB value is (221,129,204).

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

RGB channels and saturation

R 221 of 255 = 87%
G 129 of 255 = 51%
B 204 of 255 = 80%

221
129
204

R + G + B ~ 73%. #DD81CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 129 + 204 = 554 (100%)
R 221 of 554 ~ 39.89%
G 129 of 554 ~ 23.29%
B 204 of 554 ~ 36.82%

%39.89
%23.29
%36.82

CMYK color model

#DD81CC color CMYK value is (0,42,8,13).

  • cyan value is 0.00%
  • magenta value is 41.63%
  • yellow value is 7.69%
  • key color value is 13.33%
CMYK:
(0,42,8,13)
C0M42Y8K13 
(0%,42%,8%,13%)
(0.00/0.42/0.08/0.13)	

CMYK percentages

%0
%41.63
%7.69
%13.33

Codes

Color #DD81CC in popluar color models

DD81CC
RGB221129204
HSL311°57.50%68.63%
HSB/HSV311°41.63%86.67%
CMYK0.00%41.63%7.69%
13.33%

Color #DD81CC in popluar number systems.

HEXDD81CC
Decimal221129204
Binary110111011000000111001100
Octal335201314

Shades and tints

Shades of #DD81CC

#DD81CC
(221,129,204)
#C976BA
(201,118,186)
#B56BA8
(181,107,168)
#A16096
(161,96,150)
#8D5584
(141,85,132)
#794A72
(121,74,114)
#653F60
(101,63,96)
#51344E
(81,52,78)
#3D293C
(61,41,60)
#291E2A
(41,30,42)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #DD81CC

#DD81CC
(221,129,204)
#E08CD0
(224,140,208)
#E397D4
(227,151,212)
#E6A2D8
(230,162,216)
#E9ADDC
(233,173,220)
#ECB8E0
(236,184,224)
#EFC3E4
(239,195,228)
#F2CEE8
(242,206,232)
#F5D9EC
(245,217,236)
#F8E4F0
(248,228,240)
#FBEFF4
(251,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD81CC; }

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

This text font color is #DD81CC.


Background Color

.myBgColor { background-color: #DD81CC; }

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

This div background color is #DD81CC.


Border color

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

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

This div border color is #DD81CC.


Opacity

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

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

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

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

This text has shadow with #DD81CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD81CC on black background.


Color preview on white background

This text has color #DD81CC on white background.



Black color preview on #DD81CC background

This text has black color on #DD81CC background.


White color preview on #DD81CC background

This text has white color on #DD81CC background.