COLOR #D79DC0

HEX: #D79DC0
RGB: (215,157,192)

Color info

#D79DC0 contains red, green and blue colors in about the same proportion. Web safe color of #D79DC0 is #CC99CC (or #C9C).

RGB color model

#D79DC0 color RGB value is (215,157,192).

  • red value is 215;
  • green value is 157;
  • blue value is 192.
RGB:
(215,157,192)
(84%,62%,75%)

RGB channels and saturation

R 215 of 255 = 84%
G 157 of 255 = 62%
B 192 of 255 = 75%

215
157
192

R + G + B ~ 74%. #D79DC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 157 + 192 = 564 (100%)
R 215 of 564 ~ 38.12%
G 157 of 564 ~ 27.84%
B 192 of 564 ~ 34.04%

%38.12
%27.84
%34.04

CMYK color model

#D79DC0 color CMYK value is (0,27,11,16).

  • cyan value is 0.00%
  • magenta value is 26.98%
  • yellow value is 10.70%
  • key color value is 15.69%
CMYK:
(0,27,11,16)
C0M27Y11K16 
(0%,27%,11%,16%)
(0.00/0.27/0.11/0.16)	

CMYK percentages

%0
%26.98
%10.7
%15.69

Codes

Color #D79DC0 in popluar color models

D79DC0
RGB215157192
HSL324°42.03%72.94%
HSB/HSV324°26.98%84.31%
CMYK0.00%26.98%10.70%
15.69%

Color #D79DC0 in popluar number systems.

HEXD79DC0
Decimal215157192
Binary110101111001110111000000
Octal327235300

Shades and tints

Shades of #D79DC0

#D79DC0
(215,157,192)
#C48FAF
(196,143,175)
#B1819E
(177,129,158)
#9E738D
(158,115,141)
#8B657C
(139,101,124)
#78576B
(120,87,107)
#65495A
(101,73,90)
#523B49
(82,59,73)
#3F2D38
(63,45,56)
#2C1F27
(44,31,39)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #D79DC0

#D79DC0
(215,157,192)
#DAA5C5
(218,165,197)
#DDADCA
(221,173,202)
#E0B5CF
(224,181,207)
#E3BDD4
(227,189,212)
#E6C5D9
(230,197,217)
#E9CDDE
(233,205,222)
#ECD5E3
(236,213,227)
#EFDDE8
(239,221,232)
#F2E5ED
(242,229,237)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D79DC0 color. Also use rgb(215,157,192) instead hex code.

Text Font Color

.myTextColor { color: #D79DC0; }

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

This text font color is #D79DC0.


Background Color

.myBgColor { background-color: #D79DC0; }

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

This div background color is #D79DC0.


Border color

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

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

This div border color is #D79DC0.


Opacity

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

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

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

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

This text has shadow with #D79DC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D79DC0 on black background.


Color preview on white background

This text has color #D79DC0 on white background.



Black color preview on #D79DC0 background

This text has black color on #D79DC0 background.


White color preview on #D79DC0 background

This text has white color on #D79DC0 background.