COLOR #D53C83

HEX: #D53C83
RGB: (213,60,131)

Color info

#D53C83 contains mainly red color. Web safe color of #D53C83 is #CC3399 (or #C39).

RGB color model

#D53C83 color RGB value is (213,60,131).

  • red value is 213;
  • green value is 60;
  • blue value is 131.
RGB:
(213,60,131)
(84%,24%,51%)

RGB channels and saturation

R 213 of 255 = 84%
G 60 of 255 = 24%
B 131 of 255 = 51%

213
60
131

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

Portions of RGB colors in percentages

R + G + B =
213 + 60 + 131 = 404 (100%)
R 213 of 404 ~ 52.72%
G 60 of 404 ~ 14.85%
B 131 of 404 ~ 32.43%

%52.72
%14.85
%32.43

CMYK color model

#D53C83 color CMYK value is (0,72,38,16).

  • cyan value is 0.00%
  • magenta value is 71.83%
  • yellow value is 38.50%
  • key color value is 16.47%
CMYK:
(0,72,38,16)
C0M72Y38K16 
(0%,72%,38%,16%)
(0.00/0.72/0.38/0.16)	

CMYK percentages

%0
%71.83
%38.5
%16.47

Codes

Color #D53C83 in popluar color models

D53C83
RGB21360131
HSL332°64.56%53.53%
HSB/HSV332°71.83%83.53%
CMYK0.00%71.83%38.50%
16.47%

Color #D53C83 in popluar number systems.

HEXD53C83
Decimal21360131
Binary1101010111110010000011
Octal32574203

Shades and tints

Shades of #D53C83

#D53C83
(213,60,131)
#C23778
(194,55,120)
#AF326D
(175,50,109)
#9C2D62
(156,45,98)
#892857
(137,40,87)
#76234C
(118,35,76)
#631E41
(99,30,65)
#501936
(80,25,54)
#3D142B
(61,20,43)
#2A0F20
(42,15,32)
#170A15
(23,10,21)
#000000
(0,0,0)

Tints of #D53C83

#D53C83
(213,60,131)
#D84D8E
(216,77,142)
#DB5E99
(219,94,153)
#DE6FA4
(222,111,164)
#E180AF
(225,128,175)
#E491BA
(228,145,186)
#E7A2C5
(231,162,197)
#EAB3D0
(234,179,208)
#EDC4DB
(237,196,219)
#F0D5E6
(240,213,230)
#F3E6F1
(243,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D53C83 color. Also use rgb(213,60,131) instead hex code.

Text Font Color

.myTextColor { color: #D53C83; }

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

This text font color is #D53C83.


Background Color

.myBgColor { background-color: #D53C83; }

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

This div background color is #D53C83.


Border color

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

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

This div border color is #D53C83.


Opacity

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

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

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

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

This text has shadow with #D53C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D53C83 on black background.


Color preview on white background

This text has color #D53C83 on white background.



Black color preview on #D53C83 background

This text has black color on #D53C83 background.


White color preview on #D53C83 background

This text has white color on #D53C83 background.