COLOR #D79FEE

HEX: #D79FEE
RGB: (215,159,238)

Color info

#D79FEE contains mainly red and blue colors. Web safe color of #D79FEE is #CC99FF (or #C9F).

RGB color model

#D79FEE color RGB value is (215,159,238).

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

RGB channels and saturation

R 215 of 255 = 84%
G 159 of 255 = 62%
B 238 of 255 = 93%

215
159
238

R + G + B ~ 80%. #D79FEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 159 + 238 = 612 (100%)
R 215 of 612 ~ 35.13%
G 159 of 612 ~ 25.98%
B 238 of 612 ~ 38.89%

%35.13
%25.98
%38.89

CMYK color model

#D79FEE color CMYK value is (10,33,0,7).

  • cyan value is 9.66%
  • magenta value is 33.19%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(10,33,0,7)
C10M33Y0K7 
(10%,33%,0%,7%)
(0.10/0.33/0.00/0.07)	

CMYK percentages

%9.66
%33.19
%0
%6.67

Codes

Color #D79FEE in popluar color models

D79FEE
RGB215159238
HSL283°69.91%77.84%
HSB/HSV283°33.19%93.33%
CMYK9.66%33.19%0.00%
6.67%

Color #D79FEE in popluar number systems.

HEXD79FEE
Decimal215159238
Binary110101111001111111101110
Octal327237356

Shades and tints

Shades of #D79FEE

#D79FEE
(215,159,238)
#C491D9
(196,145,217)
#B183C4
(177,131,196)
#9E75AF
(158,117,175)
#8B679A
(139,103,154)
#785985
(120,89,133)
#654B70
(101,75,112)
#523D5B
(82,61,91)
#3F2F46
(63,47,70)
#2C2131
(44,33,49)
#19131C
(25,19,28)
#000000
(0,0,0)

Tints of #D79FEE

#D79FEE
(215,159,238)
#DAA7EF
(218,167,239)
#DDAFF0
(221,175,240)
#E0B7F1
(224,183,241)
#E3BFF2
(227,191,242)
#E6C7F3
(230,199,243)
#E9CFF4
(233,207,244)
#ECD7F5
(236,215,245)
#EFDFF6
(239,223,246)
#F2E7F7
(242,231,247)
#F5EFF8
(245,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D79FEE; }

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

This text font color is #D79FEE.


Background Color

.myBgColor { background-color: #D79FEE; }

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

This div background color is #D79FEE.


Border color

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

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

This div border color is #D79FEE.


Opacity

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

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

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

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

This text has shadow with #D79FEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D79FEE on black background.


Color preview on white background

This text has color #D79FEE on white background.



Black color preview on #D79FEE background

This text has black color on #D79FEE background.


White color preview on #D79FEE background

This text has white color on #D79FEE background.