COLOR #DB649A

HEX: #DB649A
RGB: (219,100,154)

Color info

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

RGB color model

#DB649A color RGB value is (219,100,154).

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

RGB channels and saturation

R 219 of 255 = 86%
G 100 of 255 = 39%
B 154 of 255 = 60%

219
100
154

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

Portions of RGB colors in percentages

R + G + B =
219 + 100 + 154 = 473 (100%)
R 219 of 473 ~ 46.3%
G 100 of 473 ~ 21.14%
B 154 of 473 ~ 32.56%

%46.3
%21.14
%32.56

CMYK color model

#DB649A color CMYK value is (0,54,30,14).

  • cyan value is 0.00%
  • magenta value is 54.34%
  • yellow value is 29.68%
  • key color value is 14.12%
CMYK:
(0,54,30,14)
C0M54Y30K14 
(0%,54%,30%,14%)
(0.00/0.54/0.30/0.14)	

CMYK percentages

%0
%54.34
%29.68
%14.12

Codes

Color #DB649A in popluar color models

DB649A
RGB219100154
HSL333°62.30%62.55%
HSB/HSV333°54.34%85.88%
CMYK0.00%54.34%29.68%
14.12%

Color #DB649A in popluar number systems.

HEXDB649A
Decimal219100154
Binary11011011110010010011010
Octal333144232

Shades and tints

Shades of #DB649A

#DB649A
(219,100,154)
#C85B8C
(200,91,140)
#B5527E
(181,82,126)
#A24970
(162,73,112)
#8F4062
(143,64,98)
#7C3754
(124,55,84)
#692E46
(105,46,70)
#562538
(86,37,56)
#431C2A
(67,28,42)
#30131C
(48,19,28)
#1D0A0E
(29,10,14)
#000000
(0,0,0)

Tints of #DB649A

#DB649A
(219,100,154)
#DE72A3
(222,114,163)
#E180AC
(225,128,172)
#E48EB5
(228,142,181)
#E79CBE
(231,156,190)
#EAAAC7
(234,170,199)
#EDB8D0
(237,184,208)
#F0C6D9
(240,198,217)
#F3D4E2
(243,212,226)
#F6E2EB
(246,226,235)
#F9F0F4
(249,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB649A; }

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

This text font color is #DB649A.


Background Color

.myBgColor { background-color: #DB649A; }

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

This div background color is #DB649A.


Border color

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

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

This div border color is #DB649A.


Opacity

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

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

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

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

This text has shadow with #DB649A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB649A on black background.


Color preview on white background

This text has color #DB649A on white background.



Black color preview on #DB649A background

This text has black color on #DB649A background.


White color preview on #DB649A background

This text has white color on #DB649A background.