COLOR #D49DCA

HEX: #D49DCA RGB: (212,157,202)

Color info

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

RGB color model

#D49DCA color RGB value is (212,157,202).

RGB: (212,157,202) (83%, 62%, 79%)

RGB channels and saturation

R 212 of 255 = 83%
G 157 of 255 = 62%
B 202 of 255 = 79%

212
157
202

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

Portions of RGB colors in percentages

R + G + B = 212 + 157 + 202 = 571 (100%)
R 212 of 571 ~ 37.13%
G 157 of 571 ~ 27.5%
B 202 of 571 ~ 35.38'%

%37.13
%27.5
%35.38

CMYK color model

#D49DCA color CMYK value is (0,26,5,17).

  • cyan value is 0.00%
  • magenta value is 25.94%
  • yellow value is 4.72%
  • key color value is 16.86%
CMYK: (0,26,5,17) C0M26Y5K17 (0%,26%,5%,17%) (0.00/0.26/0.05/0.17) 

CMYK percentages

%0
%25.94
%4.72
%16.86

Codes

Color #D49DCA in popluar color models

D4 9D CA
RGB 212 157 202
HSL 311° 39.01% 72.35%
HSB/HSV 311° 25.94% 83.14%
CMYK 0.00% 25.94% 4.72%
16.86%

Color #D49DCA in popluar number systems.

HEX D4 9D CA
Decimal 212 157 202
Binary 11010100 10011101 11001010
Octal 324 235 312

Shades and tints

Shades of #D49DCA

#D49DCA
(212,157,202)
#C18FB8
(193,143,184)
#AE81A6
(174,129,166)
#9B7394
(155,115,148)
#886582
(136,101,130)
#755770
(117,87,112)
#62495E
(98,73,94)
#4F3B4C
(79,59,76)
#3C2D3A
(60,45,58)
#291F28
(41,31,40)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #D49DCA

#D49DCA
(212,157,202)
#D7A5CE
(215,165,206)
#DAADD2
(218,173,210)
#DDB5D6
(221,181,214)
#E0BDDA
(224,189,218)
#E3C5DE
(227,197,222)
#E6CDE2
(230,205,226)
#E9D5E6
(233,213,230)
#ECDDEA
(236,221,234)
#EFE5EE
(239,229,238)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D49DCA color. Also use rgb(212,157,202) instead hex code.

Text Font Color

.myTextColor { color: #D49DCA; }

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

This text font color is #D49DCA.

Background Color

.myBgColor { background-color: #D49DCA; }

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

This div background color is #D49DCA.

Border color

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

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

This div border color is #D49DCA.

Opacity

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

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

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

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

This text has shadow with #D49DCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D49DCA.

Preview

Color preview on black background

This text has color #D49DCA on black background.


Color preview on white background

This text has color #D49DCA on white background.


Black color preview on #D49DCA background

This text has black color on #D49DCA background.


White color preview on #D49DCA background

This text has white color on #D49DCA background.


Related colors

Complementary color

Complementary color for #hex is #2B6235.


I love getcolorcode.com

Triadic colors

1 #CAD49D and #9DCAD4 with #D49DCA are triadic colors.

2 #CA9DD4 and #9DD4CA with #D49DCA are triadic colors.