COLOR #D14F88

HEX: #D14F88 RGB: (209,79,136)

Color info

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

RGB color model

#D14F88 color RGB value is (209,79,136).

RGB: (209,79,136) (82%, 31%, 53%)

RGB channels and saturation

R 209 of 255 = 82%
G 79 of 255 = 31%
B 136 of 255 = 53%

209
79
136

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

Portions of RGB colors in percentages

R + G + B = 209 + 79 + 136 = 424 (100%)
R 209 of 424 ~ 49.29%
G 79 of 424 ~ 18.63%
B 136 of 424 ~ 32.08'%

%49.29
%18.63
%32.08

CMYK color model

#D14F88 color CMYK value is (0,62,35,18).

  • cyan value is 0.00%
  • magenta value is 62.20%
  • yellow value is 34.93%
  • key color value is 18.04%

CMYK: (0,62,35,18)
C0M62Y35K18 (0%, 62%, 35%, 18%)
(0.00 / 0.62 / 0.35 / 0.18)

CMYK percentages

%0
%62.2
%34.93
%18.04

Codes

Color #D14F88 in popluar color models

D1 4F 88
RGB 209 79 136
HSL 334° 58.56% 56.47%
HSB/HSV 334° 62.20% 81.96%
CMYK 0.00% 62.20% 34.93%
18.04%

Color #D14F88 in popluar number systems.

HEX D1 4F 88
Decimal 209 79 136
Binary 11010001 1001111 10001000
Octal 321 117 210

Shades and tints

Shades of #D14F88

#D14F88
(209,79,136)
#BE487C
(190,72,124)
#AB4170
(171,65,112)
#983A64
(152,58,100)
#853358
(133,51,88)
#722C4C
(114,44,76)
#5F2540
(95,37,64)
#4C1E34
(76,30,52)
#391728
(57,23,40)
#26101C
(38,16,28)
#130910
(19,9,16)
#000000
(0,0,0)

Tints of #D14F88

#D14F88
(209,79,136)
#D55F92
(213,95,146)
#D96F9C
(217,111,156)
#DD7FA6
(221,127,166)
#E18FB0
(225,143,176)
#E59FBA
(229,159,186)
#E9AFC4
(233,175,196)
#EDBFCE
(237,191,206)
#F1CFD8
(241,207,216)
#F5DFE2
(245,223,226)
#F9EFEC
(249,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D14F88 color. Also use rgb(209,79,136) instead hex code.

Text Font Color

.myTextColor { color: #D14F88; }

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

This text font color is #D14F88.

Background Color

.myBgColor { background-color: #D14F88; }

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

This div background color is #D14F88.

Border color

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

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

This div border color is #D14F88.

Opacity

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

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

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

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

This text has shadow with #D14F88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D14F88.

Preview

Color preview on black background

This text has color #D14F88 on black background.


Color preview on white background

This text has color #D14F88 on white background.


Black color preview on #D14F88 background

This text has black color on #D14F88 background.


White color preview on #D14F88 background

This text has white color on #D14F88 background.


Related colors

Complementary color

Complementary color for #hex is #2EB077.


I love getcolorcode.com

Triadic colors

1 #88D14F and #4F88D1 with #D14F88 are triadic colors.

2 #884FD1 and #4FD188 with #D14F88 are triadic colors.