COLOR #D67D94

HEX: #D67D94
RGB: (214,125,148)

Color info

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

RGB color model

#D67D94 color RGB value is (214,125,148).

  • red value is 214;
  • green value is 125;
  • blue value is 148.
RGB:
(214,125,148)
(84%,49%,58%)

RGB channels and saturation

R 214 of 255 = 84%
G 125 of 255 = 49%
B 148 of 255 = 58%

214
125
148

R + G + B ~ 64%. #D67D94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 125 + 148 = 487 (100%)
R 214 of 487 ~ 43.94%
G 125 of 487 ~ 25.67%
B 148 of 487 ~ 30.39%

%43.94
%25.67
%30.39

CMYK color model

#D67D94 color CMYK value is (0,42,31,16).

  • cyan value is 0.00%
  • magenta value is 41.59%
  • yellow value is 30.84%
  • key color value is 16.08%
CMYK:
(0,42,31,16)
C0M42Y31K16 
(0%,42%,31%,16%)
(0.00/0.42/0.31/0.16)	

CMYK percentages

%0
%41.59
%30.84
%16.08

Codes

Color #D67D94 in popluar color models

D67D94
RGB214125148
HSL344°52.05%66.47%
HSB/HSV344°41.59%83.92%
CMYK0.00%41.59%30.84%
16.08%

Color #D67D94 in popluar number systems.

HEXD67D94
Decimal214125148
Binary11010110111110110010100
Octal326175224

Shades and tints

Shades of #D67D94

#D67D94
(214,125,148)
#C37287
(195,114,135)
#B0677A
(176,103,122)
#9D5C6D
(157,92,109)
#8A5160
(138,81,96)
#774653
(119,70,83)
#643B46
(100,59,70)
#513039
(81,48,57)
#3E252C
(62,37,44)
#2B1A1F
(43,26,31)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #D67D94

#D67D94
(214,125,148)
#D9889D
(217,136,157)
#DC93A6
(220,147,166)
#DF9EAF
(223,158,175)
#E2A9B8
(226,169,184)
#E5B4C1
(229,180,193)
#E8BFCA
(232,191,202)
#EBCAD3
(235,202,211)
#EED5DC
(238,213,220)
#F1E0E5
(241,224,229)
#F4EBEE
(244,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D67D94 color. Also use rgb(214,125,148) instead hex code.

Text Font Color

.myTextColor { color: #D67D94; }

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

This text font color is #D67D94.


Background Color

.myBgColor { background-color: #D67D94; }

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

This div background color is #D67D94.


Border color

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

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

This div border color is #D67D94.


Opacity

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

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

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

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

This text has shadow with #D67D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D67D94 on black background.


Color preview on white background

This text has color #D67D94 on white background.



Black color preview on #D67D94 background

This text has black color on #D67D94 background.


White color preview on #D67D94 background

This text has white color on #D67D94 background.