COLOR #D79FE5

HEX: #D79FE5
RGB: (215,159,229)

Color info

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

RGB color model

#D79FE5 color RGB value is (215,159,229).

  • red value is 215;
  • green value is 159;
  • blue value is 229.
RGB:
(215,159,229)
(84%,62%,90%)

RGB channels and saturation

R 215 of 255 = 84%
G 159 of 255 = 62%
B 229 of 255 = 90%

215
159
229

R + G + B ~ 79%. #D79FE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 159 + 229 = 603 (100%)
R 215 of 603 ~ 35.66%
G 159 of 603 ~ 26.37%
B 229 of 603 ~ 37.98%

%35.66
%26.37
%37.98

CMYK color model

#D79FE5 color CMYK value is (6,31,0,10).

  • cyan value is 6.11%
  • magenta value is 30.57%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(6,31,0,10)
C6M31Y0K10 
(6%,31%,0%,10%)
(0.06/0.31/0.00/0.10)	

CMYK percentages

%6.11
%30.57
%0
%10.2

Codes

Color #D79FE5 in popluar color models

D79FE5
RGB215159229
HSL288°57.38%76.08%
HSB/HSV288°30.57%89.80%
CMYK6.11%30.57%0.00%
10.20%

Color #D79FE5 in popluar number systems.

HEXD79FE5
Decimal215159229
Binary110101111001111111100101
Octal327237345

Shades and tints

Shades of #D79FE5

#D79FE5
(215,159,229)
#C491D1
(196,145,209)
#B183BD
(177,131,189)
#9E75A9
(158,117,169)
#8B6795
(139,103,149)
#785981
(120,89,129)
#654B6D
(101,75,109)
#523D59
(82,61,89)
#3F2F45
(63,47,69)
#2C2131
(44,33,49)
#19131D
(25,19,29)
#000000
(0,0,0)

Tints of #D79FE5

#D79FE5
(215,159,229)
#DAA7E7
(218,167,231)
#DDAFE9
(221,175,233)
#E0B7EB
(224,183,235)
#E3BFED
(227,191,237)
#E6C7EF
(230,199,239)
#E9CFF1
(233,207,241)
#ECD7F3
(236,215,243)
#EFDFF5
(239,223,245)
#F2E7F7
(242,231,247)
#F5EFF9
(245,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D79FE5 color. Also use rgb(215,159,229) instead hex code.

Text Font Color

.myTextColor { color: #D79FE5; }

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

This text font color is #D79FE5.


Background Color

.myBgColor { background-color: #D79FE5; }

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

This div background color is #D79FE5.


Border color

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

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

This div border color is #D79FE5.


Opacity

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

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

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

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

This text has shadow with #D79FE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D79FE5 on black background.


Color preview on white background

This text has color #D79FE5 on white background.



Black color preview on #D79FE5 background

This text has black color on #D79FE5 background.


White color preview on #D79FE5 background

This text has white color on #D79FE5 background.