COLOR #D99DDF

HEX: #D99DDF RGB: (217,157,223)

Color info

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

RGB color model

#D99DDF color RGB value is (217,157,223).

RGB: (217,157,223) (85%, 62%, 87%)

RGB channels and saturation

R 217 of 255 = 85%
G 157 of 255 = 62%
B 223 of 255 = 87%

217
157
223

R + G + B ~ 78%. #D99DDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 157 + 223 = 597 (100%)
R 217 of 597 ~ 36.35%
G 157 of 597 ~ 26.3%
B 223 of 597 ~ 37.35'%

%36.35
%26.3
%37.35

CMYK color model

#D99DDF color CMYK value is (3,30,0,13).

  • cyan value is 2.69%
  • magenta value is 29.60%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (3,30,0,13)
C3M30Y0K13 (3%, 30%, 0%, 13%)
(0.03 / 0.30 / 0.00 / 0.13)

CMYK percentages

%2.69
%29.6
%0
%12.55

Codes

Color #D99DDF in popluar color models

D9 9D DF
RGB 217 157 223
HSL 295° 50.77% 74.51%
HSB/HSV 295° 29.60% 87.45%
CMYK 2.69% 29.60% 0.00%
12.55%

Color #D99DDF in popluar number systems.

HEX D9 9D DF
Decimal 217 157 223
Binary 11011001 10011101 11011111
Octal 331 235 337

Shades and tints

Shades of #D99DDF

#D99DDF
(217,157,223)
#C68FCB
(198,143,203)
#B381B7
(179,129,183)
#A073A3
(160,115,163)
#8D658F
(141,101,143)
#7A577B
(122,87,123)
#674967
(103,73,103)
#543B53
(84,59,83)
#412D3F
(65,45,63)
#2E1F2B
(46,31,43)
#1B1117
(27,17,23)
#000000
(0,0,0)

Tints of #D99DDF

#D99DDF
(217,157,223)
#DCA5E1
(220,165,225)
#DFADE3
(223,173,227)
#E2B5E5
(226,181,229)
#E5BDE7
(229,189,231)
#E8C5E9
(232,197,233)
#EBCDEB
(235,205,235)
#EED5ED
(238,213,237)
#F1DDEF
(241,221,239)
#F4E5F1
(244,229,241)
#F7EDF3
(247,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D99DDF; }

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

This text font color is #D99DDF.

Background Color

.myBgColor { background-color: #D99DDF; }

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

This div background color is #D99DDF.

Border color

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

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

This div border color is #D99DDF.

Opacity

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

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

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

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

This text has shadow with #D99DDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D99DDF.

Preview

Color preview on black background

This text has color #D99DDF on black background.


Color preview on white background

This text has color #D99DDF on white background.


Black color preview on #D99DDF background

This text has black color on #D99DDF background.


White color preview on #D99DDF background

This text has white color on #D99DDF background.


Related colors

Complementary color

Complementary color for #hex is #266220.


I love getcolorcode.com

Triadic colors

1 #DFD99D and #9DDFD9 with #D99DDF are triadic colors.

2 #DF9DD9 and #9DD9DF with #D99DDF are triadic colors.