COLOR #DB56B6

HEX: #DB56B6
RGB: (219,86,182)

Color info

#DB56B6 contains mainly red and blue colors. Web safe color of #DB56B6 is #CC66CC (or #C6C).

RGB color model

#DB56B6 color RGB value is (219,86,182).

  • red value is 219;
  • green value is 86;
  • blue value is 182.
RGB:
(219,86,182)
(86%,34%,71%)

RGB channels and saturation

R 219 of 255 = 86%
G 86 of 255 = 34%
B 182 of 255 = 71%

219
86
182

R + G + B ~ 64%. #DB56B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 86 + 182 = 487 (100%)
R 219 of 487 ~ 44.97%
G 86 of 487 ~ 17.66%
B 182 of 487 ~ 37.37%

%44.97
%17.66
%37.37

CMYK color model

#DB56B6 color CMYK value is (0,61,17,14).

  • cyan value is 0.00%
  • magenta value is 60.73%
  • yellow value is 16.89%
  • key color value is 14.12%
CMYK:
(0,61,17,14)
C0M61Y17K14 
(0%,61%,17%,14%)
(0.00/0.61/0.17/0.14)	

CMYK percentages

%0
%60.73
%16.89
%14.12

Codes

Color #DB56B6 in popluar color models

DB56B6
RGB21986182
HSL317°64.88%59.80%
HSB/HSV317°60.73%85.88%
CMYK0.00%60.73%16.89%
14.12%

Color #DB56B6 in popluar number systems.

HEXDB56B6
Decimal21986182
Binary11011011101011010110110
Octal333126266

Shades and tints

Shades of #DB56B6

#DB56B6
(219,86,182)
#C84FA6
(200,79,166)
#B54896
(181,72,150)
#A24186
(162,65,134)
#8F3A76
(143,58,118)
#7C3366
(124,51,102)
#692C56
(105,44,86)
#562546
(86,37,70)
#431E36
(67,30,54)
#301726
(48,23,38)
#1D1016
(29,16,22)
#000000
(0,0,0)

Tints of #DB56B6

#DB56B6
(219,86,182)
#DE65BC
(222,101,188)
#E174C2
(225,116,194)
#E483C8
(228,131,200)
#E792CE
(231,146,206)
#EAA1D4
(234,161,212)
#EDB0DA
(237,176,218)
#F0BFE0
(240,191,224)
#F3CEE6
(243,206,230)
#F6DDEC
(246,221,236)
#F9ECF2
(249,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB56B6 color. Also use rgb(219,86,182) instead hex code.

Text Font Color

.myTextColor { color: #DB56B6; }

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

This text font color is #DB56B6.


Background Color

.myBgColor { background-color: #DB56B6; }

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

This div background color is #DB56B6.


Border color

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

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

This div border color is #DB56B6.


Opacity

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

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

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

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

This text has shadow with #DB56B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB56B6 on black background.


Color preview on white background

This text has color #DB56B6 on white background.



Black color preview on #DB56B6 background

This text has black color on #DB56B6 background.


White color preview on #DB56B6 background

This text has white color on #DB56B6 background.