COLOR #DB649B

HEX: #DB649B
RGB: (219,100,155)

Color info

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

RGB color model

#DB649B color RGB value is (219,100,155).

  • red value is 219;
  • green value is 100;
  • blue value is 155.
RGB:
(219,100,155)
(86%,39%,61%)

RGB channels and saturation

R 219 of 255 = 86%
G 100 of 255 = 39%
B 155 of 255 = 61%

219
100
155

R + G + B ~ 62%. #DB649B is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 100 + 155 = 474 (100%)
R 219 of 474 ~ 46.2%
G 100 of 474 ~ 21.1%
B 155 of 474 ~ 32.7%

%46.2
%21.1
%32.7

CMYK color model

#DB649B color CMYK value is (0,54,29,14).

  • cyan value is 0.00%
  • magenta value is 54.34%
  • yellow value is 29.22%
  • key color value is 14.12%
CMYK:
(0,54,29,14)
C0M54Y29K14 
(0%,54%,29%,14%)
(0.00/0.54/0.29/0.14)	

CMYK percentages

%0
%54.34
%29.22
%14.12

Codes

Color #DB649B in popluar color models

DB649B
RGB219100155
HSL332°62.30%62.55%
HSB/HSV332°54.34%85.88%
CMYK0.00%54.34%29.22%
14.12%

Color #DB649B in popluar number systems.

HEXDB649B
Decimal219100155
Binary11011011110010010011011
Octal333144233

Shades and tints

Shades of #DB649B

#DB649B
(219,100,155)
#C85B8D
(200,91,141)
#B5527F
(181,82,127)
#A24971
(162,73,113)
#8F4063
(143,64,99)
#7C3755
(124,55,85)
#692E47
(105,46,71)
#562539
(86,37,57)
#431C2B
(67,28,43)
#30131D
(48,19,29)
#1D0A0F
(29,10,15)
#000000
(0,0,0)

Tints of #DB649B

#DB649B
(219,100,155)
#DE72A4
(222,114,164)
#E180AD
(225,128,173)
#E48EB6
(228,142,182)
#E79CBF
(231,156,191)
#EAAAC8
(234,170,200)
#EDB8D1
(237,184,209)
#F0C6DA
(240,198,218)
#F3D4E3
(243,212,227)
#F6E2EC
(246,226,236)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB649B color. Also use rgb(219,100,155) instead hex code.

Text Font Color

.myTextColor { color: #DB649B; }

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

This text font color is #DB649B.


Background Color

.myBgColor { background-color: #DB649B; }

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

This div background color is #DB649B.


Border color

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

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

This div border color is #DB649B.


Opacity

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

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

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

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

This text has shadow with #DB649B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB649B on black background.


Color preview on white background

This text has color #DB649B on white background.



Black color preview on #DB649B background

This text has black color on #DB649B background.


White color preview on #DB649B background

This text has white color on #DB649B background.