COLOR #DB56D8

HEX: #DB56D8
RGB: (219,86,216)

Color info

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

RGB color model

#DB56D8 color RGB value is (219,86,216).

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

RGB channels and saturation

R 219 of 255 = 86%
G 86 of 255 = 34%
B 216 of 255 = 85%

219
86
216

R + G + B ~ 68%. #DB56D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 86 + 216 = 521 (100%)
R 219 of 521 ~ 42.03%
G 86 of 521 ~ 16.51%
B 216 of 521 ~ 41.46%

%42.03
%16.51
%41.46

CMYK color model

#DB56D8 color CMYK value is (0,61,1,14).

  • cyan value is 0.00%
  • magenta value is 60.73%
  • yellow value is 1.37%
  • key color value is 14.12%
CMYK:
(0,61,1,14)
C0M61Y1K14 
(0%,61%,1%,14%)
(0.00/0.61/0.01/0.14)	

CMYK percentages

%0
%60.73
%1.37
%14.12

Codes

Color #DB56D8 in popluar color models

DB56D8
RGB21986216
HSL301°64.88%59.80%
HSB/HSV301°60.73%85.88%
CMYK0.00%60.73%1.37%
14.12%

Color #DB56D8 in popluar number systems.

HEXDB56D8
Decimal21986216
Binary11011011101011011011000
Octal333126330

Shades and tints

Shades of #DB56D8

#DB56D8
(219,86,216)
#C84FC5
(200,79,197)
#B548B2
(181,72,178)
#A2419F
(162,65,159)
#8F3A8C
(143,58,140)
#7C3379
(124,51,121)
#692C66
(105,44,102)
#562553
(86,37,83)
#431E40
(67,30,64)
#30172D
(48,23,45)
#1D101A
(29,16,26)
#000000
(0,0,0)

Tints of #DB56D8

#DB56D8
(219,86,216)
#DE65DB
(222,101,219)
#E174DE
(225,116,222)
#E483E1
(228,131,225)
#E792E4
(231,146,228)
#EAA1E7
(234,161,231)
#EDB0EA
(237,176,234)
#F0BFED
(240,191,237)
#F3CEF0
(243,206,240)
#F6DDF3
(246,221,243)
#F9ECF6
(249,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB56D8; }

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

This text font color is #DB56D8.


Background Color

.myBgColor { background-color: #DB56D8; }

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

This div background color is #DB56D8.


Border color

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

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

This div border color is #DB56D8.


Opacity

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

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

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

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

This text has shadow with #DB56D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB56D8 on black background.


Color preview on white background

This text has color #DB56D8 on white background.



Black color preview on #DB56D8 background

This text has black color on #DB56D8 background.


White color preview on #DB56D8 background

This text has white color on #DB56D8 background.