COLOR #D79BE0

HEX: #D79BE0
RGB: (215,155,224)

Color info

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

RGB color model

#D79BE0 color RGB value is (215,155,224).

  • red value is 215;
  • green value is 155;
  • blue value is 224.
RGB:
(215,155,224)
(84%,61%,88%)

RGB channels and saturation

R 215 of 255 = 84%
G 155 of 255 = 61%
B 224 of 255 = 88%

215
155
224

R + G + B ~ 78%. #D79BE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 155 + 224 = 594 (100%)
R 215 of 594 ~ 36.2%
G 155 of 594 ~ 26.09%
B 224 of 594 ~ 37.71%

%36.2
%26.09
%37.71

CMYK color model

#D79BE0 color CMYK value is (4,31,0,12).

  • cyan value is 4.02%
  • magenta value is 30.80%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(4,31,0,12)
C4M31Y0K12 
(4%,31%,0%,12%)
(0.04/0.31/0.00/0.12)	

CMYK percentages

%4.02
%30.8
%0
%12.16

Codes

Color #D79BE0 in popluar color models

D79BE0
RGB215155224
HSL292°52.67%74.31%
HSB/HSV292°30.80%87.84%
CMYK4.02%30.80%0.00%
12.16%

Color #D79BE0 in popluar number systems.

HEXD79BE0
Decimal215155224
Binary110101111001101111100000
Octal327233340

Shades and tints

Shades of #D79BE0

#D79BE0
(215,155,224)
#C48DCC
(196,141,204)
#B17FB8
(177,127,184)
#9E71A4
(158,113,164)
#8B6390
(139,99,144)
#78557C
(120,85,124)
#654768
(101,71,104)
#523954
(82,57,84)
#3F2B40
(63,43,64)
#2C1D2C
(44,29,44)
#190F18
(25,15,24)
#000000
(0,0,0)

Tints of #D79BE0

#D79BE0
(215,155,224)
#DAA4E2
(218,164,226)
#DDADE4
(221,173,228)
#E0B6E6
(224,182,230)
#E3BFE8
(227,191,232)
#E6C8EA
(230,200,234)
#E9D1EC
(233,209,236)
#ECDAEE
(236,218,238)
#EFE3F0
(239,227,240)
#F2ECF2
(242,236,242)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D79BE0 color. Also use rgb(215,155,224) instead hex code.

Text Font Color

.myTextColor { color: #D79BE0; }

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

This text font color is #D79BE0.


Background Color

.myBgColor { background-color: #D79BE0; }

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

This div background color is #D79BE0.


Border color

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

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

This div border color is #D79BE0.


Opacity

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

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

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

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

This text has shadow with #D79BE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D79BE0 on black background.


Color preview on white background

This text has color #D79BE0 on white background.



Black color preview on #D79BE0 background

This text has black color on #D79BE0 background.


White color preview on #D79BE0 background

This text has white color on #D79BE0 background.