COLOR #DD809F

HEX: #DD809F
RGB: (221,128,159)

Color info

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

RGB color model

#DD809F color RGB value is (221,128,159).

  • red value is 221;
  • green value is 128;
  • blue value is 159.
RGB:
(221,128,159)
(87%,50%,62%)

RGB channels and saturation

R 221 of 255 = 87%
G 128 of 255 = 50%
B 159 of 255 = 62%

221
128
159

R + G + B ~ 66%. #DD809F is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 128 + 159 = 508 (100%)
R 221 of 508 ~ 43.5%
G 128 of 508 ~ 25.2%
B 159 of 508 ~ 31.3%

%43.5
%25.2
%31.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.08%
  • 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
%42.08
%28.05
%13.33

Codes

Color #DD809F in popluar color models

DD809F
RGB221128159
HSL340°57.76%68.43%
HSB/HSV340°42.08%86.67%
CMYK0.00%42.08%28.05%
13.33%

Color #DD809F in popluar number systems.

HEXDD809F
Decimal221128159
Binary110111011000000010011111
Octal335200237

Shades and tints

Shades of #DD809F

#DD809F
(221,128,159)
#C97591
(201,117,145)
#B56A83
(181,106,131)
#A15F75
(161,95,117)
#8D5467
(141,84,103)
#794959
(121,73,89)
#653E4B
(101,62,75)
#51333D
(81,51,61)
#3D282F
(61,40,47)
#291D21
(41,29,33)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #DD809F

#DD809F
(221,128,159)
#E08BA7
(224,139,167)
#E396AF
(227,150,175)
#E6A1B7
(230,161,183)
#E9ACBF
(233,172,191)
#ECB7C7
(236,183,199)
#EFC2CF
(239,194,207)
#F2CDD7
(242,205,215)
#F5D8DF
(245,216,223)
#F8E3E7
(248,227,231)
#FBEEEF
(251,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD809F; }

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

This text font color is #DD809F.


Background Color

.myBgColor { background-color: #DD809F; }

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

This div background color is #DD809F.


Border color

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

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

This div border color is #DD809F.


Opacity

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

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

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

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

This text has shadow with #DD809F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD809F on black background.


Color preview on white background

This text has color #DD809F on white background.



Black color preview on #DD809F background

This text has black color on #DD809F background.


White color preview on #DD809F background

This text has white color on #DD809F background.