COLOR #D49DD8

HEX: #D49DD8
RGB: (212,157,216)

Color info

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

RGB color model

#D49DD8 color RGB value is (212,157,216).

  • red value is 212;
  • green value is 157;
  • blue value is 216.
RGB:
(212,157,216)
(83%,62%,85%)

RGB channels and saturation

R 212 of 255 = 83%
G 157 of 255 = 62%
B 216 of 255 = 85%

212
157
216

R + G + B ~ 77%. #D49DD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 157 + 216 = 585 (100%)
R 212 of 585 ~ 36.24%
G 157 of 585 ~ 26.84%
B 216 of 585 ~ 36.92%

%36.24
%26.84
%36.92

CMYK color model

#D49DD8 color CMYK value is (2,27,0,15).

  • cyan value is 1.85%
  • magenta value is 27.31%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(2,27,0,15)
C2M27Y0K15 
(2%,27%,0%,15%)
(0.02/0.27/0.00/0.15)	

CMYK percentages

%1.85
%27.31
%0
%15.29

Codes

Color #D49DD8 in popluar color models

D49DD8
RGB212157216
HSL296°43.07%73.14%
HSB/HSV296°27.31%84.71%
CMYK1.85%27.31%0.00%
15.29%

Color #D49DD8 in popluar number systems.

HEXD49DD8
Decimal212157216
Binary110101001001110111011000
Octal324235330

Shades and tints

Shades of #D49DD8

#D49DD8
(212,157,216)
#C18FC5
(193,143,197)
#AE81B2
(174,129,178)
#9B739F
(155,115,159)
#88658C
(136,101,140)
#755779
(117,87,121)
#624966
(98,73,102)
#4F3B53
(79,59,83)
#3C2D40
(60,45,64)
#291F2D
(41,31,45)
#16111A
(22,17,26)
#000000
(0,0,0)

Tints of #D49DD8

#D49DD8
(212,157,216)
#D7A5DB
(215,165,219)
#DAADDE
(218,173,222)
#DDB5E1
(221,181,225)
#E0BDE4
(224,189,228)
#E3C5E7
(227,197,231)
#E6CDEA
(230,205,234)
#E9D5ED
(233,213,237)
#ECDDF0
(236,221,240)
#EFE5F3
(239,229,243)
#F2EDF6
(242,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D49DD8; }

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

This text font color is #D49DD8.


Background Color

.myBgColor { background-color: #D49DD8; }

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

This div background color is #D49DD8.


Border color

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

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

This div border color is #D49DD8.


Opacity

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

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

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

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

This text has shadow with #D49DD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49DD8 on black background.


Color preview on white background

This text has color #D49DD8 on white background.



Black color preview on #D49DD8 background

This text has black color on #D49DD8 background.


White color preview on #D49DD8 background

This text has white color on #D49DD8 background.