COLOR #D59297

HEX: #D59297
RGB: (213,146,151)

Color info

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

RGB color model

#D59297 color RGB value is (213,146,151).

  • red value is 213;
  • green value is 146;
  • blue value is 151.
RGB:
(213,146,151)
(84%,57%,59%)

RGB channels and saturation

R 213 of 255 = 84%
G 146 of 255 = 57%
B 151 of 255 = 59%

213
146
151

R + G + B ~ 67%. #D59297 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 146 + 151 = 510 (100%)
R 213 of 510 ~ 41.76%
G 146 of 510 ~ 28.63%
B 151 of 510 ~ 29.61%

%41.76
%28.63
%29.61

CMYK color model

#D59297 color CMYK value is (0,31,29,16).

  • cyan value is 0.00%
  • magenta value is 31.46%
  • yellow value is 29.11%
  • key color value is 16.47%
CMYK:
(0,31,29,16)
C0M31Y29K16 
(0%,31%,29%,16%)
(0.00/0.31/0.29/0.16)	

CMYK percentages

%0
%31.46
%29.11
%16.47

Codes

Color #D59297 in popluar color models

D59297
RGB213146151
HSL356°44.37%70.39%
HSB/HSV356°31.46%83.53%
CMYK0.00%31.46%29.11%
16.47%

Color #D59297 in popluar number systems.

HEXD59297
Decimal213146151
Binary110101011001001010010111
Octal325222227

Shades and tints

Shades of #D59297

#D59297
(213,146,151)
#C2858A
(194,133,138)
#AF787D
(175,120,125)
#9C6B70
(156,107,112)
#895E63
(137,94,99)
#765156
(118,81,86)
#634449
(99,68,73)
#50373C
(80,55,60)
#3D2A2F
(61,42,47)
#2A1D22
(42,29,34)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #D59297

#D59297
(213,146,151)
#D89BA0
(216,155,160)
#DBA4A9
(219,164,169)
#DEADB2
(222,173,178)
#E1B6BB
(225,182,187)
#E4BFC4
(228,191,196)
#E7C8CD
(231,200,205)
#EAD1D6
(234,209,214)
#EDDADF
(237,218,223)
#F0E3E8
(240,227,232)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59297 color. Also use rgb(213,146,151) instead hex code.

Text Font Color

.myTextColor { color: #D59297; }

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

This text font color is #D59297.


Background Color

.myBgColor { background-color: #D59297; }

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

This div background color is #D59297.


Border color

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

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

This div border color is #D59297.


Opacity

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

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

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

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

This text has shadow with #D59297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59297 on black background.


Color preview on white background

This text has color #D59297 on white background.



Black color preview on #D59297 background

This text has black color on #D59297 background.


White color preview on #D59297 background

This text has white color on #D59297 background.