COLOR #D78AD0

HEX: #D78AD0
RGB: (215,138,208)

Color info

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

RGB color model

#D78AD0 color RGB value is (215,138,208).

  • red value is 215;
  • green value is 138;
  • blue value is 208.
RGB:
(215,138,208)
(84%,54%,82%)

RGB channels and saturation

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

215
138
208

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

Portions of RGB colors in percentages

R + G + B =
215 + 138 + 208 = 561 (100%)
R 215 of 561 ~ 38.32%
G 138 of 561 ~ 24.6%
B 208 of 561 ~ 37.08%

%38.32
%24.6
%37.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.81%
  • yellow value is 3.26%
  • 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
%3.26
%15.69

Codes

Color #D78AD0 in popluar color models

D78AD0
RGB215138208
HSL305°49.04%69.22%
HSB/HSV305°35.81%84.31%
CMYK0.00%35.81%3.26%
15.69%

Color #D78AD0 in popluar number systems.

HEXD78AD0
Decimal215138208
Binary110101111000101011010000
Octal327212320

Shades and tints

Shades of #D78AD0

#D78AD0
(215,138,208)
#C47EBE
(196,126,190)
#B172AC
(177,114,172)
#9E669A
(158,102,154)
#8B5A88
(139,90,136)
#784E76
(120,78,118)
#654264
(101,66,100)
#523652
(82,54,82)
#3F2A40
(63,42,64)
#2C1E2E
(44,30,46)
#19121C
(25,18,28)
#000000
(0,0,0)

Tints of #D78AD0

#D78AD0
(215,138,208)
#DA94D4
(218,148,212)
#DD9ED8
(221,158,216)
#E0A8DC
(224,168,220)
#E3B2E0
(227,178,224)
#E6BCE4
(230,188,228)
#E9C6E8
(233,198,232)
#ECD0EC
(236,208,236)
#EFDAF0
(239,218,240)
#F2E4F4
(242,228,244)
#F5EEF8
(245,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D78AD0; }

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

This text font color is #D78AD0.


Background Color

.myBgColor { background-color: #D78AD0; }

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

This div background color is #D78AD0.


Border color

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

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

This div border color is #D78AD0.


Opacity

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

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

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

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

This text has shadow with #D78AD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D78AD0 on black background.


Color preview on white background

This text has color #D78AD0 on white background.



Black color preview on #D78AD0 background

This text has black color on #D78AD0 background.


White color preview on #D78AD0 background

This text has white color on #D78AD0 background.