COLOR #DD6E81

HEX: #DD6E81
RGB: (221,110,129)

Color info

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

RGB color model

#DD6E81 color RGB value is (221,110,129).

  • red value is 221;
  • green value is 110;
  • blue value is 129.
RGB:
(221,110,129)
(87%,43%,51%)

RGB channels and saturation

R 221 of 255 = 87%
G 110 of 255 = 43%
B 129 of 255 = 51%

221
110
129

R + G + B ~ 60%. #DD6E81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
221 + 110 + 129 = 460 (100%)
R 221 of 460 ~ 48.04%
G 110 of 460 ~ 23.91%
B 129 of 460 ~ 28.04%

%48.04
%23.91
%28.04

CMYK color model

#DD6E81 color CMYK value is (0,50,42,13).

  • cyan value is 0.00%
  • magenta value is 50.23%
  • yellow value is 41.63%
  • key color value is 13.33%
CMYK:
(0,50,42,13)
C0M50Y42K13 
(0%,50%,42%,13%)
(0.00/0.50/0.42/0.13)	

CMYK percentages

%0
%50.23
%41.63
%13.33

Codes

Color #DD6E81 in popluar color models

DD6E81
RGB221110129
HSL350°62.01%64.90%
HSB/HSV350°50.23%86.67%
CMYK0.00%50.23%41.63%
13.33%

Color #DD6E81 in popluar number systems.

HEXDD6E81
Decimal221110129
Binary11011101110111010000001
Octal335156201

Shades and tints

Shades of #DD6E81

#DD6E81
(221,110,129)
#C96476
(201,100,118)
#B55A6B
(181,90,107)
#A15060
(161,80,96)
#8D4655
(141,70,85)
#793C4A
(121,60,74)
#65323F
(101,50,63)
#512834
(81,40,52)
#3D1E29
(61,30,41)
#29141E
(41,20,30)
#150A13
(21,10,19)
#000000
(0,0,0)

Tints of #DD6E81

#DD6E81
(221,110,129)
#E07B8C
(224,123,140)
#E38897
(227,136,151)
#E695A2
(230,149,162)
#E9A2AD
(233,162,173)
#ECAFB8
(236,175,184)
#EFBCC3
(239,188,195)
#F2C9CE
(242,201,206)
#F5D6D9
(245,214,217)
#F8E3E4
(248,227,228)
#FBF0EF
(251,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD6E81; }

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

This text font color is #DD6E81.


Background Color

.myBgColor { background-color: #DD6E81; }

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

This div background color is #DD6E81.


Border color

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

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

This div border color is #DD6E81.


Opacity

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

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

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

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

This text has shadow with #DD6E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD6E81 on black background.


Color preview on white background

This text has color #DD6E81 on white background.



Black color preview on #DD6E81 background

This text has black color on #DD6E81 background.


White color preview on #DD6E81 background

This text has white color on #DD6E81 background.