COLOR #D99CD5

HEX: #D99CD5 RGB: (217,156,213)

Color info

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

RGB color model

#D99CD5 color RGB value is (217,156,213).

RGB: (217,156,213) (85%, 61%, 84%)

RGB channels and saturation

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

217
156
213

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

Portions of RGB colors in percentages

R + G + B = 217 + 156 + 213 = 586 (100%)
R 217 of 586 ~ 37.03%
G 156 of 586 ~ 26.62%
B 213 of 586 ~ 36.35'%

%37.03
%26.62
%36.35

CMYK color model

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

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

Codes

Color #D99CD5 in popluar color models

D9 9C D5
RGB 217 156 213
HSL 304° 44.53% 73.14%
HSB/HSV 304° 28.11% 85.10%
CMYK 0.00% 28.11% 1.84%
14.90%

Color #D99CD5 in popluar number systems.

HEX D9 9C D5
Decimal 217 156 213
Binary 11011001 10011100 11010101
Octal 331 234 325

Shades and tints

Shades of #D99CD5

#D99CD5
(217,156,213)
#C68EC2
(198,142,194)
#B380AF
(179,128,175)
#A0729C
(160,114,156)
#8D6489
(141,100,137)
#7A5676
(122,86,118)
#674863
(103,72,99)
#543A50
(84,58,80)
#412C3D
(65,44,61)
#2E1E2A
(46,30,42)
#1B1017
(27,16,23)
#000000
(0,0,0)

Tints of #D99CD5

#D99CD5
(217,156,213)
#DCA5D8
(220,165,216)
#DFAEDB
(223,174,219)
#E2B7DE
(226,183,222)
#E5C0E1
(229,192,225)
#E8C9E4
(232,201,228)
#EBD2E7
(235,210,231)
#EEDBEA
(238,219,234)
#F1E4ED
(241,228,237)
#F4EDF0
(244,237,240)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D99CD5; }

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

This text font color is #D99CD5.

Background Color

.myBgColor { background-color: #D99CD5; }

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

This div background color is #D99CD5.

Border color

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

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

This div border color is #D99CD5.

Opacity

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

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

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

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

This text has shadow with #D99CD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D99CD5.

Preview

Color preview on black background

This text has color #D99CD5 on black background.


Color preview on white background

This text has color #D99CD5 on white background.


Black color preview on #D99CD5 background

This text has black color on #D99CD5 background.


White color preview on #D99CD5 background

This text has white color on #D99CD5 background.


Related colors

Complementary color

Complementary color for #hex is #26632A.


I love getcolorcode.com

Triadic colors

1 #D5D99C and #9CD5D9 with #D99CD5 are triadic colors.

2 #D59CD9 and #9CD9D5 with #D99CD5 are triadic colors.