COLOR #D1384E

HEX: #D1384E
RGB: (209,56,78)

Color info

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

RGB color model

#D1384E color RGB value is (209,56,78).

  • red value is 209;
  • green value is 56;
  • blue value is 78.
RGB:
(209,56,78)
(82%,22%,31%)

RGB channels and saturation

R 209 of 255 = 82%
G 56 of 255 = 22%
B 78 of 255 = 31%

209
56
78

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

Portions of RGB colors in percentages

R + G + B =
209 + 56 + 78 = 343 (100%)
R 209 of 343 ~ 60.93%
G 56 of 343 ~ 16.33%
B 78 of 343 ~ 22.74%

%60.93
%16.33
%22.74

CMYK color model

#D1384E color CMYK value is (0,73,63,18).

  • cyan value is 0.00%
  • magenta value is 73.21%
  • yellow value is 62.68%
  • key color value is 18.04%
CMYK:
(0,73,63,18)
C0M73Y63K18 
(0%,73%,63%,18%)
(0.00/0.73/0.63/0.18)	

CMYK percentages

%0
%73.21
%62.68
%18.04

Codes

Color #D1384E in popluar color models

D1384E
RGB2095678
HSL351°62.45%51.96%
HSB/HSV351°73.21%81.96%
CMYK0.00%73.21%62.68%
18.04%

Color #D1384E in popluar number systems.

HEXD1384E
Decimal2095678
Binary110100011110001001110
Octal32170116

Shades and tints

Shades of #D1384E

#D1384E
(209,56,78)
#BE3347
(190,51,71)
#AB2E40
(171,46,64)
#982939
(152,41,57)
#852432
(133,36,50)
#721F2B
(114,31,43)
#5F1A24
(95,26,36)
#4C151D
(76,21,29)
#391016
(57,16,22)
#260B0F
(38,11,15)
#130608
(19,6,8)
#000000
(0,0,0)

Tints of #D1384E

#D1384E
(209,56,78)
#D54A5E
(213,74,94)
#D95C6E
(217,92,110)
#DD6E7E
(221,110,126)
#E1808E
(225,128,142)
#E5929E
(229,146,158)
#E9A4AE
(233,164,174)
#EDB6BE
(237,182,190)
#F1C8CE
(241,200,206)
#F5DADE
(245,218,222)
#F9ECEE
(249,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1384E color. Also use rgb(209,56,78) instead hex code.

Text Font Color

.myTextColor { color: #D1384E; }

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

This text font color is #D1384E.


Background Color

.myBgColor { background-color: #D1384E; }

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

This div background color is #D1384E.


Border color

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

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

This div border color is #D1384E.


Opacity

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

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

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

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

This text has shadow with #D1384E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1384E on black background.


Color preview on white background

This text has color #D1384E on white background.



Black color preview on #D1384E background

This text has black color on #D1384E background.


White color preview on #D1384E background

This text has white color on #D1384E background.