COLOR #DD699E

HEX: #DD699E
RGB: (221,105,158)

Color info

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

RGB color model

#DD699E color RGB value is (221,105,158).

  • red value is 221;
  • green value is 105;
  • blue value is 158.
RGB:
(221,105,158)
(87%,41%,62%)

RGB channels and saturation

R 221 of 255 = 87%
G 105 of 255 = 41%
B 158 of 255 = 62%

221
105
158

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

Portions of RGB colors in percentages

R + G + B =
221 + 105 + 158 = 484 (100%)
R 221 of 484 ~ 45.66%
G 105 of 484 ~ 21.69%
B 158 of 484 ~ 32.64%

%45.66
%21.69
%32.64

CMYK color model

#DD699E color CMYK value is (0,52,29,13).

  • cyan value is 0.00%
  • magenta value is 52.49%
  • yellow value is 28.51%
  • key color value is 13.33%
CMYK:
(0,52,29,13)
C0M52Y29K13 
(0%,52%,29%,13%)
(0.00/0.52/0.29/0.13)	

CMYK percentages

%0
%52.49
%28.51
%13.33

Codes

Color #DD699E in popluar color models

DD699E
RGB221105158
HSL333°63.04%63.92%
HSB/HSV333°52.49%86.67%
CMYK0.00%52.49%28.51%
13.33%

Color #DD699E in popluar number systems.

HEXDD699E
Decimal221105158
Binary11011101110100110011110
Octal335151236

Shades and tints

Shades of #DD699E

#DD699E
(221,105,158)
#C96090
(201,96,144)
#B55782
(181,87,130)
#A14E74
(161,78,116)
#8D4566
(141,69,102)
#793C58
(121,60,88)
#65334A
(101,51,74)
#512A3C
(81,42,60)
#3D212E
(61,33,46)
#291820
(41,24,32)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #DD699E

#DD699E
(221,105,158)
#E076A6
(224,118,166)
#E383AE
(227,131,174)
#E690B6
(230,144,182)
#E99DBE
(233,157,190)
#ECAAC6
(236,170,198)
#EFB7CE
(239,183,206)
#F2C4D6
(242,196,214)
#F5D1DE
(245,209,222)
#F8DEE6
(248,222,230)
#FBEBEE
(251,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD699E color. Also use rgb(221,105,158) instead hex code.

Text Font Color

.myTextColor { color: #DD699E; }

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

This text font color is #DD699E.


Background Color

.myBgColor { background-color: #DD699E; }

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

This div background color is #DD699E.


Border color

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

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

This div border color is #DD699E.


Opacity

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

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

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

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

This text has shadow with #DD699E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD699E on black background.


Color preview on white background

This text has color #DD699E on white background.



Black color preview on #DD699E background

This text has black color on #DD699E background.


White color preview on #DD699E background

This text has white color on #DD699E background.