COLOR #D49FD1

HEX: #D49FD1
RGB: (212,159,209)

Color info

#D49FD1 contains red, green and blue colors in about the same proportion. Web safe color of #D49FD1 is #CC99CC (or #C9C).

RGB color model

#D49FD1 color RGB value is (212,159,209).

  • red value is 212;
  • green value is 159;
  • blue value is 209.
RGB:
(212,159,209)
(83%,62%,82%)

RGB channels and saturation

R 212 of 255 = 83%
G 159 of 255 = 62%
B 209 of 255 = 82%

212
159
209

R + G + B ~ 76%. #D49FD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 159 + 209 = 580 (100%)
R 212 of 580 ~ 36.55%
G 159 of 580 ~ 27.41%
B 209 of 580 ~ 36.03%

%36.55
%27.41
%36.03

CMYK color model

#D49FD1 color CMYK value is (0,25,1,17).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 1.42%
  • key color value is 16.86%
CMYK:
(0,25,1,17)
C0M25Y1K17 
(0%,25%,1%,17%)
(0.00/0.25/0.01/0.17)	

CMYK percentages

%0
%25
%1.42
%16.86

Codes

Color #D49FD1 in popluar color models

D49FD1
RGB212159209
HSL303°38.13%72.75%
HSB/HSV303°25.00%83.14%
CMYK0.00%25.00%1.42%
16.86%

Color #D49FD1 in popluar number systems.

HEXD49FD1
Decimal212159209
Binary110101001001111111010001
Octal324237321

Shades and tints

Shades of #D49FD1

#D49FD1
(212,159,209)
#C191BE
(193,145,190)
#AE83AB
(174,131,171)
#9B7598
(155,117,152)
#886785
(136,103,133)
#755972
(117,89,114)
#624B5F
(98,75,95)
#4F3D4C
(79,61,76)
#3C2F39
(60,47,57)
#292126
(41,33,38)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #D49FD1

#D49FD1
(212,159,209)
#D7A7D5
(215,167,213)
#DAAFD9
(218,175,217)
#DDB7DD
(221,183,221)
#E0BFE1
(224,191,225)
#E3C7E5
(227,199,229)
#E6CFE9
(230,207,233)
#E9D7ED
(233,215,237)
#ECDFF1
(236,223,241)
#EFE7F5
(239,231,245)
#F2EFF9
(242,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D49FD1 color. Also use rgb(212,159,209) instead hex code.

Text Font Color

.myTextColor { color: #D49FD1; }

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

This text font color is #D49FD1.


Background Color

.myBgColor { background-color: #D49FD1; }

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

This div background color is #D49FD1.


Border color

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

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

This div border color is #D49FD1.


Opacity

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

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

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

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

This text has shadow with #D49FD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49FD1 on black background.


Color preview on white background

This text has color #D49FD1 on white background.



Black color preview on #D49FD1 background

This text has black color on #D49FD1 background.


White color preview on #D49FD1 background

This text has white color on #D49FD1 background.