COLOR #D173B2

HEX: #D173B2 RGB: (209,115,178)

Color info

#D173B2 contains mainly red and blue colors. Web safe color of #D173B2 is #CC6699 (or #C69).

RGB color model

#D173B2 color RGB value is (209,115,178).

RGB: (209,115,178) (82%, 45%, 70%)

RGB channels and saturation

R 209 of 255 = 82%
G 115 of 255 = 45%
B 178 of 255 = 70%

209
115
178

R + G + B ~ 66%. #D173B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 115 + 178 = 502 (100%)
R 209 of 502 ~ 41.63%
G 115 of 502 ~ 22.91%
B 178 of 502 ~ 35.46'%

%41.63
%22.91
%35.46

CMYK color model

#D173B2 color CMYK value is (0,45,15,18).

  • cyan value is 0.00%
  • magenta value is 44.98%
  • yellow value is 14.83%
  • key color value is 18.04%

CMYK: (0,45,15,18)
C0M45Y15K18 (0%, 45%, 15%, 18%)
(0.00 / 0.45 / 0.15 / 0.18)

CMYK percentages

%0
%44.98
%14.83
%18.04

Codes

Color #D173B2 in popluar color models

D1 73 B2
RGB 209 115 178
HSL 320° 50.54% 63.53%
HSB/HSV 320° 44.98% 81.96%
CMYK 0.00% 44.98% 14.83%
18.04%

Color #D173B2 in popluar number systems.

HEX D1 73 B2
Decimal 209 115 178
Binary 11010001 1110011 10110010
Octal 321 163 262

Shades and tints

Shades of #D173B2

#D173B2
(209,115,178)
#BE69A2
(190,105,162)
#AB5F92
(171,95,146)
#985582
(152,85,130)
#854B72
(133,75,114)
#724162
(114,65,98)
#5F3752
(95,55,82)
#4C2D42
(76,45,66)
#392332
(57,35,50)
#261922
(38,25,34)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #D173B2

#D173B2
(209,115,178)
#D57FB9
(213,127,185)
#D98BC0
(217,139,192)
#DD97C7
(221,151,199)
#E1A3CE
(225,163,206)
#E5AFD5
(229,175,213)
#E9BBDC
(233,187,220)
#EDC7E3
(237,199,227)
#F1D3EA
(241,211,234)
#F5DFF1
(245,223,241)
#F9EBF8
(249,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D173B2 color. Also use rgb(209,115,178) instead hex code.

Text Font Color

.myTextColor { color: #D173B2; }

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

This text font color is #D173B2.

Background Color

.myBgColor { background-color: #D173B2; }

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

This div background color is #D173B2.

Border color

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

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

This div border color is #D173B2.

Opacity

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

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

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

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

This text has shadow with #D173B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D173B2.

Preview

Color preview on black background

This text has color #D173B2 on black background.


Color preview on white background

This text has color #D173B2 on white background.


Black color preview on #D173B2 background

This text has black color on #D173B2 background.


White color preview on #D173B2 background

This text has white color on #D173B2 background.


Related colors

Complementary color

Complementary color for #hex is #2E8C4D.


I love getcolorcode.com

Triadic colors

1 #B2D173 and #73B2D1 with #D173B2 are triadic colors.

2 #B273D1 and #73D1B2 with #D173B2 are triadic colors.