COLOR #DB7399

HEX: #DB7399
RGB: (219,115,153)

Color info

#DB7399 contains mainly red color. Web safe color of #DB7399 is #CC6699 (or #C69).

RGB color model

#DB7399 color RGB value is (219,115,153).

  • red value is 219;
  • green value is 115;
  • blue value is 153.
RGB:
(219,115,153)
(86%,45%,60%)

RGB channels and saturation

R 219 of 255 = 86%
G 115 of 255 = 45%
B 153 of 255 = 60%

219
115
153

R + G + B ~ 64%. #DB7399 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 115 + 153 = 487 (100%)
R 219 of 487 ~ 44.97%
G 115 of 487 ~ 23.61%
B 153 of 487 ~ 31.42%

%44.97
%23.61
%31.42

CMYK color model

#DB7399 color CMYK value is (0,47,30,14).

  • cyan value is 0.00%
  • magenta value is 47.49%
  • yellow value is 30.14%
  • key color value is 14.12%
CMYK:
(0,47,30,14)
C0M47Y30K14 
(0%,47%,30%,14%)
(0.00/0.47/0.30/0.14)	

CMYK percentages

%0
%47.49
%30.14
%14.12

Codes

Color #DB7399 in popluar color models

DB7399
RGB219115153
HSL338°59.09%65.49%
HSB/HSV338°47.49%85.88%
CMYK0.00%47.49%30.14%
14.12%

Color #DB7399 in popluar number systems.

HEXDB7399
Decimal219115153
Binary11011011111001110011001
Octal333163231

Shades and tints

Shades of #DB7399

#DB7399
(219,115,153)
#C8698C
(200,105,140)
#B55F7F
(181,95,127)
#A25572
(162,85,114)
#8F4B65
(143,75,101)
#7C4158
(124,65,88)
#69374B
(105,55,75)
#562D3E
(86,45,62)
#432331
(67,35,49)
#301924
(48,25,36)
#1D0F17
(29,15,23)
#000000
(0,0,0)

Tints of #DB7399

#DB7399
(219,115,153)
#DE7FA2
(222,127,162)
#E18BAB
(225,139,171)
#E497B4
(228,151,180)
#E7A3BD
(231,163,189)
#EAAFC6
(234,175,198)
#EDBBCF
(237,187,207)
#F0C7D8
(240,199,216)
#F3D3E1
(243,211,225)
#F6DFEA
(246,223,234)
#F9EBF3
(249,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB7399 color. Also use rgb(219,115,153) instead hex code.

Text Font Color

.myTextColor { color: #DB7399; }

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

This text font color is #DB7399.


Background Color

.myBgColor { background-color: #DB7399; }

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

This div background color is #DB7399.


Border color

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

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

This div border color is #DB7399.


Opacity

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

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

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

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

This text has shadow with #DB7399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB7399 on black background.


Color preview on white background

This text has color #DB7399 on white background.



Black color preview on #DB7399 background

This text has black color on #DB7399 background.


White color preview on #DB7399 background

This text has white color on #DB7399 background.