COLOR #DD45AA

HEX: #DD45AA
RGB: (221,69,170)

Color info

#DD45AA contains mainly red and blue colors. Web safe color of #DD45AA is #CC3399 (or #C39).

RGB color model

#DD45AA color RGB value is (221,69,170).

  • red value is 221;
  • green value is 69;
  • blue value is 170.
RGB:
(221,69,170)
(87%,27%,67%)

RGB channels and saturation

R 221 of 255 = 87%
G 69 of 255 = 27%
B 170 of 255 = 67%

221
69
170

R + G + B ~ 60%. #DD45AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
221 + 69 + 170 = 460 (100%)
R 221 of 460 ~ 48.04%
G 69 of 460 ~ 15%
B 170 of 460 ~ 36.96%

%48.04
%15
%36.96

CMYK color model

#DD45AA color CMYK value is (0,69,23,13).

  • cyan value is 0.00%
  • magenta value is 68.78%
  • yellow value is 23.08%
  • key color value is 13.33%
CMYK:
(0,69,23,13)
C0M69Y23K13 
(0%,69%,23%,13%)
(0.00/0.69/0.23/0.13)	

CMYK percentages

%0
%68.78
%23.08
%13.33

Codes

Color #DD45AA in popluar color models

DD45AA
RGB22169170
HSL320°69.09%56.86%
HSB/HSV320°68.78%86.67%
CMYK0.00%68.78%23.08%
13.33%

Color #DD45AA in popluar number systems.

HEXDD45AA
Decimal22169170
Binary11011101100010110101010
Octal335105252

Shades and tints

Shades of #DD45AA

#DD45AA
(221,69,170)
#C93F9B
(201,63,155)
#B5398C
(181,57,140)
#A1337D
(161,51,125)
#8D2D6E
(141,45,110)
#79275F
(121,39,95)
#652150
(101,33,80)
#511B41
(81,27,65)
#3D1532
(61,21,50)
#290F23
(41,15,35)
#150914
(21,9,20)
#000000
(0,0,0)

Tints of #DD45AA

#DD45AA
(221,69,170)
#E055B1
(224,85,177)
#E365B8
(227,101,184)
#E675BF
(230,117,191)
#E985C6
(233,133,198)
#EC95CD
(236,149,205)
#EFA5D4
(239,165,212)
#F2B5DB
(242,181,219)
#F5C5E2
(245,197,226)
#F8D5E9
(248,213,233)
#FBE5F0
(251,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD45AA color. Also use rgb(221,69,170) instead hex code.

Text Font Color

.myTextColor { color: #DD45AA; }

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

This text font color is #DD45AA.


Background Color

.myBgColor { background-color: #DD45AA; }

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

This div background color is #DD45AA.


Border color

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

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

This div border color is #DD45AA.


Opacity

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

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

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

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

This text has shadow with #DD45AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD45AA on black background.


Color preview on white background

This text has color #DD45AA on white background.



Black color preview on #DD45AA background

This text has black color on #DD45AA background.


White color preview on #DD45AA background

This text has white color on #DD45AA background.