COLOR #D14797

HEX: #D14797
RGB: (209,71,151)

Color info

#D14797 contains mainly red and blue colors. Web safe color of #D14797 is #CC3399 (or #C39).

RGB color model

#D14797 color RGB value is (209,71,151).

  • red value is 209;
  • green value is 71;
  • blue value is 151.
RGB:
(209,71,151)
(82%,28%,59%)

RGB channels and saturation

R 209 of 255 = 82%
G 71 of 255 = 28%
B 151 of 255 = 59%

209
71
151

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

Portions of RGB colors in percentages

R + G + B =
209 + 71 + 151 = 431 (100%)
R 209 of 431 ~ 48.49%
G 71 of 431 ~ 16.47%
B 151 of 431 ~ 35.03%

%48.49
%16.47
%35.03

CMYK color model

#D14797 color CMYK value is (0,66,28,18).

  • cyan value is 0.00%
  • magenta value is 66.03%
  • yellow value is 27.75%
  • key color value is 18.04%
CMYK:
(0,66,28,18)
C0M66Y28K18 
(0%,66%,28%,18%)
(0.00/0.66/0.28/0.18)	

CMYK percentages

%0
%66.03
%27.75
%18.04

Codes

Color #D14797 in popluar color models

D14797
RGB20971151
HSL325°60.00%54.90%
HSB/HSV325°66.03%81.96%
CMYK0.00%66.03%27.75%
18.04%

Color #D14797 in popluar number systems.

HEXD14797
Decimal20971151
Binary11010001100011110010111
Octal321107227

Shades and tints

Shades of #D14797

#D14797
(209,71,151)
#BE418A
(190,65,138)
#AB3B7D
(171,59,125)
#983570
(152,53,112)
#852F63
(133,47,99)
#722956
(114,41,86)
#5F2349
(95,35,73)
#4C1D3C
(76,29,60)
#39172F
(57,23,47)
#261122
(38,17,34)
#130B15
(19,11,21)
#000000
(0,0,0)

Tints of #D14797

#D14797
(209,71,151)
#D557A0
(213,87,160)
#D967A9
(217,103,169)
#DD77B2
(221,119,178)
#E187BB
(225,135,187)
#E597C4
(229,151,196)
#E9A7CD
(233,167,205)
#EDB7D6
(237,183,214)
#F1C7DF
(241,199,223)
#F5D7E8
(245,215,232)
#F9E7F1
(249,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D14797 color. Also use rgb(209,71,151) instead hex code.

Text Font Color

.myTextColor { color: #D14797; }

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

This text font color is #D14797.


Background Color

.myBgColor { background-color: #D14797; }

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

This div background color is #D14797.


Border color

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

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

This div border color is #D14797.


Opacity

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

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

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

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

This text has shadow with #D14797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D14797 on black background.


Color preview on white background

This text has color #D14797 on white background.



Black color preview on #D14797 background

This text has black color on #D14797 background.


White color preview on #D14797 background

This text has white color on #D14797 background.