COLOR #DD60A7

HEX: #DD60A7
RGB: (221,96,167)

Color info

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

RGB color model

#DD60A7 color RGB value is (221,96,167).

  • red value is 221;
  • green value is 96;
  • blue value is 167.
RGB:
(221,96,167)
(87%,38%,65%)

RGB channels and saturation

R 221 of 255 = 87%
G 96 of 255 = 38%
B 167 of 255 = 65%

221
96
167

R + G + B ~ 63%. #DD60A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 96 + 167 = 484 (100%)
R 221 of 484 ~ 45.66%
G 96 of 484 ~ 19.83%
B 167 of 484 ~ 34.5%

%45.66
%19.83
%34.5

CMYK color model

#DD60A7 color CMYK value is (0,57,24,13).

  • cyan value is 0.00%
  • magenta value is 56.56%
  • yellow value is 24.43%
  • key color value is 13.33%
CMYK:
(0,57,24,13)
C0M57Y24K13 
(0%,57%,24%,13%)
(0.00/0.57/0.24/0.13)	

CMYK percentages

%0
%56.56
%24.43
%13.33

Codes

Color #DD60A7 in popluar color models

DD60A7
RGB22196167
HSL326°64.77%62.16%
HSB/HSV326°56.56%86.67%
CMYK0.00%56.56%24.43%
13.33%

Color #DD60A7 in popluar number systems.

HEXDD60A7
Decimal22196167
Binary11011101110000010100111
Octal335140247

Shades and tints

Shades of #DD60A7

#DD60A7
(221,96,167)
#C95898
(201,88,152)
#B55089
(181,80,137)
#A1487A
(161,72,122)
#8D406B
(141,64,107)
#79385C
(121,56,92)
#65304D
(101,48,77)
#51283E
(81,40,62)
#3D202F
(61,32,47)
#291820
(41,24,32)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #DD60A7

#DD60A7
(221,96,167)
#E06EAF
(224,110,175)
#E37CB7
(227,124,183)
#E68ABF
(230,138,191)
#E998C7
(233,152,199)
#ECA6CF
(236,166,207)
#EFB4D7
(239,180,215)
#F2C2DF
(242,194,223)
#F5D0E7
(245,208,231)
#F8DEEF
(248,222,239)
#FBECF7
(251,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD60A7 color. Also use rgb(221,96,167) instead hex code.

Text Font Color

.myTextColor { color: #DD60A7; }

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

This text font color is #DD60A7.


Background Color

.myBgColor { background-color: #DD60A7; }

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

This div background color is #DD60A7.


Border color

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

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

This div border color is #DD60A7.


Opacity

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

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

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

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

This text has shadow with #DD60A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD60A7 on black background.


Color preview on white background

This text has color #DD60A7 on white background.



Black color preview on #DD60A7 background

This text has black color on #DD60A7 background.


White color preview on #DD60A7 background

This text has white color on #DD60A7 background.