COLOR #DB72E4

HEX: #DB72E4
RGB: (219,114,228)

Color info

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

RGB color model

#DB72E4 color RGB value is (219,114,228).

  • red value is 219;
  • green value is 114;
  • blue value is 228.
RGB:
(219,114,228)
(86%,45%,89%)

RGB channels and saturation

R 219 of 255 = 86%
G 114 of 255 = 45%
B 228 of 255 = 89%

219
114
228

R + G + B ~ 73%. #DB72E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 114 + 228 = 561 (100%)
R 219 of 561 ~ 39.04%
G 114 of 561 ~ 20.32%
B 228 of 561 ~ 40.64%

%39.04
%20.32
%40.64

CMYK color model

#DB72E4 color CMYK value is (4,50,0,11).

  • cyan value is 3.95%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(4,50,0,11)
C4M50Y0K11 
(4%,50%,0%,11%)
(0.04/0.50/0.00/0.11)	

CMYK percentages

%3.95
%50
%0
%10.59

Codes

Color #DB72E4 in popluar color models

DB72E4
RGB219114228
HSL295°67.86%67.06%
HSB/HSV295°50.00%89.41%
CMYK3.95%50.00%0.00%
10.59%

Color #DB72E4 in popluar number systems.

HEXDB72E4
Decimal219114228
Binary11011011111001011100100
Octal333162344

Shades and tints

Shades of #DB72E4

#DB72E4
(219,114,228)
#C868D0
(200,104,208)
#B55EBC
(181,94,188)
#A254A8
(162,84,168)
#8F4A94
(143,74,148)
#7C4080
(124,64,128)
#69366C
(105,54,108)
#562C58
(86,44,88)
#432244
(67,34,68)
#301830
(48,24,48)
#1D0E1C
(29,14,28)
#000000
(0,0,0)

Tints of #DB72E4

#DB72E4
(219,114,228)
#DE7EE6
(222,126,230)
#E18AE8
(225,138,232)
#E496EA
(228,150,234)
#E7A2EC
(231,162,236)
#EAAEEE
(234,174,238)
#EDBAF0
(237,186,240)
#F0C6F2
(240,198,242)
#F3D2F4
(243,210,244)
#F6DEF6
(246,222,246)
#F9EAF8
(249,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB72E4 color. Also use rgb(219,114,228) instead hex code.

Text Font Color

.myTextColor { color: #DB72E4; }

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

This text font color is #DB72E4.


Background Color

.myBgColor { background-color: #DB72E4; }

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

This div background color is #DB72E4.


Border color

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

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

This div border color is #DB72E4.


Opacity

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

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

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

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

This text has shadow with #DB72E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB72E4 on black background.


Color preview on white background

This text has color #DB72E4 on white background.



Black color preview on #DB72E4 background

This text has black color on #DB72E4 background.


White color preview on #DB72E4 background

This text has white color on #DB72E4 background.