COLOR #DD669F

HEX: #DD669F RGB: (221,102,159)

Color info

#DD669F contains mainly red color. Web safe color of #DD669F is #CC6699 (or #C69).

RGB color model

#DD669F color RGB value is (221,102,159).

RGB: (221,102,159) (87%, 40%, 62%)

RGB channels and saturation

R 221 of 255 = 87%
G 102 of 255 = 40%
B 159 of 255 = 62%

221
102
159

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

Portions of RGB colors in percentages

R + G + B = 221 + 102 + 159 = 482 (100%)
R 221 of 482 ~ 45.85%
G 102 of 482 ~ 21.16%
B 159 of 482 ~ 32.99'%

%45.85
%21.16
%32.99

CMYK color model

#DD669F color CMYK value is (0,54,28,13).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 28.05%
  • key color value is 13.33%
CMYK: (0,54,28,13) C0M54Y28K13 (0%,54%,28%,13%) (0.00/0.54/0.28/0.13) 

CMYK percentages

%0
%53.85
%28.05
%13.33

Codes

Color #DD669F in popluar color models

DD 66 9F
RGB 221 102 159
HSL 331° 63.64% 63.33%
HSB/HSV 331° 53.85% 86.67%
CMYK 0.00% 53.85% 28.05%
13.33%

Color #DD669F in popluar number systems.

HEX DD 66 9F
Decimal 221 102 159
Binary 11011101 1100110 10011111
Octal 335 146 237

Shades and tints

Shades of #DD669F

#DD669F
(221,102,159)
#C95D91
(201,93,145)
#B55483
(181,84,131)
#A14B75
(161,75,117)
#8D4267
(141,66,103)
#793959
(121,57,89)
#65304B
(101,48,75)
#51273D
(81,39,61)
#3D1E2F
(61,30,47)
#291521
(41,21,33)
#150C13
(21,12,19)
#000000
(0,0,0)

Tints of #DD669F

#DD669F
(221,102,159)
#E073A7
(224,115,167)
#E380AF
(227,128,175)
#E68DB7
(230,141,183)
#E99ABF
(233,154,191)
#ECA7C7
(236,167,199)
#EFB4CF
(239,180,207)
#F2C1D7
(242,193,215)
#F5CEDF
(245,206,223)
#F8DBE7
(248,219,231)
#FBE8EF
(251,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD669F color. Also use rgb(221,102,159) instead hex code.

Text Font Color

.myTextColor { color: #DD669F; }

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

This text font color is #DD669F.

Background Color

.myBgColor { background-color: #DD669F; }

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

This div background color is #DD669F.

Border color

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

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

This div border color is #DD669F.

Opacity

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

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

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

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

This text has shadow with #DD669F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD669F.

Preview

Color preview on black background

This text has color #DD669F on black background.


Color preview on white background

This text has color #DD669F on white background.


Black color preview on #DD669F background

This text has black color on #DD669F background.


White color preview on #DD669F background

This text has white color on #DD669F background.


Related colors

Complementary color

Complementary color for #hex is #229960.


I love getcolorcode.com

Triadic colors

1 #9FDD66 and #669FDD with #DD669F are triadic colors.

2 #9F66DD and #66DD9F with #DD669F are triadic colors.