COLOR #DD6AAB

HEX: #DD6AAB
RGB: (221,106,171)

Color info

#DD6AAB contains mainly red and blue colors. Web safe color of #DD6AAB is #CC6699 (or #C69).

RGB color model

#DD6AAB color RGB value is (221,106,171).

  • red value is 221;
  • green value is 106;
  • blue value is 171.
RGB:
(221,106,171)
(87%,42%,67%)

RGB channels and saturation

R 221 of 255 = 87%
G 106 of 255 = 42%
B 171 of 255 = 67%

221
106
171

R + G + B ~ 65%. #DD6AAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 106 + 171 = 498 (100%)
R 221 of 498 ~ 44.38%
G 106 of 498 ~ 21.29%
B 171 of 498 ~ 34.34%

%44.38
%21.29
%34.34

CMYK color model

#DD6AAB color CMYK value is (0,52,23,13).

  • cyan value is 0.00%
  • magenta value is 52.04%
  • yellow value is 22.62%
  • key color value is 13.33%
CMYK:
(0,52,23,13)
C0M52Y23K13 
(0%,52%,23%,13%)
(0.00/0.52/0.23/0.13)	

CMYK percentages

%0
%52.04
%22.62
%13.33

Codes

Color #DD6AAB in popluar color models

DD6AAB
RGB221106171
HSL326°62.84%64.12%
HSB/HSV326°52.04%86.67%
CMYK0.00%52.04%22.62%
13.33%

Color #DD6AAB in popluar number systems.

HEXDD6AAB
Decimal221106171
Binary11011101110101010101011
Octal335152253

Shades and tints

Shades of #DD6AAB

#DD6AAB
(221,106,171)
#C9619C
(201,97,156)
#B5588D
(181,88,141)
#A14F7E
(161,79,126)
#8D466F
(141,70,111)
#793D60
(121,61,96)
#653451
(101,52,81)
#512B42
(81,43,66)
#3D2233
(61,34,51)
#291924
(41,25,36)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #DD6AAB

#DD6AAB
(221,106,171)
#E077B2
(224,119,178)
#E384B9
(227,132,185)
#E691C0
(230,145,192)
#E99EC7
(233,158,199)
#ECABCE
(236,171,206)
#EFB8D5
(239,184,213)
#F2C5DC
(242,197,220)
#F5D2E3
(245,210,227)
#F8DFEA
(248,223,234)
#FBECF1
(251,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD6AAB color. Also use rgb(221,106,171) instead hex code.

Text Font Color

.myTextColor { color: #DD6AAB; }

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

This text font color is #DD6AAB.


Background Color

.myBgColor { background-color: #DD6AAB; }

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

This div background color is #DD6AAB.


Border color

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

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

This div border color is #DD6AAB.


Opacity

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

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

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

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

This text has shadow with #DD6AAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD6AAB on black background.


Color preview on white background

This text has color #DD6AAB on white background.



Black color preview on #DD6AAB background

This text has black color on #DD6AAB background.


White color preview on #DD6AAB background

This text has white color on #DD6AAB background.