COLOR #D53983

HEX: #D53983
RGB: (213,57,131)

Color info

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

RGB color model

#D53983 color RGB value is (213,57,131).

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

RGB channels and saturation

R 213 of 255 = 84%
G 57 of 255 = 22%
B 131 of 255 = 51%

213
57
131

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

Portions of RGB colors in percentages

R + G + B =
213 + 57 + 131 = 401 (100%)
R 213 of 401 ~ 53.12%
G 57 of 401 ~ 14.21%
B 131 of 401 ~ 32.67%

%53.12
%14.21
%32.67

CMYK color model

#D53983 color CMYK value is (0,73,38,16).

  • cyan value is 0.00%
  • magenta value is 73.24%
  • yellow value is 38.50%
  • key color value is 16.47%
CMYK:
(0,73,38,16)
C0M73Y38K16 
(0%,73%,38%,16%)
(0.00/0.73/0.38/0.16)	

CMYK percentages

%0
%73.24
%38.5
%16.47

Codes

Color #D53983 in popluar color models

D53983
RGB21357131
HSL332°65.00%52.94%
HSB/HSV332°73.24%83.53%
CMYK0.00%73.24%38.50%
16.47%

Color #D53983 in popluar number systems.

HEXD53983
Decimal21357131
Binary1101010111100110000011
Octal32571203

Shades and tints

Shades of #D53983

#D53983
(213,57,131)
#C23478
(194,52,120)
#AF2F6D
(175,47,109)
#9C2A62
(156,42,98)
#892557
(137,37,87)
#76204C
(118,32,76)
#631B41
(99,27,65)
#501636
(80,22,54)
#3D112B
(61,17,43)
#2A0C20
(42,12,32)
#170715
(23,7,21)
#000000
(0,0,0)

Tints of #D53983

#D53983
(213,57,131)
#D84B8E
(216,75,142)
#DB5D99
(219,93,153)
#DE6FA4
(222,111,164)
#E181AF
(225,129,175)
#E493BA
(228,147,186)
#E7A5C5
(231,165,197)
#EAB7D0
(234,183,208)
#EDC9DB
(237,201,219)
#F0DBE6
(240,219,230)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D53983; }

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

This text font color is #D53983.


Background Color

.myBgColor { background-color: #D53983; }

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

This div background color is #D53983.


Border color

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

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

This div border color is #D53983.


Opacity

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

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

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

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

This text has shadow with #D53983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D53983 on black background.


Color preview on white background

This text has color #D53983 on white background.



Black color preview on #D53983 background

This text has black color on #D53983 background.


White color preview on #D53983 background

This text has white color on #D53983 background.