COLOR #D78ED6

HEX: #D78ED6
RGB: (215,142,214)

Color info

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

RGB color model

#D78ED6 color RGB value is (215,142,214).

  • red value is 215;
  • green value is 142;
  • blue value is 214.
RGB:
(215,142,214)
(84%,56%,84%)

RGB channels and saturation

R 215 of 255 = 84%
G 142 of 255 = 56%
B 214 of 255 = 84%

215
142
214

R + G + B ~ 75%. #D78ED6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 142 + 214 = 571 (100%)
R 215 of 571 ~ 37.65%
G 142 of 571 ~ 24.87%
B 214 of 571 ~ 37.48%

%37.65
%24.87
%37.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.95%
  • yellow value is 0.47%
  • key color value is 15.69%
CMYK:
(0,34,0,16)
C0M34Y0K16 
(0%,34%,0%,16%)
(0.00/0.34/0.00/0.16)	

CMYK percentages

%0
%33.95
%0.47
%15.69

Codes

Color #D78ED6 in popluar color models

D78ED6
RGB215142214
HSL301°47.71%70.00%
HSB/HSV301°33.95%84.31%
CMYK0.00%33.95%0.47%
15.69%

Color #D78ED6 in popluar number systems.

HEXD78ED6
Decimal215142214
Binary110101111000111011010110
Octal327216326

Shades and tints

Shades of #D78ED6

#D78ED6
(215,142,214)
#C482C3
(196,130,195)
#B176B0
(177,118,176)
#9E6A9D
(158,106,157)
#8B5E8A
(139,94,138)
#785277
(120,82,119)
#654664
(101,70,100)
#523A51
(82,58,81)
#3F2E3E
(63,46,62)
#2C222B
(44,34,43)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #D78ED6

#D78ED6
(215,142,214)
#DA98D9
(218,152,217)
#DDA2DC
(221,162,220)
#E0ACDF
(224,172,223)
#E3B6E2
(227,182,226)
#E6C0E5
(230,192,229)
#E9CAE8
(233,202,232)
#ECD4EB
(236,212,235)
#EFDEEE
(239,222,238)
#F2E8F1
(242,232,241)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D78ED6 color. Also use rgb(215,142,214) instead hex code.

Text Font Color

.myTextColor { color: #D78ED6; }

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

This text font color is #D78ED6.


Background Color

.myBgColor { background-color: #D78ED6; }

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

This div background color is #D78ED6.


Border color

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

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

This div border color is #D78ED6.


Opacity

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

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

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

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

This text has shadow with #D78ED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D78ED6 on black background.


Color preview on white background

This text has color #D78ED6 on white background.



Black color preview on #D78ED6 background

This text has black color on #D78ED6 background.


White color preview on #D78ED6 background

This text has white color on #D78ED6 background.