COLOR #D53977

HEX: #D53977
RGB: (213,57,119)

Color info

#D53977 contains mainly red color. Web safe color of #D53977 is #CC3366 (or #C36).

RGB color model

#D53977 color RGB value is (213,57,119).

  • red value is 213;
  • green value is 57;
  • blue value is 119.
RGB:
(213,57,119)
(84%,22%,47%)

RGB channels and saturation

R 213 of 255 = 84%
G 57 of 255 = 22%
B 119 of 255 = 47%

213
57
119

R + G + B ~ 51%. #D53977 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
213 + 57 + 119 = 389 (100%)
R 213 of 389 ~ 54.76%
G 57 of 389 ~ 14.65%
B 119 of 389 ~ 30.59%

%54.76
%14.65
%30.59

CMYK color model

#D53977 color CMYK value is (0,73,44,16).

  • cyan value is 0.00%
  • magenta value is 73.24%
  • yellow value is 44.13%
  • key color value is 16.47%
CMYK:
(0,73,44,16)
C0M73Y44K16 
(0%,73%,44%,16%)
(0.00/0.73/0.44/0.16)	

CMYK percentages

%0
%73.24
%44.13
%16.47

Codes

Color #D53977 in popluar color models

D53977
RGB21357119
HSL336°65.00%52.94%
HSB/HSV336°73.24%83.53%
CMYK0.00%73.24%44.13%
16.47%

Color #D53977 in popluar number systems.

HEXD53977
Decimal21357119
Binary110101011110011110111
Octal32571167

Shades and tints

Shades of #D53977

#D53977
(213,57,119)
#C2346D
(194,52,109)
#AF2F63
(175,47,99)
#9C2A59
(156,42,89)
#89254F
(137,37,79)
#762045
(118,32,69)
#631B3B
(99,27,59)
#501631
(80,22,49)
#3D1127
(61,17,39)
#2A0C1D
(42,12,29)
#170713
(23,7,19)
#000000
(0,0,0)

Tints of #D53977

#D53977
(213,57,119)
#D84B83
(216,75,131)
#DB5D8F
(219,93,143)
#DE6F9B
(222,111,155)
#E181A7
(225,129,167)
#E493B3
(228,147,179)
#E7A5BF
(231,165,191)
#EAB7CB
(234,183,203)
#EDC9D7
(237,201,215)
#F0DBE3
(240,219,227)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D53977 color. Also use rgb(213,57,119) instead hex code.

Text Font Color

.myTextColor { color: #D53977; }

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

This text font color is #D53977.


Background Color

.myBgColor { background-color: #D53977; }

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

This div background color is #D53977.


Border color

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

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

This div border color is #D53977.


Opacity

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

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

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

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

This text has shadow with #D53977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D53977 on black background.


Color preview on white background

This text has color #D53977 on white background.



Black color preview on #D53977 background

This text has black color on #D53977 background.


White color preview on #D53977 background

This text has white color on #D53977 background.