COLOR #D17DBA

HEX: #D17DBA RGB: (209,125,186)

Color info

#D17DBA contains mainly red and blue colors. Web safe color of #D17DBA is #CC66CC (or #C6C).

RGB color model

#D17DBA color RGB value is (209,125,186).

RGB: (209,125,186) (82%, 49%, 73%)

RGB channels and saturation

R 209 of 255 = 82%
G 125 of 255 = 49%
B 186 of 255 = 73%

209
125
186

R + G + B ~ 68%. #D17DBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 125 + 186 = 520 (100%)
R 209 of 520 ~ 40.19%
G 125 of 520 ~ 24.04%
B 186 of 520 ~ 35.77'%

%40.19
%24.04
%35.77

CMYK color model

#D17DBA color CMYK value is (0,40,11,18).

  • cyan value is 0.00%
  • magenta value is 40.19%
  • yellow value is 11.00%
  • key color value is 18.04%
CMYK: (0,40,11,18) C0M40Y11K18 (0%,40%,11%,18%) (0.00/0.40/0.11/0.18) 

CMYK percentages

%0
%40.19
%11
%18.04

Codes

Color #D17DBA in popluar color models

D1 7D BA
RGB 209 125 186
HSL 316° 47.73% 65.49%
HSB/HSV 316° 40.19% 81.96%
CMYK 0.00% 40.19% 11.00%
18.04%

Color #D17DBA in popluar number systems.

HEX D1 7D BA
Decimal 209 125 186
Binary 11010001 1111101 10111010
Octal 321 175 272

Shades and tints

Shades of #D17DBA

#D17DBA
(209,125,186)
#BE72AA
(190,114,170)
#AB679A
(171,103,154)
#985C8A
(152,92,138)
#85517A
(133,81,122)
#72466A
(114,70,106)
#5F3B5A
(95,59,90)
#4C304A
(76,48,74)
#39253A
(57,37,58)
#261A2A
(38,26,42)
#130F1A
(19,15,26)
#000000
(0,0,0)

Tints of #D17DBA

#D17DBA
(209,125,186)
#D588C0
(213,136,192)
#D993C6
(217,147,198)
#DD9ECC
(221,158,204)
#E1A9D2
(225,169,210)
#E5B4D8
(229,180,216)
#E9BFDE
(233,191,222)
#EDCAE4
(237,202,228)
#F1D5EA
(241,213,234)
#F5E0F0
(245,224,240)
#F9EBF6
(249,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D17DBA color. Also use rgb(209,125,186) instead hex code.

Text Font Color

.myTextColor { color: #D17DBA; }

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

This text font color is #D17DBA.

Background Color

.myBgColor { background-color: #D17DBA; }

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

This div background color is #D17DBA.

Border color

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

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

This div border color is #D17DBA.

Opacity

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

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

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

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

This text has shadow with #D17DBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D17DBA.

Preview

Color preview on black background

This text has color #D17DBA on black background.


Color preview on white background

This text has color #D17DBA on white background.


Black color preview on #D17DBA background

This text has black color on #D17DBA background.


White color preview on #D17DBA background

This text has white color on #D17DBA background.


Related colors

Complementary color

Complementary color for #hex is #2E8245.


I love getcolorcode.com

Triadic colors

1 #BAD17D and #7DBAD1 with #D17DBA are triadic colors.

2 #BA7DD1 and #7DD1BA with #D17DBA are triadic colors.