COLOR #DB2DA0

HEX: #DB2DA0
RGB: (219,45,160)

Color info

#DB2DA0 contains mainly red and blue colors. Web safe color of #DB2DA0 is #CC3399 (or #C39).

RGB color model

#DB2DA0 color RGB value is (219,45,160).

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

RGB channels and saturation

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

219
45
160

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

Portions of RGB colors in percentages

R + G + B =
219 + 45 + 160 = 424 (100%)
R 219 of 424 ~ 51.65%
G 45 of 424 ~ 10.61%
B 160 of 424 ~ 37.74%

%51.65
%10.61
%37.74

CMYK color model

#DB2DA0 color CMYK value is (0,79,27,14).

  • cyan value is 0.00%
  • magenta value is 79.45%
  • yellow value is 26.94%
  • key color value is 14.12%
CMYK:
(0,79,27,14)
C0M79Y27K14 
(0%,79%,27%,14%)
(0.00/0.79/0.27/0.14)	

CMYK percentages

%0
%79.45
%26.94
%14.12

Codes

Color #DB2DA0 in popluar color models

DB2DA0
RGB21945160
HSL320°70.73%51.76%
HSB/HSV320°79.45%85.88%
CMYK0.00%79.45%26.94%
14.12%

Color #DB2DA0 in popluar number systems.

HEXDB2DA0
Decimal21945160
Binary1101101110110110100000
Octal33355240

Shades and tints

Shades of #DB2DA0

#DB2DA0
(219,45,160)
#C82992
(200,41,146)
#B52584
(181,37,132)
#A22176
(162,33,118)
#8F1D68
(143,29,104)
#7C195A
(124,25,90)
#69154C
(105,21,76)
#56113E
(86,17,62)
#430D30
(67,13,48)
#300922
(48,9,34)
#1D0514
(29,5,20)
#000000
(0,0,0)

Tints of #DB2DA0

#DB2DA0
(219,45,160)
#DE40A8
(222,64,168)
#E153B0
(225,83,176)
#E466B8
(228,102,184)
#E779C0
(231,121,192)
#EA8CC8
(234,140,200)
#ED9FD0
(237,159,208)
#F0B2D8
(240,178,216)
#F3C5E0
(243,197,224)
#F6D8E8
(246,216,232)
#F9EBF0
(249,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB2DA0; }

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

This text font color is #DB2DA0.


Background Color

.myBgColor { background-color: #DB2DA0; }

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

This div background color is #DB2DA0.


Border color

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

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

This div border color is #DB2DA0.


Opacity

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

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

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

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

This text has shadow with #DB2DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB2DA0 on black background.


Color preview on white background

This text has color #DB2DA0 on white background.



Black color preview on #DB2DA0 background

This text has black color on #DB2DA0 background.


White color preview on #DB2DA0 background

This text has white color on #DB2DA0 background.