COLOR #D78AD1

HEX: #D78AD1 RGB: (215,138,209)

Color info

#D78AD1 contains mainly red and blue colors. Web safe color of #D78AD1 is #CC99CC (or #C9C).

RGB color model

#D78AD1 color RGB value is (215,138,209).

RGB: (215,138,209) (84%, 54%, 82%)

RGB channels and saturation

R 215 of 255 = 84%
G 138 of 255 = 54%
B 209 of 255 = 82%

215
138
209

R + G + B ~ 73%. #D78AD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 138 + 209 = 562 (100%)
R 215 of 562 ~ 38.26%
G 138 of 562 ~ 24.56%
B 209 of 562 ~ 37.19'%

%38.26
%24.56
%37.19

CMYK color model

#D78AD1 color CMYK value is (0,36,3,16).

  • cyan value is 0.00%
  • magenta value is 35.81%
  • yellow value is 2.79%
  • key color value is 15.69%

CMYK: (0,36,3,16)
C0M36Y3K16 (0%, 36%, 3%, 16%)
(0.00 / 0.36 / 0.03 / 0.16)

CMYK percentages

%0
%35.81
%2.79
%15.69

Codes

Color #D78AD1 in popluar color models

D7 8A D1
RGB 215 138 209
HSL 305° 49.04% 69.22%
HSB/HSV 305° 35.81% 84.31%
CMYK 0.00% 35.81% 2.79%
15.69%

Color #D78AD1 in popluar number systems.

HEX D7 8A D1
Decimal 215 138 209
Binary 11010111 10001010 11010001
Octal 327 212 321

Shades and tints

Shades of #D78AD1

#D78AD1
(215,138,209)
#C47EBE
(196,126,190)
#B172AB
(177,114,171)
#9E6698
(158,102,152)
#8B5A85
(139,90,133)
#784E72
(120,78,114)
#65425F
(101,66,95)
#52364C
(82,54,76)
#3F2A39
(63,42,57)
#2C1E26
(44,30,38)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #D78AD1

#D78AD1
(215,138,209)
#DA94D5
(218,148,213)
#DD9ED9
(221,158,217)
#E0A8DD
(224,168,221)
#E3B2E1
(227,178,225)
#E6BCE5
(230,188,229)
#E9C6E9
(233,198,233)
#ECD0ED
(236,208,237)
#EFDAF1
(239,218,241)
#F2E4F5
(242,228,245)
#F5EEF9
(245,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D78AD1 color. Also use rgb(215,138,209) instead hex code.

Text Font Color

.myTextColor { color: #D78AD1; }

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

This text font color is #D78AD1.

Background Color

.myBgColor { background-color: #D78AD1; }

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

This div background color is #D78AD1.

Border color

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

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

This div border color is #D78AD1.

Opacity

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

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

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

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

This text has shadow with #D78AD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D78AD1.

Preview

Color preview on black background

This text has color #D78AD1 on black background.


Color preview on white background

This text has color #D78AD1 on white background.


Black color preview on #D78AD1 background

This text has black color on #D78AD1 background.


White color preview on #D78AD1 background

This text has white color on #D78AD1 background.


Related colors

Complementary color

Complementary color for #hex is #28752E.


I love getcolorcode.com

Triadic colors

1 #D1D78A and #8AD1D7 with #D78AD1 are triadic colors.

2 #D18AD7 and #8AD7D1 with #D78AD1 are triadic colors.