COLOR #D53A93

HEX: #D53A93
RGB: (213,58,147)

Color info

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

RGB color model

#D53A93 color RGB value is (213,58,147).

  • red value is 213;
  • green value is 58;
  • blue value is 147.
RGB:
(213,58,147)
(84%,23%,58%)

RGB channels and saturation

R 213 of 255 = 84%
G 58 of 255 = 23%
B 147 of 255 = 58%

213
58
147

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

Portions of RGB colors in percentages

R + G + B =
213 + 58 + 147 = 418 (100%)
R 213 of 418 ~ 50.96%
G 58 of 418 ~ 13.88%
B 147 of 418 ~ 35.17%

%50.96
%13.88
%35.17

CMYK color model

#D53A93 color CMYK value is (0,73,31,16).

  • cyan value is 0.00%
  • magenta value is 72.77%
  • yellow value is 30.99%
  • key color value is 16.47%
CMYK:
(0,73,31,16)
C0M73Y31K16 
(0%,73%,31%,16%)
(0.00/0.73/0.31/0.16)	

CMYK percentages

%0
%72.77
%30.99
%16.47

Codes

Color #D53A93 in popluar color models

D53A93
RGB21358147
HSL326°64.85%53.14%
HSB/HSV326°72.77%83.53%
CMYK0.00%72.77%30.99%
16.47%

Color #D53A93 in popluar number systems.

HEXD53A93
Decimal21358147
Binary1101010111101010010011
Octal32572223

Shades and tints

Shades of #D53A93

#D53A93
(213,58,147)
#C23586
(194,53,134)
#AF3079
(175,48,121)
#9C2B6C
(156,43,108)
#89265F
(137,38,95)
#762152
(118,33,82)
#631C45
(99,28,69)
#501738
(80,23,56)
#3D122B
(61,18,43)
#2A0D1E
(42,13,30)
#170811
(23,8,17)
#000000
(0,0,0)

Tints of #D53A93

#D53A93
(213,58,147)
#D84B9C
(216,75,156)
#DB5CA5
(219,92,165)
#DE6DAE
(222,109,174)
#E17EB7
(225,126,183)
#E48FC0
(228,143,192)
#E7A0C9
(231,160,201)
#EAB1D2
(234,177,210)
#EDC2DB
(237,194,219)
#F0D3E4
(240,211,228)
#F3E4ED
(243,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D53A93 color. Also use rgb(213,58,147) instead hex code.

Text Font Color

.myTextColor { color: #D53A93; }

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

This text font color is #D53A93.


Background Color

.myBgColor { background-color: #D53A93; }

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

This div background color is #D53A93.


Border color

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

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

This div border color is #D53A93.


Opacity

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

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

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

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

This text has shadow with #D53A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D53A93 on black background.


Color preview on white background

This text has color #D53A93 on white background.



Black color preview on #D53A93 background

This text has black color on #D53A93 background.


White color preview on #D53A93 background

This text has white color on #D53A93 background.