COLOR #DB2D8C

HEX: #DB2D8C
RGB: (219,45,140)

Color info

#DB2D8C contains mainly red color. Web safe color of #DB2D8C is #CC3399 (or #C39).

RGB color model

#DB2D8C color RGB value is (219,45,140).

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

RGB channels and saturation

R 219 of 255 = 86%
G 45 of 255 = 18%
B 140 of 255 = 55%

219
45
140

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

Portions of RGB colors in percentages

R + G + B =
219 + 45 + 140 = 404 (100%)
R 219 of 404 ~ 54.21%
G 45 of 404 ~ 11.14%
B 140 of 404 ~ 34.65%

%54.21
%11.14
%34.65

CMYK color model

#DB2D8C color CMYK value is (0,79,36,14).

  • cyan value is 0.00%
  • magenta value is 79.45%
  • yellow value is 36.07%
  • key color value is 14.12%
CMYK:
(0,79,36,14)
C0M79Y36K14 
(0%,79%,36%,14%)
(0.00/0.79/0.36/0.14)	

CMYK percentages

%0
%79.45
%36.07
%14.12

Codes

Color #DB2D8C in popluar color models

DB2D8C
RGB21945140
HSL327°70.73%51.76%
HSB/HSV327°79.45%85.88%
CMYK0.00%79.45%36.07%
14.12%

Color #DB2D8C in popluar number systems.

HEXDB2D8C
Decimal21945140
Binary1101101110110110001100
Octal33355214

Shades and tints

Shades of #DB2D8C

#DB2D8C
(219,45,140)
#C82980
(200,41,128)
#B52574
(181,37,116)
#A22168
(162,33,104)
#8F1D5C
(143,29,92)
#7C1950
(124,25,80)
#691544
(105,21,68)
#561138
(86,17,56)
#430D2C
(67,13,44)
#300920
(48,9,32)
#1D0514
(29,5,20)
#000000
(0,0,0)

Tints of #DB2D8C

#DB2D8C
(219,45,140)
#DE4096
(222,64,150)
#E153A0
(225,83,160)
#E466AA
(228,102,170)
#E779B4
(231,121,180)
#EA8CBE
(234,140,190)
#ED9FC8
(237,159,200)
#F0B2D2
(240,178,210)
#F3C5DC
(243,197,220)
#F6D8E6
(246,216,230)
#F9EBF0
(249,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB2D8C; }

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

This text font color is #DB2D8C.


Background Color

.myBgColor { background-color: #DB2D8C; }

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

This div background color is #DB2D8C.


Border color

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

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

This div border color is #DB2D8C.


Opacity

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

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

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

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

This text has shadow with #DB2D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB2D8C on black background.


Color preview on white background

This text has color #DB2D8C on white background.



Black color preview on #DB2D8C background

This text has black color on #DB2D8C background.


White color preview on #DB2D8C background

This text has white color on #DB2D8C background.