COLOR #D78DA1

HEX: #D78DA1
RGB: (215,141,161)

Color info

#D78DA1 contains mainly red and blue colors. Web safe color of #D78DA1 is #CC9999 (or #C99).

RGB color model

#D78DA1 color RGB value is (215,141,161).

  • red value is 215;
  • green value is 141;
  • blue value is 161.
RGB:
(215,141,161)
(84%,55%,63%)

RGB channels and saturation

R 215 of 255 = 84%
G 141 of 255 = 55%
B 161 of 255 = 63%

215
141
161

R + G + B ~ 67%. #D78DA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 141 + 161 = 517 (100%)
R 215 of 517 ~ 41.59%
G 141 of 517 ~ 27.27%
B 161 of 517 ~ 31.14%

%41.59
%27.27
%31.14

CMYK color model

#D78DA1 color CMYK value is (0,34,25,16).

  • cyan value is 0.00%
  • magenta value is 34.42%
  • yellow value is 25.12%
  • key color value is 15.69%
CMYK:
(0,34,25,16)
C0M34Y25K16 
(0%,34%,25%,16%)
(0.00/0.34/0.25/0.16)	

CMYK percentages

%0
%34.42
%25.12
%15.69

Codes

Color #D78DA1 in popluar color models

D78DA1
RGB215141161
HSL344°48.05%69.80%
HSB/HSV344°34.42%84.31%
CMYK0.00%34.42%25.12%
15.69%

Color #D78DA1 in popluar number systems.

HEXD78DA1
Decimal215141161
Binary110101111000110110100001
Octal327215241

Shades and tints

Shades of #D78DA1

#D78DA1
(215,141,161)
#C48193
(196,129,147)
#B17585
(177,117,133)
#9E6977
(158,105,119)
#8B5D69
(139,93,105)
#78515B
(120,81,91)
#65454D
(101,69,77)
#52393F
(82,57,63)
#3F2D31
(63,45,49)
#2C2123
(44,33,35)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #D78DA1

#D78DA1
(215,141,161)
#DA97A9
(218,151,169)
#DDA1B1
(221,161,177)
#E0ABB9
(224,171,185)
#E3B5C1
(227,181,193)
#E6BFC9
(230,191,201)
#E9C9D1
(233,201,209)
#ECD3D9
(236,211,217)
#EFDDE1
(239,221,225)
#F2E7E9
(242,231,233)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D78DA1 color. Also use rgb(215,141,161) instead hex code.

Text Font Color

.myTextColor { color: #D78DA1; }

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

This text font color is #D78DA1.


Background Color

.myBgColor { background-color: #D78DA1; }

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

This div background color is #D78DA1.


Border color

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

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

This div border color is #D78DA1.


Opacity

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

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

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

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

This text has shadow with #D78DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D78DA1 on black background.


Color preview on white background

This text has color #D78DA1 on white background.



Black color preview on #D78DA1 background

This text has black color on #D78DA1 background.


White color preview on #D78DA1 background

This text has white color on #D78DA1 background.