COLOR #DB4669

HEX: #DB4669
RGB: (219,70,105)

Color info

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

RGB color model

#DB4669 color RGB value is (219,70,105).

  • red value is 219;
  • green value is 70;
  • blue value is 105.
RGB:
(219,70,105)
(86%,27%,41%)

RGB channels and saturation

R 219 of 255 = 86%
G 70 of 255 = 27%
B 105 of 255 = 41%

219
70
105

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

Portions of RGB colors in percentages

R + G + B =
219 + 70 + 105 = 394 (100%)
R 219 of 394 ~ 55.58%
G 70 of 394 ~ 17.77%
B 105 of 394 ~ 26.65%

%55.58
%17.77
%26.65

CMYK color model

#DB4669 color CMYK value is (0,68,52,14).

  • cyan value is 0.00%
  • magenta value is 68.04%
  • yellow value is 52.05%
  • key color value is 14.12%
CMYK:
(0,68,52,14)
C0M68Y52K14 
(0%,68%,52%,14%)
(0.00/0.68/0.52/0.14)	

CMYK percentages

%0
%68.04
%52.05
%14.12

Codes

Color #DB4669 in popluar color models

DB4669
RGB21970105
HSL346°67.42%56.67%
HSB/HSV346°68.04%85.88%
CMYK0.00%68.04%52.05%
14.12%

Color #DB4669 in popluar number systems.

HEXDB4669
Decimal21970105
Binary1101101110001101101001
Octal333106151

Shades and tints

Shades of #DB4669

#DB4669
(219,70,105)
#C84060
(200,64,96)
#B53A57
(181,58,87)
#A2344E
(162,52,78)
#8F2E45
(143,46,69)
#7C283C
(124,40,60)
#692233
(105,34,51)
#561C2A
(86,28,42)
#431621
(67,22,33)
#301018
(48,16,24)
#1D0A0F
(29,10,15)
#000000
(0,0,0)

Tints of #DB4669

#DB4669
(219,70,105)
#DE5676
(222,86,118)
#E16683
(225,102,131)
#E47690
(228,118,144)
#E7869D
(231,134,157)
#EA96AA
(234,150,170)
#EDA6B7
(237,166,183)
#F0B6C4
(240,182,196)
#F3C6D1
(243,198,209)
#F6D6DE
(246,214,222)
#F9E6EB
(249,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB4669 color. Also use rgb(219,70,105) instead hex code.

Text Font Color

.myTextColor { color: #DB4669; }

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

This text font color is #DB4669.


Background Color

.myBgColor { background-color: #DB4669; }

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

This div background color is #DB4669.


Border color

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

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

This div border color is #DB4669.


Opacity

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

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

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

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

This text has shadow with #DB4669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB4669 on black background.


Color preview on white background

This text has color #DB4669 on white background.



Black color preview on #DB4669 background

This text has black color on #DB4669 background.


White color preview on #DB4669 background

This text has white color on #DB4669 background.