COLOR #DB4763

HEX: #DB4763
RGB: (219,71,99)

Color info

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

RGB color model

#DB4763 color RGB value is (219,71,99).

  • red value is 219;
  • green value is 71;
  • blue value is 99.
RGB:
(219,71,99)
(86%,28%,39%)

RGB channels and saturation

R 219 of 255 = 86%
G 71 of 255 = 28%
B 99 of 255 = 39%

219
71
99

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

Portions of RGB colors in percentages

R + G + B =
219 + 71 + 99 = 389 (100%)
R 219 of 389 ~ 56.3%
G 71 of 389 ~ 18.25%
B 99 of 389 ~ 25.45%

%56.3
%18.25
%25.45

CMYK color model

#DB4763 color CMYK value is (0,68,55,14).

  • cyan value is 0.00%
  • magenta value is 67.58%
  • yellow value is 54.79%
  • key color value is 14.12%
CMYK:
(0,68,55,14)
C0M68Y55K14 
(0%,68%,55%,14%)
(0.00/0.68/0.55/0.14)	

CMYK percentages

%0
%67.58
%54.79
%14.12

Codes

Color #DB4763 in popluar color models

DB4763
RGB2197199
HSL349°67.27%56.86%
HSB/HSV349°67.58%85.88%
CMYK0.00%67.58%54.79%
14.12%

Color #DB4763 in popluar number systems.

HEXDB4763
Decimal2197199
Binary1101101110001111100011
Octal333107143

Shades and tints

Shades of #DB4763

#DB4763
(219,71,99)
#C8415A
(200,65,90)
#B53B51
(181,59,81)
#A23548
(162,53,72)
#8F2F3F
(143,47,63)
#7C2936
(124,41,54)
#69232D
(105,35,45)
#561D24
(86,29,36)
#43171B
(67,23,27)
#301112
(48,17,18)
#1D0B09
(29,11,9)
#000000
(0,0,0)

Tints of #DB4763

#DB4763
(219,71,99)
#DE5771
(222,87,113)
#E1677F
(225,103,127)
#E4778D
(228,119,141)
#E7879B
(231,135,155)
#EA97A9
(234,151,169)
#EDA7B7
(237,167,183)
#F0B7C5
(240,183,197)
#F3C7D3
(243,199,211)
#F6D7E1
(246,215,225)
#F9E7EF
(249,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB4763 color. Also use rgb(219,71,99) instead hex code.

Text Font Color

.myTextColor { color: #DB4763; }

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

This text font color is #DB4763.


Background Color

.myBgColor { background-color: #DB4763; }

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

This div background color is #DB4763.


Border color

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

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

This div border color is #DB4763.


Opacity

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

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

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

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

This text has shadow with #DB4763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB4763 on black background.


Color preview on white background

This text has color #DB4763 on white background.



Black color preview on #DB4763 background

This text has black color on #DB4763 background.


White color preview on #DB4763 background

This text has white color on #DB4763 background.