COLOR #D4959D

HEX: #D4959D
RGB: (212,149,157)

Color info

#D4959D contains mainly red and blue colors. Web safe color of #D4959D is #CC9999 (or #C99).

RGB color model

#D4959D color RGB value is (212,149,157).

  • red value is 212;
  • green value is 149;
  • blue value is 157.
RGB:
(212,149,157)
(83%,58%,62%)

RGB channels and saturation

R 212 of 255 = 83%
G 149 of 255 = 58%
B 157 of 255 = 62%

212
149
157

R + G + B ~ 68%. #D4959D is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 149 + 157 = 518 (100%)
R 212 of 518 ~ 40.93%
G 149 of 518 ~ 28.76%
B 157 of 518 ~ 30.31%

%40.93
%28.76
%30.31

CMYK color model

#D4959D color CMYK value is (0,30,26,17).

  • cyan value is 0.00%
  • magenta value is 29.72%
  • yellow value is 25.94%
  • key color value is 16.86%
CMYK:
(0,30,26,17)
C0M30Y26K17 
(0%,30%,26%,17%)
(0.00/0.30/0.26/0.17)	

CMYK percentages

%0
%29.72
%25.94
%16.86

Codes

Color #D4959D in popluar color models

D4959D
RGB212149157
HSL352°42.28%70.78%
HSB/HSV352°29.72%83.14%
CMYK0.00%29.72%25.94%
16.86%

Color #D4959D in popluar number systems.

HEXD4959D
Decimal212149157
Binary110101001001010110011101
Octal324225235

Shades and tints

Shades of #D4959D

#D4959D
(212,149,157)
#C1888F
(193,136,143)
#AE7B81
(174,123,129)
#9B6E73
(155,110,115)
#886165
(136,97,101)
#755457
(117,84,87)
#624749
(98,71,73)
#4F3A3B
(79,58,59)
#3C2D2D
(60,45,45)
#29201F
(41,32,31)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #D4959D

#D4959D
(212,149,157)
#D79EA5
(215,158,165)
#DAA7AD
(218,167,173)
#DDB0B5
(221,176,181)
#E0B9BD
(224,185,189)
#E3C2C5
(227,194,197)
#E6CBCD
(230,203,205)
#E9D4D5
(233,212,213)
#ECDDDD
(236,221,221)
#EFE6E5
(239,230,229)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4959D color. Also use rgb(212,149,157) instead hex code.

Text Font Color

.myTextColor { color: #D4959D; }

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

This text font color is #D4959D.


Background Color

.myBgColor { background-color: #D4959D; }

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

This div background color is #D4959D.


Border color

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

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

This div border color is #D4959D.


Opacity

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

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

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

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

This text has shadow with #D4959D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4959D on black background.


Color preview on white background

This text has color #D4959D on white background.



Black color preview on #D4959D background

This text has black color on #D4959D background.


White color preview on #D4959D background

This text has white color on #D4959D background.