COLOR #D99DD4

HEX: #D99DD4
RGB: (217,157,212)

Color info

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

RGB color model

#D99DD4 color RGB value is (217,157,212).

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

RGB channels and saturation

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

217
157
212

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

Portions of RGB colors in percentages

R + G + B =
217 + 157 + 212 = 586 (100%)
R 217 of 586 ~ 37.03%
G 157 of 586 ~ 26.79%
B 212 of 586 ~ 36.18%

%37.03
%26.79
%36.18

CMYK color model

#D99DD4 color CMYK value is (0,28,2,15).

  • cyan value is 0.00%
  • magenta value is 27.65%
  • yellow value is 2.30%
  • key color value is 14.90%
CMYK:
(0,28,2,15)
C0M28Y2K15 
(0%,28%,2%,15%)
(0.00/0.28/0.02/0.15)	

CMYK percentages

%0
%27.65
%2.3
%14.9

Codes

Color #D99DD4 in popluar color models

D99DD4
RGB217157212
HSL305°44.12%73.33%
HSB/HSV305°27.65%85.10%
CMYK0.00%27.65%2.30%
14.90%

Color #D99DD4 in popluar number systems.

HEXD99DD4
Decimal217157212
Binary110110011001110111010100
Octal331235324

Shades and tints

Shades of #D99DD4

#D99DD4
(217,157,212)
#C68FC1
(198,143,193)
#B381AE
(179,129,174)
#A0739B
(160,115,155)
#8D6588
(141,101,136)
#7A5775
(122,87,117)
#674962
(103,73,98)
#543B4F
(84,59,79)
#412D3C
(65,45,60)
#2E1F29
(46,31,41)
#1B1116
(27,17,22)
#000000
(0,0,0)

Tints of #D99DD4

#D99DD4
(217,157,212)
#DCA5D7
(220,165,215)
#DFADDA
(223,173,218)
#E2B5DD
(226,181,221)
#E5BDE0
(229,189,224)
#E8C5E3
(232,197,227)
#EBCDE6
(235,205,230)
#EED5E9
(238,213,233)
#F1DDEC
(241,221,236)
#F4E5EF
(244,229,239)
#F7EDF2
(247,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D99DD4; }

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

This text font color is #D99DD4.


Background Color

.myBgColor { background-color: #D99DD4; }

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

This div background color is #D99DD4.


Border color

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

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

This div border color is #D99DD4.


Opacity

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

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

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

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

This text has shadow with #D99DD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D99DD4 on black background.


Color preview on white background

This text has color #D99DD4 on white background.



Black color preview on #D99DD4 background

This text has black color on #D99DD4 background.


White color preview on #D99DD4 background

This text has white color on #D99DD4 background.