COLOR #DD78A5

HEX: #DD78A5
RGB: (221,120,165)

Color info

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

RGB color model

#DD78A5 color RGB value is (221,120,165).

  • red value is 221;
  • green value is 120;
  • blue value is 165.
RGB:
(221,120,165)
(87%,47%,65%)

RGB channels and saturation

R 221 of 255 = 87%
G 120 of 255 = 47%
B 165 of 255 = 65%

221
120
165

R + G + B ~ 66%. #DD78A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 120 + 165 = 506 (100%)
R 221 of 506 ~ 43.68%
G 120 of 506 ~ 23.72%
B 165 of 506 ~ 32.61%

%43.68
%23.72
%32.61

CMYK color model

#DD78A5 color CMYK value is (0,46,25,13).

  • cyan value is 0.00%
  • magenta value is 45.70%
  • yellow value is 25.34%
  • key color value is 13.33%
CMYK:
(0,46,25,13)
C0M46Y25K13 
(0%,46%,25%,13%)
(0.00/0.46/0.25/0.13)	

CMYK percentages

%0
%45.7
%25.34
%13.33

Codes

Color #DD78A5 in popluar color models

DD78A5
RGB221120165
HSL333°59.76%66.86%
HSB/HSV333°45.70%86.67%
CMYK0.00%45.70%25.34%
13.33%

Color #DD78A5 in popluar number systems.

HEXDD78A5
Decimal221120165
Binary11011101111100010100101
Octal335170245

Shades and tints

Shades of #DD78A5

#DD78A5
(221,120,165)
#C96E96
(201,110,150)
#B56487
(181,100,135)
#A15A78
(161,90,120)
#8D5069
(141,80,105)
#79465A
(121,70,90)
#653C4B
(101,60,75)
#51323C
(81,50,60)
#3D282D
(61,40,45)
#291E1E
(41,30,30)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #DD78A5

#DD78A5
(221,120,165)
#E084AD
(224,132,173)
#E390B5
(227,144,181)
#E69CBD
(230,156,189)
#E9A8C5
(233,168,197)
#ECB4CD
(236,180,205)
#EFC0D5
(239,192,213)
#F2CCDD
(242,204,221)
#F5D8E5
(245,216,229)
#F8E4ED
(248,228,237)
#FBF0F5
(251,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD78A5 color. Also use rgb(221,120,165) instead hex code.

Text Font Color

.myTextColor { color: #DD78A5; }

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

This text font color is #DD78A5.


Background Color

.myBgColor { background-color: #DD78A5; }

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

This div background color is #DD78A5.


Border color

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

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

This div border color is #DD78A5.


Opacity

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

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

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

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

This text has shadow with #DD78A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD78A5 on black background.


Color preview on white background

This text has color #DD78A5 on white background.



Black color preview on #DD78A5 background

This text has black color on #DD78A5 background.


White color preview on #DD78A5 background

This text has white color on #DD78A5 background.