COLOR #D5678B

HEX: #D5678B RGB: (213,103,139)

Color info

#D5678B contains mainly red color. Web safe color of #D5678B is #CC6699 (or #C69).

RGB color model

#D5678B color RGB value is (213,103,139).

RGB: (213,103,139) (84%, 40%, 55%)

RGB channels and saturation

R 213 of 255 = 84%
G 103 of 255 = 40%
B 139 of 255 = 55%

213
103
139

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

Portions of RGB colors in percentages

R + G + B = 213 + 103 + 139 = 455 (100%)
R 213 of 455 ~ 46.81%
G 103 of 455 ~ 22.64%
B 139 of 455 ~ 30.55'%

%46.81
%22.64
%30.55

CMYK color model

#D5678B color CMYK value is (0,52,35,16).

  • cyan value is 0.00%
  • magenta value is 51.64%
  • yellow value is 34.74%
  • key color value is 16.47%

CMYK: (0,52,35,16)
C0M52Y35K16 (0%, 52%, 35%, 16%)
(0.00 / 0.52 / 0.35 / 0.16)

CMYK percentages

%0
%51.64
%34.74
%16.47

Codes

Color #D5678B in popluar color models

D5 67 8B
RGB 213 103 139
HSL 340° 56.70% 61.96%
HSB/HSV 340° 51.64% 83.53%
CMYK 0.00% 51.64% 34.74%
16.47%

Color #D5678B in popluar number systems.

HEX D5 67 8B
Decimal 213 103 139
Binary 11010101 1100111 10001011
Octal 325 147 213

Shades and tints

Shades of #D5678B

#D5678B
(213,103,139)
#C25E7F
(194,94,127)
#AF5573
(175,85,115)
#9C4C67
(156,76,103)
#89435B
(137,67,91)
#763A4F
(118,58,79)
#633143
(99,49,67)
#502837
(80,40,55)
#3D1F2B
(61,31,43)
#2A161F
(42,22,31)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #D5678B

#D5678B
(213,103,139)
#D87495
(216,116,149)
#DB819F
(219,129,159)
#DE8EA9
(222,142,169)
#E19BB3
(225,155,179)
#E4A8BD
(228,168,189)
#E7B5C7
(231,181,199)
#EAC2D1
(234,194,209)
#EDCFDB
(237,207,219)
#F0DCE5
(240,220,229)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5678B color. Also use rgb(213,103,139) instead hex code.

Text Font Color

.myTextColor { color: #D5678B; }

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

This text font color is #D5678B.

Background Color

.myBgColor { background-color: #D5678B; }

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

This div background color is #D5678B.

Border color

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

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

This div border color is #D5678B.

Opacity

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

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

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

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

This text has shadow with #D5678B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5678B.

Preview

Color preview on black background

This text has color #D5678B on black background.


Color preview on white background

This text has color #D5678B on white background.


Black color preview on #D5678B background

This text has black color on #D5678B background.


White color preview on #D5678B background

This text has white color on #D5678B background.


Related colors

Complementary color

Complementary color for #hex is #2A9874.


I love getcolorcode.com

Triadic colors

1 #8BD567 and #678BD5 with #D5678B are triadic colors.

2 #8B67D5 and #67D58B with #D5678B are triadic colors.