COLOR #D5918F

HEX: #D5918F
RGB: (213,145,143)

Color info

#D5918F contains mainly red color. Web safe color of #D5918F is #CC9999 (or #C99).

RGB color model

#D5918F color RGB value is (213,145,143).

  • red value is 213;
  • green value is 145;
  • blue value is 143.
RGB:
(213,145,143)
(84%,57%,56%)

RGB channels and saturation

R 213 of 255 = 84%
G 145 of 255 = 57%
B 143 of 255 = 56%

213
145
143

R + G + B ~ 66%. #D5918F is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 145 + 143 = 501 (100%)
R 213 of 501 ~ 42.51%
G 145 of 501 ~ 28.94%
B 143 of 501 ~ 28.54%

%42.51
%28.94
%28.54

CMYK color model

#D5918F color CMYK value is (0,32,33,16).

  • cyan value is 0.00%
  • magenta value is 31.92%
  • yellow value is 32.86%
  • key color value is 16.47%
CMYK:
(0,32,33,16)
C0M32Y33K16 
(0%,32%,33%,16%)
(0.00/0.32/0.33/0.16)	

CMYK percentages

%0
%31.92
%32.86
%16.47

Codes

Color #D5918F in popluar color models

D5918F
RGB213145143
HSL45.45%69.80%
HSB/HSV32.86%83.53%
CMYK0.00%31.92%32.86%
16.47%

Color #D5918F in popluar number systems.

HEXD5918F
Decimal213145143
Binary110101011001000110001111
Octal325221217

Shades and tints

Shades of #D5918F

#D5918F
(213,145,143)
#C28482
(194,132,130)
#AF7775
(175,119,117)
#9C6A68
(156,106,104)
#895D5B
(137,93,91)
#76504E
(118,80,78)
#634341
(99,67,65)
#503634
(80,54,52)
#3D2927
(61,41,39)
#2A1C1A
(42,28,26)
#170F0D
(23,15,13)
#000000
(0,0,0)

Tints of #D5918F

#D5918F
(213,145,143)
#D89B99
(216,155,153)
#DBA5A3
(219,165,163)
#DEAFAD
(222,175,173)
#E1B9B7
(225,185,183)
#E4C3C1
(228,195,193)
#E7CDCB
(231,205,203)
#EAD7D5
(234,215,213)
#EDE1DF
(237,225,223)
#F0EBE9
(240,235,233)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5918F color. Also use rgb(213,145,143) instead hex code.

Text Font Color

.myTextColor { color: #D5918F; }

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

This text font color is #D5918F.


Background Color

.myBgColor { background-color: #D5918F; }

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

This div background color is #D5918F.


Border color

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

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

This div border color is #D5918F.


Opacity

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

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

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

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

This text has shadow with #D5918F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5918F on black background.


Color preview on white background

This text has color #D5918F on white background.



Black color preview on #D5918F background

This text has black color on #D5918F background.


White color preview on #D5918F background

This text has white color on #D5918F background.