COLOR #D49FCF

HEX: #D49FCF RGB: (212,159,207)

Color info

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

RGB color model

#D49FCF color RGB value is (212,159,207).

RGB: (212,159,207) (83%, 62%, 81%)

RGB channels and saturation

R 212 of 255 = 83%
G 159 of 255 = 62%
B 207 of 255 = 81%

212
159
207

R + G + B ~ 75%. #D49FCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 159 + 207 = 578 (100%)
R 212 of 578 ~ 36.68%
G 159 of 578 ~ 27.51%
B 207 of 578 ~ 35.81'%

%36.68
%27.51
%35.81

CMYK color model

#D49FCF color CMYK value is (0,25,2,17).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 2.36%
  • key color value is 16.86%

CMYK: (0,25,2,17)
C0M25Y2K17 (0%, 25%, 2%, 17%)
(0.00 / 0.25 / 0.02 / 0.17)

CMYK percentages

%0
%25
%2.36
%16.86

Codes

Color #D49FCF in popluar color models

D4 9F CF
RGB 212 159 207
HSL 306° 38.13% 72.75%
HSB/HSV 306° 25.00% 83.14%
CMYK 0.00% 25.00% 2.36%
16.86%

Color #D49FCF in popluar number systems.

HEX D4 9F CF
Decimal 212 159 207
Binary 11010100 10011111 11001111
Octal 324 237 317

Shades and tints

Shades of #D49FCF

#D49FCF
(212,159,207)
#C191BD
(193,145,189)
#AE83AB
(174,131,171)
#9B7599
(155,117,153)
#886787
(136,103,135)
#755975
(117,89,117)
#624B63
(98,75,99)
#4F3D51
(79,61,81)
#3C2F3F
(60,47,63)
#29212D
(41,33,45)
#16131B
(22,19,27)
#000000
(0,0,0)

Tints of #D49FCF

#D49FCF
(212,159,207)
#D7A7D3
(215,167,211)
#DAAFD7
(218,175,215)
#DDB7DB
(221,183,219)
#E0BFDF
(224,191,223)
#E3C7E3
(227,199,227)
#E6CFE7
(230,207,231)
#E9D7EB
(233,215,235)
#ECDFEF
(236,223,239)
#EFE7F3
(239,231,243)
#F2EFF7
(242,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D49FCF; }

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

This text font color is #D49FCF.

Background Color

.myBgColor { background-color: #D49FCF; }

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

This div background color is #D49FCF.

Border color

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

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

This div border color is #D49FCF.

Opacity

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

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

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

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

This text has shadow with #D49FCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D49FCF.

Preview

Color preview on black background

This text has color #D49FCF on black background.


Color preview on white background

This text has color #D49FCF on white background.


Black color preview on #D49FCF background

This text has black color on #D49FCF background.


White color preview on #D49FCF background

This text has white color on #D49FCF background.


Related colors

Complementary color

Complementary color for #hex is #2B6030.


I love getcolorcode.com

Triadic colors

1 #CFD49F and #9FCFD4 with #D49FCF are triadic colors.

2 #CF9FD4 and #9FD4CF with #D49FCF are triadic colors.