COLOR #D78DA4

HEX: #D78DA4 RGB: (215,141,164)

Color info

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

RGB color model

#D78DA4 color RGB value is (215,141,164).

RGB: (215,141,164) (84%, 55%, 64%)

RGB channels and saturation

R 215 of 255 = 84%
G 141 of 255 = 55%
B 164 of 255 = 64%

215
141
164

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

Portions of RGB colors in percentages

R + G + B = 215 + 141 + 164 = 520 (100%)
R 215 of 520 ~ 41.35%
G 141 of 520 ~ 27.12%
B 164 of 520 ~ 31.54'%

%41.35
%27.12
%31.54

CMYK color model

#D78DA4 color CMYK value is (0,34,24,16).

  • cyan value is 0.00%
  • magenta value is 34.42%
  • yellow value is 23.72%
  • key color value is 15.69%

CMYK: (0,34,24,16)
C0M34Y24K16 (0%, 34%, 24%, 16%)
(0.00 / 0.34 / 0.24 / 0.16)

CMYK percentages

%0
%34.42
%23.72
%15.69

Codes

Color #D78DA4 in popluar color models

D7 8D A4
RGB 215 141 164
HSL 341° 48.05% 69.80%
HSB/HSV 341° 34.42% 84.31%
CMYK 0.00% 34.42% 23.72%
15.69%

Color #D78DA4 in popluar number systems.

HEX D7 8D A4
Decimal 215 141 164
Binary 11010111 10001101 10100100
Octal 327 215 244

Shades and tints

Shades of #D78DA4

#D78DA4
(215,141,164)
#C48196
(196,129,150)
#B17588
(177,117,136)
#9E697A
(158,105,122)
#8B5D6C
(139,93,108)
#78515E
(120,81,94)
#654550
(101,69,80)
#523942
(82,57,66)
#3F2D34
(63,45,52)
#2C2126
(44,33,38)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #D78DA4

#D78DA4
(215,141,164)
#DA97AC
(218,151,172)
#DDA1B4
(221,161,180)
#E0ABBC
(224,171,188)
#E3B5C4
(227,181,196)
#E6BFCC
(230,191,204)
#E9C9D4
(233,201,212)
#ECD3DC
(236,211,220)
#EFDDE4
(239,221,228)
#F2E7EC
(242,231,236)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D78DA4; }

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

This text font color is #D78DA4.

Background Color

.myBgColor { background-color: #D78DA4; }

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

This div background color is #D78DA4.

Border color

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

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

This div border color is #D78DA4.

Opacity

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

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

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

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

This text has shadow with #D78DA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D78DA4.

Preview

Color preview on black background

This text has color #D78DA4 on black background.


Color preview on white background

This text has color #D78DA4 on white background.


Black color preview on #D78DA4 background

This text has black color on #D78DA4 background.


White color preview on #D78DA4 background

This text has white color on #D78DA4 background.


Related colors

Complementary color

Complementary color for #hex is #28725B.


I love getcolorcode.com

Triadic colors

1 #A4D78D and #8DA4D7 with #D78DA4 are triadic colors.

2 #A48DD7 and #8DD7A4 with #D78DA4 are triadic colors.