COLOR #D5176F

HEX: #D5176F RGB: (213,23,111)

Color info

#D5176F contains mainly red color. Web safe color of #D5176F is #CC0066 (or #C06).

RGB color model

#D5176F color RGB value is (213,23,111).

RGB: (213,23,111) (84%, 9%, 44%)

RGB channels and saturation

R 213 of 255 = 84%
G 23 of 255 = 9%
B 111 of 255 = 44%

213
23
111

R + G + B ~ 46%. #D5176F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 213 + 23 + 111 = 347 (100%)
R 213 of 347 ~ 61.38%
G 23 of 347 ~ 6.63%
B 111 of 347 ~ 31.99'%

%61.38
%31.99

CMYK color model

#D5176F color CMYK value is (0,89,48,16).

  • cyan value is 0.00%
  • magenta value is 89.20%
  • yellow value is 47.89%
  • key color value is 16.47%

CMYK: (0,89,48,16)
C0M89Y48K16 (0%, 89%, 48%, 16%)
(0.00 / 0.89 / 0.48 / 0.16)

CMYK percentages

%0
%89.2
%47.89
%16.47

Codes

Color #D5176F in popluar color models

D5 17 6F
RGB 213 23 111
HSL 332° 80.51% 46.27%
HSB/HSV 332° 89.20% 83.53%
CMYK 0.00% 89.20% 47.89%
16.47%

Color #D5176F in popluar number systems.

HEX D5 17 6F
Decimal 213 23 111
Binary 11010101 10111 1101111
Octal 325 27 157

Shades and tints

Shades of #D5176F

#D5176F
(213,23,111)
#C21565
(194,21,101)
#AF135B
(175,19,91)
#9C1151
(156,17,81)
#890F47
(137,15,71)
#760D3D
(118,13,61)
#630B33
(99,11,51)
#500929
(80,9,41)
#3D071F
(61,7,31)
#2A0515
(42,5,21)
#17030B
(23,3,11)
#000000
(0,0,0)

Tints of #D5176F

#D5176F
(213,23,111)
#D82C7C
(216,44,124)
#DB4189
(219,65,137)
#DE5696
(222,86,150)
#E16BA3
(225,107,163)
#E480B0
(228,128,176)
#E795BD
(231,149,189)
#EAAACA
(234,170,202)
#EDBFD7
(237,191,215)
#F0D4E4
(240,212,228)
#F3E9F1
(243,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5176F color. Also use rgb(213,23,111) instead hex code.

Text Font Color

.myTextColor { color: #D5176F; }

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

This text font color is #D5176F.

Background Color

.myBgColor { background-color: #D5176F; }

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

This div background color is #D5176F.

Border color

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

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

This div border color is #D5176F.

Opacity

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

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

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

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

This text has shadow with #D5176F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5176F.

Preview

Color preview on black background

This text has color #D5176F on black background.


Color preview on white background

This text has color #D5176F on white background.


Black color preview on #D5176F background

This text has black color on #D5176F background.


White color preview on #D5176F background

This text has white color on #D5176F background.


Related colors

Complementary color

Complementary color for #hex is #2AE890.


I love getcolorcode.com

Triadic colors

1 #6FD517 and #176FD5 with #D5176F are triadic colors.

2 #6F17D5 and #17D56F with #D5176F are triadic colors.