COLOR #DB4A69

HEX: #DB4A69
RGB: (219,74,105)

Color info

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

RGB color model

#DB4A69 color RGB value is (219,74,105).

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

RGB channels and saturation

R 219 of 255 = 86%
G 74 of 255 = 29%
B 105 of 255 = 41%

219
74
105

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

Portions of RGB colors in percentages

R + G + B =
219 + 74 + 105 = 398 (100%)
R 219 of 398 ~ 55.03%
G 74 of 398 ~ 18.59%
B 105 of 398 ~ 26.38%

%55.03
%18.59
%26.38

CMYK color model

#DB4A69 color CMYK value is (0,66,52,14).

  • cyan value is 0.00%
  • magenta value is 66.21%
  • yellow value is 52.05%
  • key color value is 14.12%
CMYK:
(0,66,52,14)
C0M66Y52K14 
(0%,66%,52%,14%)
(0.00/0.66/0.52/0.14)	

CMYK percentages

%0
%66.21
%52.05
%14.12

Codes

Color #DB4A69 in popluar color models

DB4A69
RGB21974105
HSL347°66.82%57.45%
HSB/HSV347°66.21%85.88%
CMYK0.00%66.21%52.05%
14.12%

Color #DB4A69 in popluar number systems.

HEXDB4A69
Decimal21974105
Binary1101101110010101101001
Octal333112151

Shades and tints

Shades of #DB4A69

#DB4A69
(219,74,105)
#C84460
(200,68,96)
#B53E57
(181,62,87)
#A2384E
(162,56,78)
#8F3245
(143,50,69)
#7C2C3C
(124,44,60)
#692633
(105,38,51)
#56202A
(86,32,42)
#431A21
(67,26,33)
#301418
(48,20,24)
#1D0E0F
(29,14,15)
#000000
(0,0,0)

Tints of #DB4A69

#DB4A69
(219,74,105)
#DE5A76
(222,90,118)
#E16A83
(225,106,131)
#E47A90
(228,122,144)
#E78A9D
(231,138,157)
#EA9AAA
(234,154,170)
#EDAAB7
(237,170,183)
#F0BAC4
(240,186,196)
#F3CAD1
(243,202,209)
#F6DADE
(246,218,222)
#F9EAEB
(249,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB4A69; }

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

This text font color is #DB4A69.


Background Color

.myBgColor { background-color: #DB4A69; }

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

This div background color is #DB4A69.


Border color

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

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

This div border color is #DB4A69.


Opacity

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

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

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

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

This text has shadow with #DB4A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB4A69 on black background.


Color preview on white background

This text has color #DB4A69 on white background.



Black color preview on #DB4A69 background

This text has black color on #DB4A69 background.


White color preview on #DB4A69 background

This text has white color on #DB4A69 background.