COLOR #D79BE9

HEX: #D79BE9 RGB: (215,155,233)

Color info

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

RGB color model

#D79BE9 color RGB value is (215,155,233).

RGB: (215,155,233) (84%, 61%, 91%)

RGB channels and saturation

R 215 of 255 = 84%
G 155 of 255 = 61%
B 233 of 255 = 91%

215
155
233

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

Portions of RGB colors in percentages

R + G + B = 215 + 155 + 233 = 603 (100%)
R 215 of 603 ~ 35.66%
G 155 of 603 ~ 25.7%
B 233 of 603 ~ 38.64'%

%35.66
%25.7
%38.64

CMYK color model

#D79BE9 color CMYK value is (8,33,0,9).

  • cyan value is 7.73%
  • magenta value is 33.48%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (8,33,0,9)
C8M33Y0K9 (8%, 33%, 0%, 9%)
(0.08 / 0.33 / 0.00 / 0.09)

CMYK percentages

%7.73
%33.48
%0
%8.63

Codes

Color #D79BE9 in popluar color models

D7 9B E9
RGB 215 155 233
HSL 286° 63.93% 76.08%
HSB/HSV 286° 33.48% 91.37%
CMYK 7.73% 33.48% 0.00%
8.63%

Color #D79BE9 in popluar number systems.

HEX D7 9B E9
Decimal 215 155 233
Binary 11010111 10011011 11101001
Octal 327 233 351

Shades and tints

Shades of #D79BE9

#D79BE9
(215,155,233)
#C48DD4
(196,141,212)
#B17FBF
(177,127,191)
#9E71AA
(158,113,170)
#8B6395
(139,99,149)
#785580
(120,85,128)
#65476B
(101,71,107)
#523956
(82,57,86)
#3F2B41
(63,43,65)
#2C1D2C
(44,29,44)
#190F17
(25,15,23)
#000000
(0,0,0)

Tints of #D79BE9

#D79BE9
(215,155,233)
#DAA4EB
(218,164,235)
#DDADED
(221,173,237)
#E0B6EF
(224,182,239)
#E3BFF1
(227,191,241)
#E6C8F3
(230,200,243)
#E9D1F5
(233,209,245)
#ECDAF7
(236,218,247)
#EFE3F9
(239,227,249)
#F2ECFB
(242,236,251)
#F5F5FD
(245,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D79BE9; }

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

This text font color is #D79BE9.

Background Color

.myBgColor { background-color: #D79BE9; }

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

This div background color is #D79BE9.

Border color

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

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

This div border color is #D79BE9.

Opacity

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

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

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

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

This text has shadow with #D79BE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D79BE9.

Preview

Color preview on black background

This text has color #D79BE9 on black background.


Color preview on white background

This text has color #D79BE9 on white background.


Black color preview on #D79BE9 background

This text has black color on #D79BE9 background.


White color preview on #D79BE9 background

This text has white color on #D79BE9 background.


Related colors

Complementary color

Complementary color for #hex is #286416.


I love getcolorcode.com

Triadic colors

1 #E9D79B and #9BE9D7 with #D79BE9 are triadic colors.

2 #E99BD7 and #9BD7E9 with #D79BE9 are triadic colors.