COLOR #D99DE3

HEX: #D99DE3 RGB: (217,157,227)

Color info

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

RGB color model

#D99DE3 color RGB value is (217,157,227).

RGB: (217,157,227) (85%, 62%, 89%)

RGB channels and saturation

R 217 of 255 = 85%
G 157 of 255 = 62%
B 227 of 255 = 89%

217
157
227

R + G + B ~ 79%. #D99DE3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 157 + 227 = 601 (100%)
R 217 of 601 ~ 36.11%
G 157 of 601 ~ 26.12%
B 227 of 601 ~ 37.77'%

%36.11
%26.12
%37.77

CMYK color model

#D99DE3 color CMYK value is (4,31,0,11).

  • cyan value is 4.41%
  • magenta value is 30.84%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (4,31,0,11)
C4M31Y0K11 (4%, 31%, 0%, 11%)
(0.04 / 0.31 / 0.00 / 0.11)

CMYK percentages

%4.41
%30.84
%0
%10.98

Codes

Color #D99DE3 in popluar color models

D9 9D E3
RGB 217 157 227
HSL 291° 55.56% 75.29%
HSB/HSV 291° 30.84% 89.02%
CMYK 4.41% 30.84% 0.00%
10.98%

Color #D99DE3 in popluar number systems.

HEX D9 9D E3
Decimal 217 157 227
Binary 11011001 10011101 11100011
Octal 331 235 343

Shades and tints

Shades of #D99DE3

#D99DE3
(217,157,227)
#C68FCF
(198,143,207)
#B381BB
(179,129,187)
#A073A7
(160,115,167)
#8D6593
(141,101,147)
#7A577F
(122,87,127)
#67496B
(103,73,107)
#543B57
(84,59,87)
#412D43
(65,45,67)
#2E1F2F
(46,31,47)
#1B111B
(27,17,27)
#000000
(0,0,0)

Tints of #D99DE3

#D99DE3
(217,157,227)
#DCA5E5
(220,165,229)
#DFADE7
(223,173,231)
#E2B5E9
(226,181,233)
#E5BDEB
(229,189,235)
#E8C5ED
(232,197,237)
#EBCDEF
(235,205,239)
#EED5F1
(238,213,241)
#F1DDF3
(241,221,243)
#F4E5F5
(244,229,245)
#F7EDF7
(247,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D99DE3; }

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

This text font color is #D99DE3.

Background Color

.myBgColor { background-color: #D99DE3; }

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

This div background color is #D99DE3.

Border color

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

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

This div border color is #D99DE3.

Opacity

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

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

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

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

This text has shadow with #D99DE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D99DE3.

Preview

Color preview on black background

This text has color #D99DE3 on black background.


Color preview on white background

This text has color #D99DE3 on white background.


Black color preview on #D99DE3 background

This text has black color on #D99DE3 background.


White color preview on #D99DE3 background

This text has white color on #D99DE3 background.


Related colors

Complementary color

Complementary color for #hex is #26621C.


I love getcolorcode.com

Triadic colors

1 #E3D99D and #9DE3D9 with #D99DE3 are triadic colors.

2 #E39DD9 and #9DD9E3 with #D99DE3 are triadic colors.