COLOR #D997D3

HEX: #D997D3
RGB: (217,151,211)

Color info

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

RGB color model

#D997D3 color RGB value is (217,151,211).

  • red value is 217;
  • green value is 151;
  • blue value is 211.
RGB:
(217,151,211)
(85%,59%,83%)

RGB channels and saturation

R 217 of 255 = 85%
G 151 of 255 = 59%
B 211 of 255 = 83%

217
151
211

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

Portions of RGB colors in percentages

R + G + B =
217 + 151 + 211 = 579 (100%)
R 217 of 579 ~ 37.48%
G 151 of 579 ~ 26.08%
B 211 of 579 ~ 36.44%

%37.48
%26.08
%36.44

CMYK color model

#D997D3 color CMYK value is (0,30,3,15).

  • cyan value is 0.00%
  • magenta value is 30.41%
  • yellow value is 2.76%
  • key color value is 14.90%
CMYK:
(0,30,3,15)
C0M30Y3K15 
(0%,30%,3%,15%)
(0.00/0.30/0.03/0.15)	

CMYK percentages

%0
%30.41
%2.76
%14.9

Codes

Color #D997D3 in popluar color models

D997D3
RGB217151211
HSL305°46.48%72.16%
HSB/HSV305°30.41%85.10%
CMYK0.00%30.41%2.76%
14.90%

Color #D997D3 in popluar number systems.

HEXD997D3
Decimal217151211
Binary110110011001011111010011
Octal331227323

Shades and tints

Shades of #D997D3

#D997D3
(217,151,211)
#C68AC0
(198,138,192)
#B37DAD
(179,125,173)
#A0709A
(160,112,154)
#8D6387
(141,99,135)
#7A5674
(122,86,116)
#674961
(103,73,97)
#543C4E
(84,60,78)
#412F3B
(65,47,59)
#2E2228
(46,34,40)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #D997D3

#D997D3
(217,151,211)
#DCA0D7
(220,160,215)
#DFA9DB
(223,169,219)
#E2B2DF
(226,178,223)
#E5BBE3
(229,187,227)
#E8C4E7
(232,196,231)
#EBCDEB
(235,205,235)
#EED6EF
(238,214,239)
#F1DFF3
(241,223,243)
#F4E8F7
(244,232,247)
#F7F1FB
(247,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D997D3 color. Also use rgb(217,151,211) instead hex code.

Text Font Color

.myTextColor { color: #D997D3; }

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

This text font color is #D997D3.


Background Color

.myBgColor { background-color: #D997D3; }

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

This div background color is #D997D3.


Border color

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

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

This div border color is #D997D3.


Opacity

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

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

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

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

This text has shadow with #D997D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D997D3 on black background.


Color preview on white background

This text has color #D997D3 on white background.



Black color preview on #D997D3 background

This text has black color on #D997D3 background.


White color preview on #D997D3 background

This text has white color on #D997D3 background.