COLOR #D176B8

HEX: #D176B8 RGB: (209,118,184)

Color info

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

RGB color model

#D176B8 color RGB value is (209,118,184).

RGB: (209,118,184) (82%, 46%, 72%)

RGB channels and saturation

R 209 of 255 = 82%
G 118 of 255 = 46%
B 184 of 255 = 72%

209
118
184

R + G + B ~ 67%. #D176B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 118 + 184 = 511 (100%)
R 209 of 511 ~ 40.9%
G 118 of 511 ~ 23.09%
B 184 of 511 ~ 36.01'%

%40.9
%23.09
%36.01

CMYK color model

#D176B8 color CMYK value is (0,44,12,18).

  • cyan value is 0.00%
  • magenta value is 43.54%
  • yellow value is 11.96%
  • key color value is 18.04%

CMYK: (0,44,12,18)
C0M44Y12K18 (0%, 44%, 12%, 18%)
(0.00 / 0.44 / 0.12 / 0.18)

CMYK percentages

%0
%43.54
%11.96
%18.04

Codes

Color #D176B8 in popluar color models

D1 76 B8
RGB 209 118 184
HSL 316° 49.73% 64.12%
HSB/HSV 316° 43.54% 81.96%
CMYK 0.00% 43.54% 11.96%
18.04%

Color #D176B8 in popluar number systems.

HEX D1 76 B8
Decimal 209 118 184
Binary 11010001 1110110 10111000
Octal 321 166 270

Shades and tints

Shades of #D176B8

#D176B8
(209,118,184)
#BE6CA8
(190,108,168)
#AB6298
(171,98,152)
#985888
(152,88,136)
#854E78
(133,78,120)
#724468
(114,68,104)
#5F3A58
(95,58,88)
#4C3048
(76,48,72)
#392638
(57,38,56)
#261C28
(38,28,40)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #D176B8

#D176B8
(209,118,184)
#D582BE
(213,130,190)
#D98EC4
(217,142,196)
#DD9ACA
(221,154,202)
#E1A6D0
(225,166,208)
#E5B2D6
(229,178,214)
#E9BEDC
(233,190,220)
#EDCAE2
(237,202,226)
#F1D6E8
(241,214,232)
#F5E2EE
(245,226,238)
#F9EEF4
(249,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D176B8 color. Also use rgb(209,118,184) instead hex code.

Text Font Color

.myTextColor { color: #D176B8; }

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

This text font color is #D176B8.

Background Color

.myBgColor { background-color: #D176B8; }

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

This div background color is #D176B8.

Border color

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

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

This div border color is #D176B8.

Opacity

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

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

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

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

This text has shadow with #D176B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D176B8.

Preview

Color preview on black background

This text has color #D176B8 on black background.


Color preview on white background

This text has color #D176B8 on white background.


Black color preview on #D176B8 background

This text has black color on #D176B8 background.


White color preview on #D176B8 background

This text has white color on #D176B8 background.


Related colors

Complementary color

Complementary color for #hex is #2E8947.


I love getcolorcode.com

Triadic colors

1 #B8D176 and #76B8D1 with #D176B8 are triadic colors.

2 #B876D1 and #76D1B8 with #D176B8 are triadic colors.