COLOR #D14A8E

HEX: #D14A8E
RGB: (209,74,142)

Color info

#D14A8E contains mainly red color. Web safe color of #D14A8E is #CC3399 (or #C39).

RGB color model

#D14A8E color RGB value is (209,74,142).

  • red value is 209;
  • green value is 74;
  • blue value is 142.
RGB:
(209,74,142)
(82%,29%,56%)

RGB channels and saturation

R 209 of 255 = 82%
G 74 of 255 = 29%
B 142 of 255 = 56%

209
74
142

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

Portions of RGB colors in percentages

R + G + B =
209 + 74 + 142 = 425 (100%)
R 209 of 425 ~ 49.18%
G 74 of 425 ~ 17.41%
B 142 of 425 ~ 33.41%

%49.18
%17.41
%33.41

CMYK color model

#D14A8E color CMYK value is (0,65,32,18).

  • cyan value is 0.00%
  • magenta value is 64.59%
  • yellow value is 32.06%
  • key color value is 18.04%
CMYK:
(0,65,32,18)
C0M65Y32K18 
(0%,65%,32%,18%)
(0.00/0.65/0.32/0.18)	

CMYK percentages

%0
%64.59
%32.06
%18.04

Codes

Color #D14A8E in popluar color models

D14A8E
RGB20974142
HSL330°59.47%55.49%
HSB/HSV330°64.59%81.96%
CMYK0.00%64.59%32.06%
18.04%

Color #D14A8E in popluar number systems.

HEXD14A8E
Decimal20974142
Binary11010001100101010001110
Octal321112216

Shades and tints

Shades of #D14A8E

#D14A8E
(209,74,142)
#BE4482
(190,68,130)
#AB3E76
(171,62,118)
#98386A
(152,56,106)
#85325E
(133,50,94)
#722C52
(114,44,82)
#5F2646
(95,38,70)
#4C203A
(76,32,58)
#391A2E
(57,26,46)
#261422
(38,20,34)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #D14A8E

#D14A8E
(209,74,142)
#D55A98
(213,90,152)
#D96AA2
(217,106,162)
#DD7AAC
(221,122,172)
#E18AB6
(225,138,182)
#E59AC0
(229,154,192)
#E9AACA
(233,170,202)
#EDBAD4
(237,186,212)
#F1CADE
(241,202,222)
#F5DAE8
(245,218,232)
#F9EAF2
(249,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D14A8E color. Also use rgb(209,74,142) instead hex code.

Text Font Color

.myTextColor { color: #D14A8E; }

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

This text font color is #D14A8E.


Background Color

.myBgColor { background-color: #D14A8E; }

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

This div background color is #D14A8E.


Border color

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

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

This div border color is #D14A8E.


Opacity

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

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

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

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

This text has shadow with #D14A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D14A8E on black background.


Color preview on white background

This text has color #D14A8E on white background.



Black color preview on #D14A8E background

This text has black color on #D14A8E background.


White color preview on #D14A8E background

This text has white color on #D14A8E background.