COLOR #DB5F50

HEX: #DB5F50
RGB: (219,95,80)

Color info

#DB5F50 contains mainly red color. Web safe color of #DB5F50 is #CC6666 (or #C66).

RGB color model

#DB5F50 color RGB value is (219,95,80).

  • red value is 219;
  • green value is 95;
  • blue value is 80.
RGB:
(219,95,80)
(86%,37%,31%)

RGB channels and saturation

R 219 of 255 = 86%
G 95 of 255 = 37%
B 80 of 255 = 31%

219
95
80

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

Portions of RGB colors in percentages

R + G + B =
219 + 95 + 80 = 394 (100%)
R 219 of 394 ~ 55.58%
G 95 of 394 ~ 24.11%
B 80 of 394 ~ 20.3%

%55.58
%24.11
%20.3

CMYK color model

#DB5F50 color CMYK value is (0,57,63,14).

  • cyan value is 0.00%
  • magenta value is 56.62%
  • yellow value is 63.47%
  • key color value is 14.12%
CMYK:
(0,57,63,14)
C0M57Y63K14 
(0%,57%,63%,14%)
(0.00/0.57/0.63/0.14)	

CMYK percentages

%0
%56.62
%63.47
%14.12

Codes

Color #DB5F50 in popluar color models

DB5F50
RGB2199580
HSL65.88%58.63%
HSB/HSV63.47%85.88%
CMYK0.00%56.62%63.47%
14.12%

Color #DB5F50 in popluar number systems.

HEXDB5F50
Decimal2199580
Binary1101101110111111010000
Octal333137120

Shades and tints

Shades of #DB5F50

#DB5F50
(219,95,80)
#C85749
(200,87,73)
#B54F42
(181,79,66)
#A2473B
(162,71,59)
#8F3F34
(143,63,52)
#7C372D
(124,55,45)
#692F26
(105,47,38)
#56271F
(86,39,31)
#431F18
(67,31,24)
#301711
(48,23,17)
#1D0F0A
(29,15,10)
#000000
(0,0,0)

Tints of #DB5F50

#DB5F50
(219,95,80)
#DE6D5F
(222,109,95)
#E17B6E
(225,123,110)
#E4897D
(228,137,125)
#E7978C
(231,151,140)
#EAA59B
(234,165,155)
#EDB3AA
(237,179,170)
#F0C1B9
(240,193,185)
#F3CFC8
(243,207,200)
#F6DDD7
(246,221,215)
#F9EBE6
(249,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB5F50 color. Also use rgb(219,95,80) instead hex code.

Text Font Color

.myTextColor { color: #DB5F50; }

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

This text font color is #DB5F50.


Background Color

.myBgColor { background-color: #DB5F50; }

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

This div background color is #DB5F50.


Border color

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

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

This div border color is #DB5F50.


Opacity

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

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

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

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

This text has shadow with #DB5F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB5F50 on black background.


Color preview on white background

This text has color #DB5F50 on white background.



Black color preview on #DB5F50 background

This text has black color on #DB5F50 background.


White color preview on #DB5F50 background

This text has white color on #DB5F50 background.