COLOR #D99DD7

HEX: #D99DD7 RGB: (217,157,215)

Color info

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

RGB color model

#D99DD7 color RGB value is (217,157,215).

RGB: (217,157,215) (85%, 62%, 84%)

RGB channels and saturation

R 217 of 255 = 85%
G 157 of 255 = 62%
B 215 of 255 = 84%

217
157
215

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

Portions of RGB colors in percentages

R + G + B = 217 + 157 + 215 = 589 (100%)
R 217 of 589 ~ 36.84%
G 157 of 589 ~ 26.66%
B 215 of 589 ~ 36.5'%

%36.84
%26.66
%36.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.65%
  • yellow value is 0.92%
  • 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
%27.65
%0.92
%14.9

Codes

Color #D99DD7 in popluar color models

D9 9D D7
RGB 217 157 215
HSL 302° 44.12% 73.33%
HSB/HSV 302° 27.65% 85.10%
CMYK 0.00% 27.65% 0.92%
14.90%

Color #D99DD7 in popluar number systems.

HEX D9 9D D7
Decimal 217 157 215
Binary 11011001 10011101 11010111
Octal 331 235 327

Shades and tints

Shades of #D99DD7

#D99DD7
(217,157,215)
#C68FC4
(198,143,196)
#B381B1
(179,129,177)
#A0739E
(160,115,158)
#8D658B
(141,101,139)
#7A5778
(122,87,120)
#674965
(103,73,101)
#543B52
(84,59,82)
#412D3F
(65,45,63)
#2E1F2C
(46,31,44)
#1B1119
(27,17,25)
#000000
(0,0,0)

Tints of #D99DD7

#D99DD7
(217,157,215)
#DCA5DA
(220,165,218)
#DFADDD
(223,173,221)
#E2B5E0
(226,181,224)
#E5BDE3
(229,189,227)
#E8C5E6
(232,197,230)
#EBCDE9
(235,205,233)
#EED5EC
(238,213,236)
#F1DDEF
(241,221,239)
#F4E5F2
(244,229,242)
#F7EDF5
(247,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D99DD7; }

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

This text font color is #D99DD7.

Background Color

.myBgColor { background-color: #D99DD7; }

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

This div background color is #D99DD7.

Border color

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

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

This div border color is #D99DD7.

Opacity

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

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

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

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

This text has shadow with #D99DD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D99DD7.

Preview

Color preview on black background

This text has color #D99DD7 on black background.


Color preview on white background

This text has color #D99DD7 on white background.


Black color preview on #D99DD7 background

This text has black color on #D99DD7 background.


White color preview on #D99DD7 background

This text has white color on #D99DD7 background.


Related colors

Complementary color

Complementary color for #hex is #266228.


I love getcolorcode.com

Triadic colors

1 #D7D99D and #9DD7D9 with #D99DD7 are triadic colors.

2 #D79DD9 and #9DD9D7 with #D99DD7 are triadic colors.