COLOR #D13971

HEX: #D13971
RGB: (209,57,113)

Color info

#D13971 contains mainly red color. Web safe color of #D13971 is #CC3366 (or #C36).

RGB color model

#D13971 color RGB value is (209,57,113).

  • red value is 209;
  • green value is 57;
  • blue value is 113.
RGB:
(209,57,113)
(82%,22%,44%)

RGB channels and saturation

R 209 of 255 = 82%
G 57 of 255 = 22%
B 113 of 255 = 44%

209
57
113

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

Portions of RGB colors in percentages

R + G + B =
209 + 57 + 113 = 379 (100%)
R 209 of 379 ~ 55.15%
G 57 of 379 ~ 15.04%
B 113 of 379 ~ 29.82%

%55.15
%15.04
%29.82

CMYK color model

#D13971 color CMYK value is (0,73,46,18).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 45.93%
  • key color value is 18.04%
CMYK:
(0,73,46,18)
C0M73Y46K18 
(0%,73%,46%,18%)
(0.00/0.73/0.46/0.18)	

CMYK percentages

%0
%72.73
%45.93
%18.04

Codes

Color #D13971 in popluar color models

D13971
RGB20957113
HSL338°62.30%52.16%
HSB/HSV338°72.73%81.96%
CMYK0.00%72.73%45.93%
18.04%

Color #D13971 in popluar number systems.

HEXD13971
Decimal20957113
Binary110100011110011110001
Octal32171161

Shades and tints

Shades of #D13971

#D13971
(209,57,113)
#BE3467
(190,52,103)
#AB2F5D
(171,47,93)
#982A53
(152,42,83)
#852549
(133,37,73)
#72203F
(114,32,63)
#5F1B35
(95,27,53)
#4C162B
(76,22,43)
#391121
(57,17,33)
#260C17
(38,12,23)
#13070D
(19,7,13)
#000000
(0,0,0)

Tints of #D13971

#D13971
(209,57,113)
#D54B7D
(213,75,125)
#D95D89
(217,93,137)
#DD6F95
(221,111,149)
#E181A1
(225,129,161)
#E593AD
(229,147,173)
#E9A5B9
(233,165,185)
#EDB7C5
(237,183,197)
#F1C9D1
(241,201,209)
#F5DBDD
(245,219,221)
#F9EDE9
(249,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D13971 color. Also use rgb(209,57,113) instead hex code.

Text Font Color

.myTextColor { color: #D13971; }

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

This text font color is #D13971.


Background Color

.myBgColor { background-color: #D13971; }

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

This div background color is #D13971.


Border color

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

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

This div border color is #D13971.


Opacity

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

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

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

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

This text has shadow with #D13971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D13971 on black background.


Color preview on white background

This text has color #D13971 on white background.



Black color preview on #D13971 background

This text has black color on #D13971 background.


White color preview on #D13971 background

This text has white color on #D13971 background.