COLOR #DD819F

HEX: #DD819F RGB: (221,129,159)

Color info

#DD819F contains mainly red color. Web safe color of #DD819F is #CC9999 (or #C99).

RGB color model

#DD819F color RGB value is (221,129,159).

RGB: (221,129,159) (87%, 51%, 62%)

RGB channels and saturation

R 221 of 255 = 87%
G 129 of 255 = 51%
B 159 of 255 = 62%

221
129
159

R + G + B ~ 67%. #DD819F is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 129 + 159 = 509 (100%)
R 221 of 509 ~ 43.42%
G 129 of 509 ~ 25.34%
B 159 of 509 ~ 31.24'%

%43.42
%25.34
%31.24

CMYK color model

#DD819F color CMYK value is (0,42,28,13).

  • cyan value is 0.00%
  • magenta value is 41.63%
  • yellow value is 28.05%
  • key color value is 13.33%

CMYK: (0,42,28,13)
C0M42Y28K13 (0%, 42%, 28%, 13%)
(0.00 / 0.42 / 0.28 / 0.13)

CMYK percentages

%0
%41.63
%28.05
%13.33

Codes

Color #DD819F in popluar color models

DD 81 9F
RGB 221 129 159
HSL 340° 57.50% 68.63%
HSB/HSV 340° 41.63% 86.67%
CMYK 0.00% 41.63% 28.05%
13.33%

Color #DD819F in popluar number systems.

HEX DD 81 9F
Decimal 221 129 159
Binary 11011101 10000001 10011111
Octal 335 201 237

Shades and tints

Shades of #DD819F

#DD819F
(221,129,159)
#C97691
(201,118,145)
#B56B83
(181,107,131)
#A16075
(161,96,117)
#8D5567
(141,85,103)
#794A59
(121,74,89)
#653F4B
(101,63,75)
#51343D
(81,52,61)
#3D292F
(61,41,47)
#291E21
(41,30,33)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #DD819F

#DD819F
(221,129,159)
#E08CA7
(224,140,167)
#E397AF
(227,151,175)
#E6A2B7
(230,162,183)
#E9ADBF
(233,173,191)
#ECB8C7
(236,184,199)
#EFC3CF
(239,195,207)
#F2CED7
(242,206,215)
#F5D9DF
(245,217,223)
#F8E4E7
(248,228,231)
#FBEFEF
(251,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD819F; }

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

This text font color is #DD819F.

Background Color

.myBgColor { background-color: #DD819F; }

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

This div background color is #DD819F.

Border color

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

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

This div border color is #DD819F.

Opacity

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

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

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

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

This text has shadow with #DD819F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD819F.

Preview

Color preview on black background

This text has color #DD819F on black background.


Color preview on white background

This text has color #DD819F on white background.


Black color preview on #DD819F background

This text has black color on #DD819F background.


White color preview on #DD819F background

This text has white color on #DD819F background.


Related colors

Complementary color

Complementary color for #hex is #227E60.


I love getcolorcode.com

Triadic colors

1 #9FDD81 and #819FDD with #DD819F are triadic colors.

2 #9F81DD and #81DD9F with #DD819F are triadic colors.