COLOR #DB73A0

HEX: #DB73A0
RGB: (219,115,160)

Color info

#DB73A0 contains mainly red and blue colors. Web safe color of #DB73A0 is #CC6699 (or #C69).

RGB color model

#DB73A0 color RGB value is (219,115,160).

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

RGB channels and saturation

R 219 of 255 = 86%
G 115 of 255 = 45%
B 160 of 255 = 63%

219
115
160

R + G + B ~ 65%. #DB73A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 115 + 160 = 494 (100%)
R 219 of 494 ~ 44.33%
G 115 of 494 ~ 23.28%
B 160 of 494 ~ 32.39%

%44.33
%23.28
%32.39

CMYK color model

#DB73A0 color CMYK value is (0,47,27,14).

  • cyan value is 0.00%
  • magenta value is 47.49%
  • yellow value is 26.94%
  • key color value is 14.12%
CMYK:
(0,47,27,14)
C0M47Y27K14 
(0%,47%,27%,14%)
(0.00/0.47/0.27/0.14)	

CMYK percentages

%0
%47.49
%26.94
%14.12

Codes

Color #DB73A0 in popluar color models

DB73A0
RGB219115160
HSL334°59.09%65.49%
HSB/HSV334°47.49%85.88%
CMYK0.00%47.49%26.94%
14.12%

Color #DB73A0 in popluar number systems.

HEXDB73A0
Decimal219115160
Binary11011011111001110100000
Octal333163240

Shades and tints

Shades of #DB73A0

#DB73A0
(219,115,160)
#C86992
(200,105,146)
#B55F84
(181,95,132)
#A25576
(162,85,118)
#8F4B68
(143,75,104)
#7C415A
(124,65,90)
#69374C
(105,55,76)
#562D3E
(86,45,62)
#432330
(67,35,48)
#301922
(48,25,34)
#1D0F14
(29,15,20)
#000000
(0,0,0)

Tints of #DB73A0

#DB73A0
(219,115,160)
#DE7FA8
(222,127,168)
#E18BB0
(225,139,176)
#E497B8
(228,151,184)
#E7A3C0
(231,163,192)
#EAAFC8
(234,175,200)
#EDBBD0
(237,187,208)
#F0C7D8
(240,199,216)
#F3D3E0
(243,211,224)
#F6DFE8
(246,223,232)
#F9EBF0
(249,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB73A0; }

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

This text font color is #DB73A0.


Background Color

.myBgColor { background-color: #DB73A0; }

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

This div background color is #DB73A0.


Border color

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

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

This div border color is #DB73A0.


Opacity

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

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

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

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

This text has shadow with #DB73A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB73A0 on black background.


Color preview on white background

This text has color #DB73A0 on white background.



Black color preview on #DB73A0 background

This text has black color on #DB73A0 background.


White color preview on #DB73A0 background

This text has white color on #DB73A0 background.