COLOR #DB4A68

HEX: #DB4A68
RGB: (219,74,104)

Color info

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

RGB color model

#DB4A68 color RGB value is (219,74,104).

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

RGB channels and saturation

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

219
74
104

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

Portions of RGB colors in percentages

R + G + B =
219 + 74 + 104 = 397 (100%)
R 219 of 397 ~ 55.16%
G 74 of 397 ~ 18.64%
B 104 of 397 ~ 26.2%

%55.16
%18.64
%26.2

CMYK color model

#DB4A68 color CMYK value is (0,66,53,14).

  • cyan value is 0.00%
  • magenta value is 66.21%
  • yellow value is 52.51%
  • key color value is 14.12%
CMYK:
(0,66,53,14)
C0M66Y53K14 
(0%,66%,53%,14%)
(0.00/0.66/0.53/0.14)	

CMYK percentages

%0
%66.21
%52.51
%14.12

Codes

Color #DB4A68 in popluar color models

DB4A68
RGB21974104
HSL348°66.82%57.45%
HSB/HSV348°66.21%85.88%
CMYK0.00%66.21%52.51%
14.12%

Color #DB4A68 in popluar number systems.

HEXDB4A68
Decimal21974104
Binary1101101110010101101000
Octal333112150

Shades and tints

Shades of #DB4A68

#DB4A68
(219,74,104)
#C8445F
(200,68,95)
#B53E56
(181,62,86)
#A2384D
(162,56,77)
#8F3244
(143,50,68)
#7C2C3B
(124,44,59)
#692632
(105,38,50)
#562029
(86,32,41)
#431A20
(67,26,32)
#301417
(48,20,23)
#1D0E0E
(29,14,14)
#000000
(0,0,0)

Tints of #DB4A68

#DB4A68
(219,74,104)
#DE5A75
(222,90,117)
#E16A82
(225,106,130)
#E47A8F
(228,122,143)
#E78A9C
(231,138,156)
#EA9AA9
(234,154,169)
#EDAAB6
(237,170,182)
#F0BAC3
(240,186,195)
#F3CAD0
(243,202,208)
#F6DADD
(246,218,221)
#F9EAEA
(249,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB4A68; }

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

This text font color is #DB4A68.


Background Color

.myBgColor { background-color: #DB4A68; }

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

This div background color is #DB4A68.


Border color

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

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

This div border color is #DB4A68.


Opacity

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

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

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

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

This text has shadow with #DB4A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB4A68 on black background.


Color preview on white background

This text has color #DB4A68 on white background.



Black color preview on #DB4A68 background

This text has black color on #DB4A68 background.


White color preview on #DB4A68 background

This text has white color on #DB4A68 background.