COLOR #DD7DB7

HEX: #DD7DB7
RGB: (221,125,183)

Color info

#DD7DB7 contains mainly red and blue colors. Web safe color of #DD7DB7 is #CC66CC (or #C6C).

RGB color model

#DD7DB7 color RGB value is (221,125,183).

  • red value is 221;
  • green value is 125;
  • blue value is 183.
RGB:
(221,125,183)
(87%,49%,72%)

RGB channels and saturation

R 221 of 255 = 87%
G 125 of 255 = 49%
B 183 of 255 = 72%

221
125
183

R + G + B ~ 69%. #DD7DB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 125 + 183 = 529 (100%)
R 221 of 529 ~ 41.78%
G 125 of 529 ~ 23.63%
B 183 of 529 ~ 34.59%

%41.78
%23.63
%34.59

CMYK color model

#DD7DB7 color CMYK value is (0,43,17,13).

  • cyan value is 0.00%
  • magenta value is 43.44%
  • yellow value is 17.19%
  • key color value is 13.33%
CMYK:
(0,43,17,13)
C0M43Y17K13 
(0%,43%,17%,13%)
(0.00/0.43/0.17/0.13)	

CMYK percentages

%0
%43.44
%17.19
%13.33

Codes

Color #DD7DB7 in popluar color models

DD7DB7
RGB221125183
HSL324°58.54%67.84%
HSB/HSV324°43.44%86.67%
CMYK0.00%43.44%17.19%
13.33%

Color #DD7DB7 in popluar number systems.

HEXDD7DB7
Decimal221125183
Binary11011101111110110110111
Octal335175267

Shades and tints

Shades of #DD7DB7

#DD7DB7
(221,125,183)
#C972A7
(201,114,167)
#B56797
(181,103,151)
#A15C87
(161,92,135)
#8D5177
(141,81,119)
#794667
(121,70,103)
#653B57
(101,59,87)
#513047
(81,48,71)
#3D2537
(61,37,55)
#291A27
(41,26,39)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #DD7DB7

#DD7DB7
(221,125,183)
#E088BD
(224,136,189)
#E393C3
(227,147,195)
#E69EC9
(230,158,201)
#E9A9CF
(233,169,207)
#ECB4D5
(236,180,213)
#EFBFDB
(239,191,219)
#F2CAE1
(242,202,225)
#F5D5E7
(245,213,231)
#F8E0ED
(248,224,237)
#FBEBF3
(251,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD7DB7 color. Also use rgb(221,125,183) instead hex code.

Text Font Color

.myTextColor { color: #DD7DB7; }

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

This text font color is #DD7DB7.


Background Color

.myBgColor { background-color: #DD7DB7; }

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

This div background color is #DD7DB7.


Border color

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

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

This div border color is #DD7DB7.


Opacity

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

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

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

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

This text has shadow with #DD7DB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD7DB7 on black background.


Color preview on white background

This text has color #DD7DB7 on white background.



Black color preview on #DD7DB7 background

This text has black color on #DD7DB7 background.


White color preview on #DD7DB7 background

This text has white color on #DD7DB7 background.