COLOR #DD7EB0

HEX: #DD7EB0
RGB: (221,126,176)

Color info

#DD7EB0 contains mainly red and blue colors. Web safe color of #DD7EB0 is #CC6699 (or #C69).

RGB color model

#DD7EB0 color RGB value is (221,126,176).

  • red value is 221;
  • green value is 126;
  • blue value is 176.
RGB:
(221,126,176)
(87%,49%,69%)

RGB channels and saturation

R 221 of 255 = 87%
G 126 of 255 = 49%
B 176 of 255 = 69%

221
126
176

R + G + B ~ 68%. #DD7EB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 126 + 176 = 523 (100%)
R 221 of 523 ~ 42.26%
G 126 of 523 ~ 24.09%
B 176 of 523 ~ 33.65%

%42.26
%24.09
%33.65

CMYK color model

#DD7EB0 color CMYK value is (0,43,20,13).

  • cyan value is 0.00%
  • magenta value is 42.99%
  • yellow value is 20.36%
  • key color value is 13.33%
CMYK:
(0,43,20,13)
C0M43Y20K13 
(0%,43%,20%,13%)
(0.00/0.43/0.20/0.13)	

CMYK percentages

%0
%42.99
%20.36
%13.33

Codes

Color #DD7EB0 in popluar color models

DD7EB0
RGB221126176
HSL328°58.28%68.04%
HSB/HSV328°42.99%86.67%
CMYK0.00%42.99%20.36%
13.33%

Color #DD7EB0 in popluar number systems.

HEXDD7EB0
Decimal221126176
Binary11011101111111010110000
Octal335176260

Shades and tints

Shades of #DD7EB0

#DD7EB0
(221,126,176)
#C973A0
(201,115,160)
#B56890
(181,104,144)
#A15D80
(161,93,128)
#8D5270
(141,82,112)
#794760
(121,71,96)
#653C50
(101,60,80)
#513140
(81,49,64)
#3D2630
(61,38,48)
#291B20
(41,27,32)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #DD7EB0

#DD7EB0
(221,126,176)
#E089B7
(224,137,183)
#E394BE
(227,148,190)
#E69FC5
(230,159,197)
#E9AACC
(233,170,204)
#ECB5D3
(236,181,211)
#EFC0DA
(239,192,218)
#F2CBE1
(242,203,225)
#F5D6E8
(245,214,232)
#F8E1EF
(248,225,239)
#FBECF6
(251,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD7EB0 color. Also use rgb(221,126,176) instead hex code.

Text Font Color

.myTextColor { color: #DD7EB0; }

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

This text font color is #DD7EB0.


Background Color

.myBgColor { background-color: #DD7EB0; }

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

This div background color is #DD7EB0.


Border color

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

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

This div border color is #DD7EB0.


Opacity

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

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

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

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

This text has shadow with #DD7EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD7EB0 on black background.


Color preview on white background

This text has color #DD7EB0 on white background.



Black color preview on #DD7EB0 background

This text has black color on #DD7EB0 background.


White color preview on #DD7EB0 background

This text has white color on #DD7EB0 background.