COLOR #DB3F5A

HEX: #DB3F5A
RGB: (219,63,90)

Color info

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

RGB color model

#DB3F5A color RGB value is (219,63,90).

  • red value is 219;
  • green value is 63;
  • blue value is 90.
RGB:
(219,63,90)
(86%,25%,35%)

RGB channels and saturation

R 219 of 255 = 86%
G 63 of 255 = 25%
B 90 of 255 = 35%

219
63
90

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

Portions of RGB colors in percentages

R + G + B =
219 + 63 + 90 = 372 (100%)
R 219 of 372 ~ 58.87%
G 63 of 372 ~ 16.94%
B 90 of 372 ~ 24.19%

%58.87
%16.94
%24.19

CMYK color model

#DB3F5A color CMYK value is (0,71,59,14).

  • cyan value is 0.00%
  • magenta value is 71.23%
  • yellow value is 58.90%
  • key color value is 14.12%
CMYK:
(0,71,59,14)
C0M71Y59K14 
(0%,71%,59%,14%)
(0.00/0.71/0.59/0.14)	

CMYK percentages

%0
%71.23
%58.9
%14.12

Codes

Color #DB3F5A in popluar color models

DB3F5A
RGB2196390
HSL350°68.42%55.29%
HSB/HSV350°71.23%85.88%
CMYK0.00%71.23%58.90%
14.12%

Color #DB3F5A in popluar number systems.

HEXDB3F5A
Decimal2196390
Binary110110111111111011010
Octal33377132

Shades and tints

Shades of #DB3F5A

#DB3F5A
(219,63,90)
#C83A52
(200,58,82)
#B5354A
(181,53,74)
#A23042
(162,48,66)
#8F2B3A
(143,43,58)
#7C2632
(124,38,50)
#69212A
(105,33,42)
#561C22
(86,28,34)
#43171A
(67,23,26)
#301212
(48,18,18)
#1D0D0A
(29,13,10)
#000000
(0,0,0)

Tints of #DB3F5A

#DB3F5A
(219,63,90)
#DE5069
(222,80,105)
#E16178
(225,97,120)
#E47287
(228,114,135)
#E78396
(231,131,150)
#EA94A5
(234,148,165)
#EDA5B4
(237,165,180)
#F0B6C3
(240,182,195)
#F3C7D2
(243,199,210)
#F6D8E1
(246,216,225)
#F9E9F0
(249,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB3F5A color. Also use rgb(219,63,90) instead hex code.

Text Font Color

.myTextColor { color: #DB3F5A; }

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

This text font color is #DB3F5A.


Background Color

.myBgColor { background-color: #DB3F5A; }

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

This div background color is #DB3F5A.


Border color

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

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

This div border color is #DB3F5A.


Opacity

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

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

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

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

This text has shadow with #DB3F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB3F5A on black background.


Color preview on white background

This text has color #DB3F5A on white background.



Black color preview on #DB3F5A background

This text has black color on #DB3F5A background.


White color preview on #DB3F5A background

This text has white color on #DB3F5A background.