COLOR #D50A53

HEX: #D50A53
RGB: (213,10,83)

Color info

#D50A53 contains mainly red color. Web safe color of #D50A53 is #CC0066 (or #C06).

RGB color model

#D50A53 color RGB value is (213,10,83).

  • red value is 213;
  • green value is 10;
  • blue value is 83.
RGB:
(213,10,83)
(84%,4%,33%)

RGB channels and saturation

R 213 of 255 = 84%
G 10 of 255 = 4%
B 83 of 255 = 33%

213
10
83

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

Portions of RGB colors in percentages

R + G + B =
213 + 10 + 83 = 306 (100%)
R 213 of 306 ~ 69.61%
G 10 of 306 ~ 3.27%
B 83 of 306 ~ 27.12%

%69.61
%27.12

CMYK color model

#D50A53 color CMYK value is (0,95,61,16).

  • cyan value is 0.00%
  • magenta value is 95.31%
  • yellow value is 61.03%
  • key color value is 16.47%
CMYK:
(0,95,61,16)
C0M95Y61K16 
(0%,95%,61%,16%)
(0.00/0.95/0.61/0.16)	

CMYK percentages

%0
%95.31
%61.03
%16.47

Codes

Color #D50A53 in popluar color models

D50A53
RGB2131083
HSL338°91.03%43.73%
HSB/HSV338°95.31%83.53%
CMYK0.00%95.31%61.03%
16.47%

Color #D50A53 in popluar number systems.

HEXD50A53
Decimal2131083
Binary1101010110101010011
Octal32512123

Shades and tints

Shades of #D50A53

#D50A53
(213,10,83)
#C20A4C
(194,10,76)
#AF0A45
(175,10,69)
#9C0A3E
(156,10,62)
#890A37
(137,10,55)
#760A30
(118,10,48)
#630A29
(99,10,41)
#500A22
(80,10,34)
#3D0A1B
(61,10,27)
#2A0A14
(42,10,20)
#170A0D
(23,10,13)
#000000
(0,0,0)

Tints of #D50A53

#D50A53
(213,10,83)
#D82062
(216,32,98)
#DB3671
(219,54,113)
#DE4C80
(222,76,128)
#E1628F
(225,98,143)
#E4789E
(228,120,158)
#E78EAD
(231,142,173)
#EAA4BC
(234,164,188)
#EDBACB
(237,186,203)
#F0D0DA
(240,208,218)
#F3E6E9
(243,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D50A53 color. Also use rgb(213,10,83) instead hex code.

Text Font Color

.myTextColor { color: #D50A53; }

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

This text font color is #D50A53.


Background Color

.myBgColor { background-color: #D50A53; }

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

This div background color is #D50A53.


Border color

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

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

This div border color is #D50A53.


Opacity

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

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

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

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

This text has shadow with #D50A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D50A53 on black background.


Color preview on white background

This text has color #D50A53 on white background.



Black color preview on #D50A53 background

This text has black color on #D50A53 background.


White color preview on #D50A53 background

This text has white color on #D50A53 background.