COLOR #D99CD6

HEX: #D99CD6
RGB: (217,156,214)

Color info

#D99CD6 contains mainly red and blue colors. Web safe color of #D99CD6 is #CC99CC (or #C9C).

RGB color model

#D99CD6 color RGB value is (217,156,214).

  • red value is 217;
  • green value is 156;
  • blue value is 214.
RGB:
(217,156,214)
(85%,61%,84%)

RGB channels and saturation

R 217 of 255 = 85%
G 156 of 255 = 61%
B 214 of 255 = 84%

217
156
214

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

Portions of RGB colors in percentages

R + G + B =
217 + 156 + 214 = 587 (100%)
R 217 of 587 ~ 36.97%
G 156 of 587 ~ 26.58%
B 214 of 587 ~ 36.46%

%36.97
%26.58
%36.46

CMYK color model

#D99CD6 color CMYK value is (0,28,1,15).

  • cyan value is 0.00%
  • magenta value is 28.11%
  • yellow value is 1.38%
  • key color value is 14.90%
CMYK:
(0,28,1,15)
C0M28Y1K15 
(0%,28%,1%,15%)
(0.00/0.28/0.01/0.15)	

CMYK percentages

%0
%28.11
%1.38
%14.9

Codes

Color #D99CD6 in popluar color models

D99CD6
RGB217156214
HSL303°44.53%73.14%
HSB/HSV303°28.11%85.10%
CMYK0.00%28.11%1.38%
14.90%

Color #D99CD6 in popluar number systems.

HEXD99CD6
Decimal217156214
Binary110110011001110011010110
Octal331234326

Shades and tints

Shades of #D99CD6

#D99CD6
(217,156,214)
#C68EC3
(198,142,195)
#B380B0
(179,128,176)
#A0729D
(160,114,157)
#8D648A
(141,100,138)
#7A5677
(122,86,119)
#674864
(103,72,100)
#543A51
(84,58,81)
#412C3E
(65,44,62)
#2E1E2B
(46,30,43)
#1B1018
(27,16,24)
#000000
(0,0,0)

Tints of #D99CD6

#D99CD6
(217,156,214)
#DCA5D9
(220,165,217)
#DFAEDC
(223,174,220)
#E2B7DF
(226,183,223)
#E5C0E2
(229,192,226)
#E8C9E5
(232,201,229)
#EBD2E8
(235,210,232)
#EEDBEB
(238,219,235)
#F1E4EE
(241,228,238)
#F4EDF1
(244,237,241)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D99CD6 color. Also use rgb(217,156,214) instead hex code.

Text Font Color

.myTextColor { color: #D99CD6; }

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

This text font color is #D99CD6.


Background Color

.myBgColor { background-color: #D99CD6; }

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

This div background color is #D99CD6.


Border color

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

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

This div border color is #D99CD6.


Opacity

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

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

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

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

This text has shadow with #D99CD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D99CD6 on black background.


Color preview on white background

This text has color #D99CD6 on white background.



Black color preview on #D99CD6 background

This text has black color on #D99CD6 background.


White color preview on #D99CD6 background

This text has white color on #D99CD6 background.