COLOR #D50550

HEX: #D50550
RGB: (213,5,80)

Color info

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

RGB color model

#D50550 color RGB value is (213,5,80).

  • red value is 213;
  • green value is 5;
  • blue value is 80.
RGB:
(213,5,80)
(84%,2%,31%)

RGB channels and saturation

R 213 of 255 = 84%
G 5 of 255 = 2%
B 80 of 255 = 31%

213
5
80

R + G + B ~ 39%. #D50550 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
213 + 5 + 80 = 298 (100%)
R 213 of 298 ~ 71.48%
G 5 of 298 ~ 1.68%
B 80 of 298 ~ 26.85%

%71.48
%26.85

CMYK color model

#D50550 color CMYK value is (0,98,62,16).

  • cyan value is 0.00%
  • magenta value is 97.65%
  • yellow value is 62.44%
  • key color value is 16.47%
CMYK:
(0,98,62,16)
C0M98Y62K16 
(0%,98%,62%,16%)
(0.00/0.98/0.62/0.16)	

CMYK percentages

%0
%97.65
%62.44
%16.47

Codes

Color #D50550 in popluar color models

D50550
RGB213580
HSL338°95.41%42.75%
HSB/HSV338°97.65%83.53%
CMYK0.00%97.65%62.44%
16.47%

Color #D50550 in popluar number systems.

HEXD50550
Decimal213580
Binary110101011011010000
Octal3255120

Shades and tints

Shades of #D50550

#D50550
(213,5,80)
#C20549
(194,5,73)
#AF0542
(175,5,66)
#9C053B
(156,5,59)
#890534
(137,5,52)
#76052D
(118,5,45)
#630526
(99,5,38)
#50051F
(80,5,31)
#3D0518
(61,5,24)
#2A0511
(42,5,17)
#17050A
(23,5,10)
#000000
(0,0,0)

Tints of #D50550

#D50550
(213,5,80)
#D81B5F
(216,27,95)
#DB316E
(219,49,110)
#DE477D
(222,71,125)
#E15D8C
(225,93,140)
#E4739B
(228,115,155)
#E789AA
(231,137,170)
#EA9FB9
(234,159,185)
#EDB5C8
(237,181,200)
#F0CBD7
(240,203,215)
#F3E1E6
(243,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D50550 color. Also use rgb(213,5,80) instead hex code.

Text Font Color

.myTextColor { color: #D50550; }

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

This text font color is #D50550.


Background Color

.myBgColor { background-color: #D50550; }

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

This div background color is #D50550.


Border color

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

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

This div border color is #D50550.


Opacity

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

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

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

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

This text has shadow with #D50550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D50550 on black background.


Color preview on white background

This text has color #D50550 on white background.



Black color preview on #D50550 background

This text has black color on #D50550 background.


White color preview on #D50550 background

This text has white color on #D50550 background.