COLOR #DD7DB0

HEX: #DD7DB0
RGB: (221,125,176)

Color info

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

RGB color model

#DD7DB0 color RGB value is (221,125,176).

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

RGB channels and saturation

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

221
125
176

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

Portions of RGB colors in percentages

R + G + B =
221 + 125 + 176 = 522 (100%)
R 221 of 522 ~ 42.34%
G 125 of 522 ~ 23.95%
B 176 of 522 ~ 33.72%

%42.34
%23.95
%33.72

CMYK color model

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

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

Codes

Color #DD7DB0 in popluar color models

DD7DB0
RGB221125176
HSL328°58.54%67.84%
HSB/HSV328°43.44%86.67%
CMYK0.00%43.44%20.36%
13.33%

Color #DD7DB0 in popluar number systems.

HEXDD7DB0
Decimal221125176
Binary11011101111110110110000
Octal335175260

Shades and tints

Shades of #DD7DB0

#DD7DB0
(221,125,176)
#C972A0
(201,114,160)
#B56790
(181,103,144)
#A15C80
(161,92,128)
#8D5170
(141,81,112)
#794660
(121,70,96)
#653B50
(101,59,80)
#513040
(81,48,64)
#3D2530
(61,37,48)
#291A20
(41,26,32)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #DD7DB0

#DD7DB0
(221,125,176)
#E088B7
(224,136,183)
#E393BE
(227,147,190)
#E69EC5
(230,158,197)
#E9A9CC
(233,169,204)
#ECB4D3
(236,180,211)
#EFBFDA
(239,191,218)
#F2CAE1
(242,202,225)
#F5D5E8
(245,213,232)
#F8E0EF
(248,224,239)
#FBEBF6
(251,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD7DB0; }

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

This text font color is #DD7DB0.


Background Color

.myBgColor { background-color: #DD7DB0; }

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

This div background color is #DD7DB0.


Border color

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

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

This div border color is #DD7DB0.


Opacity

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

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

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

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

This text has shadow with #DD7DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD7DB0 on black background.


Color preview on white background

This text has color #DD7DB0 on white background.



Black color preview on #DD7DB0 background

This text has black color on #DD7DB0 background.


White color preview on #DD7DB0 background

This text has white color on #DD7DB0 background.