COLOR #D5949F

HEX: #D5949F RGB: (213,148,159)

Color info

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

RGB color model

#D5949F color RGB value is (213,148,159).

RGB: (213,148,159) (84%, 58%, 62%)

RGB channels and saturation

R 213 of 255 = 84%
G 148 of 255 = 58%
B 159 of 255 = 62%

213
148
159

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

Portions of RGB colors in percentages

R + G + B = 213 + 148 + 159 = 520 (100%)
R 213 of 520 ~ 40.96%
G 148 of 520 ~ 28.46%
B 159 of 520 ~ 30.58'%

%40.96
%28.46
%30.58

CMYK color model

#D5949F color CMYK value is (0,31,25,16).

  • cyan value is 0.00%
  • magenta value is 30.52%
  • yellow value is 25.35%
  • key color value is 16.47%

CMYK: (0,31,25,16)
C0M31Y25K16 (0%, 31%, 25%, 16%)
(0.00 / 0.31 / 0.25 / 0.16)

CMYK percentages

%0
%30.52
%25.35
%16.47

Codes

Color #D5949F in popluar color models

D5 94 9F
RGB 213 148 159
HSL 350° 43.62% 70.78%
HSB/HSV 350° 30.52% 83.53%
CMYK 0.00% 30.52% 25.35%
16.47%

Color #D5949F in popluar number systems.

HEX D5 94 9F
Decimal 213 148 159
Binary 11010101 10010100 10011111
Octal 325 224 237

Shades and tints

Shades of #D5949F

#D5949F
(213,148,159)
#C28791
(194,135,145)
#AF7A83
(175,122,131)
#9C6D75
(156,109,117)
#896067
(137,96,103)
#765359
(118,83,89)
#63464B
(99,70,75)
#50393D
(80,57,61)
#3D2C2F
(61,44,47)
#2A1F21
(42,31,33)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #D5949F

#D5949F
(213,148,159)
#D89DA7
(216,157,167)
#DBA6AF
(219,166,175)
#DEAFB7
(222,175,183)
#E1B8BF
(225,184,191)
#E4C1C7
(228,193,199)
#E7CACF
(231,202,207)
#EAD3D7
(234,211,215)
#EDDCDF
(237,220,223)
#F0E5E7
(240,229,231)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5949F color. Also use rgb(213,148,159) instead hex code.

Text Font Color

.myTextColor { color: #D5949F; }

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

This text font color is #D5949F.

Background Color

.myBgColor { background-color: #D5949F; }

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

This div background color is #D5949F.

Border color

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

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

This div border color is #D5949F.

Opacity

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

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

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

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

This text has shadow with #D5949F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5949F.

Preview

Color preview on black background

This text has color #D5949F on black background.


Color preview on white background

This text has color #D5949F on white background.


Black color preview on #D5949F background

This text has black color on #D5949F background.


White color preview on #D5949F background

This text has white color on #D5949F background.


Related colors

Complementary color

Complementary color for #hex is #2A6B60.


I love getcolorcode.com

Triadic colors

1 #9FD594 and #949FD5 with #D5949F are triadic colors.

2 #9F94D5 and #94D59F with #D5949F are triadic colors.