COLOR #D53D77

HEX: #D53D77
RGB: (213,61,119)

Color info

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

RGB color model

#D53D77 color RGB value is (213,61,119).

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

RGB channels and saturation

R 213 of 255 = 84%
G 61 of 255 = 24%
B 119 of 255 = 47%

213
61
119

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

Portions of RGB colors in percentages

R + G + B =
213 + 61 + 119 = 393 (100%)
R 213 of 393 ~ 54.2%
G 61 of 393 ~ 15.52%
B 119 of 393 ~ 30.28%

%54.2
%15.52
%30.28

CMYK color model

#D53D77 color CMYK value is (0,71,44,16).

  • cyan value is 0.00%
  • magenta value is 71.36%
  • yellow value is 44.13%
  • key color value is 16.47%
CMYK:
(0,71,44,16)
C0M71Y44K16 
(0%,71%,44%,16%)
(0.00/0.71/0.44/0.16)	

CMYK percentages

%0
%71.36
%44.13
%16.47

Codes

Color #D53D77 in popluar color models

D53D77
RGB21361119
HSL337°64.41%53.73%
HSB/HSV337°71.36%83.53%
CMYK0.00%71.36%44.13%
16.47%

Color #D53D77 in popluar number systems.

HEXD53D77
Decimal21361119
Binary110101011111011110111
Octal32575167

Shades and tints

Shades of #D53D77

#D53D77
(213,61,119)
#C2386D
(194,56,109)
#AF3363
(175,51,99)
#9C2E59
(156,46,89)
#89294F
(137,41,79)
#762445
(118,36,69)
#631F3B
(99,31,59)
#501A31
(80,26,49)
#3D1527
(61,21,39)
#2A101D
(42,16,29)
#170B13
(23,11,19)
#000000
(0,0,0)

Tints of #D53D77

#D53D77
(213,61,119)
#D84E83
(216,78,131)
#DB5F8F
(219,95,143)
#DE709B
(222,112,155)
#E181A7
(225,129,167)
#E492B3
(228,146,179)
#E7A3BF
(231,163,191)
#EAB4CB
(234,180,203)
#EDC5D7
(237,197,215)
#F0D6E3
(240,214,227)
#F3E7EF
(243,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D53D77; }

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

This text font color is #D53D77.


Background Color

.myBgColor { background-color: #D53D77; }

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

This div background color is #D53D77.


Border color

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

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

This div border color is #D53D77.


Opacity

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

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

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

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

This text has shadow with #D53D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D53D77 on black background.


Color preview on white background

This text has color #D53D77 on white background.



Black color preview on #D53D77 background

This text has black color on #D53D77 background.


White color preview on #D53D77 background

This text has white color on #D53D77 background.