COLOR #D197D0

HEX: #D197D0
RGB: (209,151,208)

Color info

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

RGB color model

#D197D0 color RGB value is (209,151,208).

  • red value is 209;
  • green value is 151;
  • blue value is 208.
RGB:
(209,151,208)
(82%,59%,82%)

RGB channels and saturation

R 209 of 255 = 82%
G 151 of 255 = 59%
B 208 of 255 = 82%

209
151
208

R + G + B ~ 74%. #D197D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 151 + 208 = 568 (100%)
R 209 of 568 ~ 36.8%
G 151 of 568 ~ 26.58%
B 208 of 568 ~ 36.62%

%36.8
%26.58
%36.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.75%
  • yellow value is 0.48%
  • key color value is 18.04%
CMYK:
(0,28,0,18)
C0M28Y0K18 
(0%,28%,0%,18%)
(0.00/0.28/0.00/0.18)	

CMYK percentages

%0
%27.75
%0.48
%18.04

Codes

Color #D197D0 in popluar color models

D197D0
RGB209151208
HSL301°38.67%70.59%
HSB/HSV301°27.75%81.96%
CMYK0.00%27.75%0.48%
18.04%

Color #D197D0 in popluar number systems.

HEXD197D0
Decimal209151208
Binary110100011001011111010000
Octal321227320

Shades and tints

Shades of #D197D0

#D197D0
(209,151,208)
#BE8ABE
(190,138,190)
#AB7DAC
(171,125,172)
#98709A
(152,112,154)
#856388
(133,99,136)
#725676
(114,86,118)
#5F4964
(95,73,100)
#4C3C52
(76,60,82)
#392F40
(57,47,64)
#26222E
(38,34,46)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #D197D0

#D197D0
(209,151,208)
#D5A0D4
(213,160,212)
#D9A9D8
(217,169,216)
#DDB2DC
(221,178,220)
#E1BBE0
(225,187,224)
#E5C4E4
(229,196,228)
#E9CDE8
(233,205,232)
#EDD6EC
(237,214,236)
#F1DFF0
(241,223,240)
#F5E8F4
(245,232,244)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D197D0; }

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

This text font color is #D197D0.


Background Color

.myBgColor { background-color: #D197D0; }

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

This div background color is #D197D0.


Border color

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

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

This div border color is #D197D0.


Opacity

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

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

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

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

This text has shadow with #D197D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D197D0 on black background.


Color preview on white background

This text has color #D197D0 on white background.



Black color preview on #D197D0 background

This text has black color on #D197D0 background.


White color preview on #D197D0 background

This text has white color on #D197D0 background.