COLOR #D999D2

HEX: #D999D2 RGB: (217,153,210)

Color info

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

RGB color model

#D999D2 color RGB value is (217,153,210).

RGB: (217,153,210) (85%, 60%, 82%)

RGB channels and saturation

R 217 of 255 = 85%
G 153 of 255 = 60%
B 210 of 255 = 82%

217
153
210

R + G + B ~ 76%. #D999D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 153 + 210 = 580 (100%)
R 217 of 580 ~ 37.41%
G 153 of 580 ~ 26.38%
B 210 of 580 ~ 36.21'%

%37.41
%26.38
%36.21

CMYK color model

#D999D2 color CMYK value is (0,29,3,15).

  • cyan value is 0.00%
  • magenta value is 29.49%
  • yellow value is 3.23%
  • key color value is 14.90%

CMYK: (0,29,3,15)
C0M29Y3K15 (0%, 29%, 3%, 15%)
(0.00 / 0.29 / 0.03 / 0.15)

CMYK percentages

%0
%29.49
%3.23
%14.9

Codes

Color #D999D2 in popluar color models

D9 99 D2
RGB 217 153 210
HSL 307° 45.71% 72.55%
HSB/HSV 307° 29.49% 85.10%
CMYK 0.00% 29.49% 3.23%
14.90%

Color #D999D2 in popluar number systems.

HEX D9 99 D2
Decimal 217 153 210
Binary 11011001 10011001 11010010
Octal 331 231 322

Shades and tints

Shades of #D999D2

#D999D2
(217,153,210)
#C68CBF
(198,140,191)
#B37FAC
(179,127,172)
#A07299
(160,114,153)
#8D6586
(141,101,134)
#7A5873
(122,88,115)
#674B60
(103,75,96)
#543E4D
(84,62,77)
#41313A
(65,49,58)
#2E2427
(46,36,39)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #D999D2

#D999D2
(217,153,210)
#DCA2D6
(220,162,214)
#DFABDA
(223,171,218)
#E2B4DE
(226,180,222)
#E5BDE2
(229,189,226)
#E8C6E6
(232,198,230)
#EBCFEA
(235,207,234)
#EED8EE
(238,216,238)
#F1E1F2
(241,225,242)
#F4EAF6
(244,234,246)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D999D2 color. Also use rgb(217,153,210) instead hex code.

Text Font Color

.myTextColor { color: #D999D2; }

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

This text font color is #D999D2.

Background Color

.myBgColor { background-color: #D999D2; }

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

This div background color is #D999D2.

Border color

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

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

This div border color is #D999D2.

Opacity

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

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

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

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

This text has shadow with #D999D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D999D2.

Preview

Color preview on black background

This text has color #D999D2 on black background.


Color preview on white background

This text has color #D999D2 on white background.


Black color preview on #D999D2 background

This text has black color on #D999D2 background.


White color preview on #D999D2 background

This text has white color on #D999D2 background.


Related colors

Complementary color

Complementary color for #hex is #26662D.


I love getcolorcode.com

Triadic colors

1 #D2D999 and #99D2D9 with #D999D2 are triadic colors.

2 #D299D9 and #99D9D2 with #D999D2 are triadic colors.