COLOR #D197DA

HEX: #D197DA
RGB: (209,151,218)

Color info

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

RGB color model

#D197DA color RGB value is (209,151,218).

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

RGB channels and saturation

R 209 of 255 = 82%
G 151 of 255 = 59%
B 218 of 255 = 85%

209
151
218

R + G + B ~ 75%. #D197DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 151 + 218 = 578 (100%)
R 209 of 578 ~ 36.16%
G 151 of 578 ~ 26.12%
B 218 of 578 ~ 37.72%

%36.16
%26.12
%37.72

CMYK color model

#D197DA color CMYK value is (4,31,0,15).

  • cyan value is 4.13%
  • magenta value is 30.73%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(4,31,0,15)
C4M31Y0K15 
(4%,31%,0%,15%)
(0.04/0.31/0.00/0.15)	

CMYK percentages

%4.13
%30.73
%0
%14.51

Codes

Color #D197DA in popluar color models

D197DA
RGB209151218
HSL292°47.52%72.35%
HSB/HSV292°30.73%85.49%
CMYK4.13%30.73%0.00%
14.51%

Color #D197DA in popluar number systems.

HEXD197DA
Decimal209151218
Binary110100011001011111011010
Octal321227332

Shades and tints

Shades of #D197DA

#D197DA
(209,151,218)
#BE8AC7
(190,138,199)
#AB7DB4
(171,125,180)
#9870A1
(152,112,161)
#85638E
(133,99,142)
#72567B
(114,86,123)
#5F4968
(95,73,104)
#4C3C55
(76,60,85)
#392F42
(57,47,66)
#26222F
(38,34,47)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #D197DA

#D197DA
(209,151,218)
#D5A0DD
(213,160,221)
#D9A9E0
(217,169,224)
#DDB2E3
(221,178,227)
#E1BBE6
(225,187,230)
#E5C4E9
(229,196,233)
#E9CDEC
(233,205,236)
#EDD6EF
(237,214,239)
#F1DFF2
(241,223,242)
#F5E8F5
(245,232,245)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D197DA; }

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

This text font color is #D197DA.


Background Color

.myBgColor { background-color: #D197DA; }

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

This div background color is #D197DA.


Border color

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

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

This div border color is #D197DA.


Opacity

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

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

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

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

This text has shadow with #D197DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D197DA on black background.


Color preview on white background

This text has color #D197DA on white background.



Black color preview on #D197DA background

This text has black color on #D197DA background.


White color preview on #D197DA background

This text has white color on #D197DA background.