COLOR #D5818D

HEX: #D5818D
RGB: (213,129,141)

Color info

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

RGB color model

#D5818D color RGB value is (213,129,141).

  • red value is 213;
  • green value is 129;
  • blue value is 141.
RGB:
(213,129,141)
(84%,51%,55%)

RGB channels and saturation

R 213 of 255 = 84%
G 129 of 255 = 51%
B 141 of 255 = 55%

213
129
141

R + G + B ~ 63%. #D5818D is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 129 + 141 = 483 (100%)
R 213 of 483 ~ 44.1%
G 129 of 483 ~ 26.71%
B 141 of 483 ~ 29.19%

%44.1
%26.71
%29.19

CMYK color model

#D5818D color CMYK value is (0,39,34,16).

  • cyan value is 0.00%
  • magenta value is 39.44%
  • yellow value is 33.80%
  • key color value is 16.47%
CMYK:
(0,39,34,16)
C0M39Y34K16 
(0%,39%,34%,16%)
(0.00/0.39/0.34/0.16)	

CMYK percentages

%0
%39.44
%33.8
%16.47

Codes

Color #D5818D in popluar color models

D5818D
RGB213129141
HSL351°50.00%67.06%
HSB/HSV351°39.44%83.53%
CMYK0.00%39.44%33.80%
16.47%

Color #D5818D in popluar number systems.

HEXD5818D
Decimal213129141
Binary110101011000000110001101
Octal325201215

Shades and tints

Shades of #D5818D

#D5818D
(213,129,141)
#C27681
(194,118,129)
#AF6B75
(175,107,117)
#9C6069
(156,96,105)
#89555D
(137,85,93)
#764A51
(118,74,81)
#633F45
(99,63,69)
#503439
(80,52,57)
#3D292D
(61,41,45)
#2A1E21
(42,30,33)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #D5818D

#D5818D
(213,129,141)
#D88C97
(216,140,151)
#DB97A1
(219,151,161)
#DEA2AB
(222,162,171)
#E1ADB5
(225,173,181)
#E4B8BF
(228,184,191)
#E7C3C9
(231,195,201)
#EACED3
(234,206,211)
#EDD9DD
(237,217,221)
#F0E4E7
(240,228,231)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5818D color. Also use rgb(213,129,141) instead hex code.

Text Font Color

.myTextColor { color: #D5818D; }

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

This text font color is #D5818D.


Background Color

.myBgColor { background-color: #D5818D; }

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

This div background color is #D5818D.


Border color

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

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

This div border color is #D5818D.


Opacity

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

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

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

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

This text has shadow with #D5818D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5818D on black background.


Color preview on white background

This text has color #D5818D on white background.



Black color preview on #D5818D background

This text has black color on #D5818D background.


White color preview on #D5818D background

This text has white color on #D5818D background.