COLOR #D197B5

HEX: #D197B5 RGB: (209,151,181)

Color info

#D197B5 contains red, green and blue colors in about the same proportion. Web safe color of #D197B5 is #CC99CC (or #C9C).

RGB color model

#D197B5 color RGB value is (209,151,181).

RGB: (209,151,181) (82%, 59%, 71%)

RGB channels and saturation

R 209 of 255 = 82%
G 151 of 255 = 59%
B 181 of 255 = 71%

209
151
181

R + G + B ~ 71%. #D197B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 151 + 181 = 541 (100%)
R 209 of 541 ~ 38.63%
G 151 of 541 ~ 27.91%
B 181 of 541 ~ 33.46'%

%38.63
%27.91
%33.46

CMYK color model

#D197B5 color CMYK value is (0,28,13,18).

  • cyan value is 0.00%
  • magenta value is 27.75%
  • yellow value is 13.40%
  • key color value is 18.04%
CMYK: (0,28,13,18) C0M28Y13K18 (0%,28%,13%,18%) (0.00/0.28/0.13/0.18) 

CMYK percentages

%0
%27.75
%13.4
%18.04

Codes

Color #D197B5 in popluar color models

D1 97 B5
RGB 209 151 181
HSL 329° 38.67% 70.59%
HSB/HSV 329° 27.75% 81.96%
CMYK 0.00% 27.75% 13.40%
18.04%

Color #D197B5 in popluar number systems.

HEX D1 97 B5
Decimal 209 151 181
Binary 11010001 10010111 10110101
Octal 321 227 265

Shades and tints

Shades of #D197B5

#D197B5
(209,151,181)
#BE8AA5
(190,138,165)
#AB7D95
(171,125,149)
#987085
(152,112,133)
#856375
(133,99,117)
#725665
(114,86,101)
#5F4955
(95,73,85)
#4C3C45
(76,60,69)
#392F35
(57,47,53)
#262225
(38,34,37)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #D197B5

#D197B5
(209,151,181)
#D5A0BB
(213,160,187)
#D9A9C1
(217,169,193)
#DDB2C7
(221,178,199)
#E1BBCD
(225,187,205)
#E5C4D3
(229,196,211)
#E9CDD9
(233,205,217)
#EDD6DF
(237,214,223)
#F1DFE5
(241,223,229)
#F5E8EB
(245,232,235)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D197B5 color. Also use rgb(209,151,181) instead hex code.

Text Font Color

.myTextColor { color: #D197B5; }

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

This text font color is #D197B5.

Background Color

.myBgColor { background-color: #D197B5; }

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

This div background color is #D197B5.

Border color

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

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

This div border color is #D197B5.

Opacity

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

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

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

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

This text has shadow with #D197B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D197B5.

Preview

Color preview on black background

This text has color #D197B5 on black background.


Color preview on white background

This text has color #D197B5 on white background.


Black color preview on #D197B5 background

This text has black color on #D197B5 background.


White color preview on #D197B5 background

This text has white color on #D197B5 background.


Related colors

Complementary color

Complementary color for #hex is #2E684A.


I love getcolorcode.com

Triadic colors

1 #B5D197 and #97B5D1 with #D197B5 are triadic colors.

2 #B597D1 and #97D1B5 with #D197B5 are triadic colors.