COLOR #D78DAE

HEX: #D78DAE RGB: (215,141,174)

Color info

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

RGB color model

#D78DAE color RGB value is (215,141,174).

RGB: (215,141,174) (84%, 55%, 68%)

RGB channels and saturation

R 215 of 255 = 84%
G 141 of 255 = 55%
B 174 of 255 = 68%

215
141
174

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

Portions of RGB colors in percentages

R + G + B = 215 + 141 + 174 = 530 (100%)
R 215 of 530 ~ 40.57%
G 141 of 530 ~ 26.6%
B 174 of 530 ~ 32.83'%

%40.57
%26.6
%32.83

CMYK color model

#D78DAE color CMYK value is (0,34,19,16).

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

CMYK: (0,34,19,16)
C0M34Y19K16 (0%, 34%, 19%, 16%)
(0.00 / 0.34 / 0.19 / 0.16)

CMYK percentages

%0
%34.42
%19.07
%15.69

Codes

Color #D78DAE in popluar color models

D7 8D AE
RGB 215 141 174
HSL 333° 48.05% 69.80%
HSB/HSV 333° 34.42% 84.31%
CMYK 0.00% 34.42% 19.07%
15.69%

Color #D78DAE in popluar number systems.

HEX D7 8D AE
Decimal 215 141 174
Binary 11010111 10001101 10101110
Octal 327 215 256

Shades and tints

Shades of #D78DAE

#D78DAE
(215,141,174)
#C4819F
(196,129,159)
#B17590
(177,117,144)
#9E6981
(158,105,129)
#8B5D72
(139,93,114)
#785163
(120,81,99)
#654554
(101,69,84)
#523945
(82,57,69)
#3F2D36
(63,45,54)
#2C2127
(44,33,39)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #D78DAE

#D78DAE
(215,141,174)
#DA97B5
(218,151,181)
#DDA1BC
(221,161,188)
#E0ABC3
(224,171,195)
#E3B5CA
(227,181,202)
#E6BFD1
(230,191,209)
#E9C9D8
(233,201,216)
#ECD3DF
(236,211,223)
#EFDDE6
(239,221,230)
#F2E7ED
(242,231,237)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D78DAE; }

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

This text font color is #D78DAE.

Background Color

.myBgColor { background-color: #D78DAE; }

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

This div background color is #D78DAE.

Border color

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

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

This div border color is #D78DAE.

Opacity

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

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

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

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

This text has shadow with #D78DAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D78DAE.

Preview

Color preview on black background

This text has color #D78DAE on black background.


Color preview on white background

This text has color #D78DAE on white background.


Black color preview on #D78DAE background

This text has black color on #D78DAE background.


White color preview on #D78DAE background

This text has white color on #D78DAE background.


Related colors

Complementary color

Complementary color for #hex is #287251.


I love getcolorcode.com

Triadic colors

1 #AED78D and #8DAED7 with #D78DAE are triadic colors.

2 #AE8DD7 and #8DD7AE with #D78DAE are triadic colors.