COLOR #DB3157

HEX: #DB3157
RGB: (219,49,87)

Color info

#DB3157 contains mainly red color. Web safe color of #DB3157 is #CC3366 (or #C36).

RGB color model

#DB3157 color RGB value is (219,49,87).

  • red value is 219;
  • green value is 49;
  • blue value is 87.
RGB:
(219,49,87)
(86%,19%,34%)

RGB channels and saturation

R 219 of 255 = 86%
G 49 of 255 = 19%
B 87 of 255 = 34%

219
49
87

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

Portions of RGB colors in percentages

R + G + B =
219 + 49 + 87 = 355 (100%)
R 219 of 355 ~ 61.69%
G 49 of 355 ~ 13.8%
B 87 of 355 ~ 24.51%

%61.69
%13.8
%24.51

CMYK color model

#DB3157 color CMYK value is (0,78,60,14).

  • cyan value is 0.00%
  • magenta value is 77.63%
  • yellow value is 60.27%
  • key color value is 14.12%
CMYK:
(0,78,60,14)
C0M78Y60K14 
(0%,78%,60%,14%)
(0.00/0.78/0.60/0.14)	

CMYK percentages

%0
%77.63
%60.27
%14.12

Codes

Color #DB3157 in popluar color models

DB3157
RGB2194987
HSL347°70.25%52.55%
HSB/HSV347°77.63%85.88%
CMYK0.00%77.63%60.27%
14.12%

Color #DB3157 in popluar number systems.

HEXDB3157
Decimal2194987
Binary110110111100011010111
Octal33361127

Shades and tints

Shades of #DB3157

#DB3157
(219,49,87)
#C82D50
(200,45,80)
#B52949
(181,41,73)
#A22542
(162,37,66)
#8F213B
(143,33,59)
#7C1D34
(124,29,52)
#69192D
(105,25,45)
#561526
(86,21,38)
#43111F
(67,17,31)
#300D18
(48,13,24)
#1D0911
(29,9,17)
#000000
(0,0,0)

Tints of #DB3157

#DB3157
(219,49,87)
#DE4366
(222,67,102)
#E15575
(225,85,117)
#E46784
(228,103,132)
#E77993
(231,121,147)
#EA8BA2
(234,139,162)
#ED9DB1
(237,157,177)
#F0AFC0
(240,175,192)
#F3C1CF
(243,193,207)
#F6D3DE
(246,211,222)
#F9E5ED
(249,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB3157 color. Also use rgb(219,49,87) instead hex code.

Text Font Color

.myTextColor { color: #DB3157; }

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

This text font color is #DB3157.


Background Color

.myBgColor { background-color: #DB3157; }

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

This div background color is #DB3157.


Border color

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

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

This div border color is #DB3157.


Opacity

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

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

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

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

This text has shadow with #DB3157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB3157 on black background.


Color preview on white background

This text has color #DB3157 on white background.



Black color preview on #DB3157 background

This text has black color on #DB3157 background.


White color preview on #DB3157 background

This text has white color on #DB3157 background.