COLOR #D791A5

HEX: #D791A5
RGB: (215,145,165)

Color info

#D791A5 contains mainly red and blue colors. Web safe color of #D791A5 is #CC9999 (or #C99).

RGB color model

#D791A5 color RGB value is (215,145,165).

  • red value is 215;
  • green value is 145;
  • blue value is 165.
RGB:
(215,145,165)
(84%,57%,65%)

RGB channels and saturation

R 215 of 255 = 84%
G 145 of 255 = 57%
B 165 of 255 = 65%

215
145
165

R + G + B ~ 69%. #D791A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 145 + 165 = 525 (100%)
R 215 of 525 ~ 40.95%
G 145 of 525 ~ 27.62%
B 165 of 525 ~ 31.43%

%40.95
%27.62
%31.43

CMYK color model

#D791A5 color CMYK value is (0,33,23,16).

  • cyan value is 0.00%
  • magenta value is 32.56%
  • yellow value is 23.26%
  • key color value is 15.69%
CMYK:
(0,33,23,16)
C0M33Y23K16 
(0%,33%,23%,16%)
(0.00/0.33/0.23/0.16)	

CMYK percentages

%0
%32.56
%23.26
%15.69

Codes

Color #D791A5 in popluar color models

D791A5
RGB215145165
HSL343°46.67%70.59%
HSB/HSV343°32.56%84.31%
CMYK0.00%32.56%23.26%
15.69%

Color #D791A5 in popluar number systems.

HEXD791A5
Decimal215145165
Binary110101111001000110100101
Octal327221245

Shades and tints

Shades of #D791A5

#D791A5
(215,145,165)
#C48496
(196,132,150)
#B17787
(177,119,135)
#9E6A78
(158,106,120)
#8B5D69
(139,93,105)
#78505A
(120,80,90)
#65434B
(101,67,75)
#52363C
(82,54,60)
#3F292D
(63,41,45)
#2C1C1E
(44,28,30)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #D791A5

#D791A5
(215,145,165)
#DA9BAD
(218,155,173)
#DDA5B5
(221,165,181)
#E0AFBD
(224,175,189)
#E3B9C5
(227,185,197)
#E6C3CD
(230,195,205)
#E9CDD5
(233,205,213)
#ECD7DD
(236,215,221)
#EFE1E5
(239,225,229)
#F2EBED
(242,235,237)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D791A5 color. Also use rgb(215,145,165) instead hex code.

Text Font Color

.myTextColor { color: #D791A5; }

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

This text font color is #D791A5.


Background Color

.myBgColor { background-color: #D791A5; }

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

This div background color is #D791A5.


Border color

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

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

This div border color is #D791A5.


Opacity

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

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

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

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

This text has shadow with #D791A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D791A5 on black background.


Color preview on white background

This text has color #D791A5 on white background.



Black color preview on #D791A5 background

This text has black color on #D791A5 background.


White color preview on #D791A5 background

This text has white color on #D791A5 background.