COLOR #DB53B8

HEX: #DB53B8
RGB: (219,83,184)

Color info

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

RGB color model

#DB53B8 color RGB value is (219,83,184).

  • red value is 219;
  • green value is 83;
  • blue value is 184.
RGB:
(219,83,184)
(86%,33%,72%)

RGB channels and saturation

R 219 of 255 = 86%
G 83 of 255 = 33%
B 184 of 255 = 72%

219
83
184

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

Portions of RGB colors in percentages

R + G + B =
219 + 83 + 184 = 486 (100%)
R 219 of 486 ~ 45.06%
G 83 of 486 ~ 17.08%
B 184 of 486 ~ 37.86%

%45.06
%17.08
%37.86

CMYK color model

#DB53B8 color CMYK value is (0,62,16,14).

  • cyan value is 0.00%
  • magenta value is 62.10%
  • yellow value is 15.98%
  • key color value is 14.12%
CMYK:
(0,62,16,14)
C0M62Y16K14 
(0%,62%,16%,14%)
(0.00/0.62/0.16/0.14)	

CMYK percentages

%0
%62.1
%15.98
%14.12

Codes

Color #DB53B8 in popluar color models

DB53B8
RGB21983184
HSL315°65.38%59.22%
HSB/HSV315°62.10%85.88%
CMYK0.00%62.10%15.98%
14.12%

Color #DB53B8 in popluar number systems.

HEXDB53B8
Decimal21983184
Binary11011011101001110111000
Octal333123270

Shades and tints

Shades of #DB53B8

#DB53B8
(219,83,184)
#C84CA8
(200,76,168)
#B54598
(181,69,152)
#A23E88
(162,62,136)
#8F3778
(143,55,120)
#7C3068
(124,48,104)
#692958
(105,41,88)
#562248
(86,34,72)
#431B38
(67,27,56)
#301428
(48,20,40)
#1D0D18
(29,13,24)
#000000
(0,0,0)

Tints of #DB53B8

#DB53B8
(219,83,184)
#DE62BE
(222,98,190)
#E171C4
(225,113,196)
#E480CA
(228,128,202)
#E78FD0
(231,143,208)
#EA9ED6
(234,158,214)
#EDADDC
(237,173,220)
#F0BCE2
(240,188,226)
#F3CBE8
(243,203,232)
#F6DAEE
(246,218,238)
#F9E9F4
(249,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB53B8 color. Also use rgb(219,83,184) instead hex code.

Text Font Color

.myTextColor { color: #DB53B8; }

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

This text font color is #DB53B8.


Background Color

.myBgColor { background-color: #DB53B8; }

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

This div background color is #DB53B8.


Border color

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

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

This div border color is #DB53B8.


Opacity

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

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

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

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

This text has shadow with #DB53B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB53B8 on black background.


Color preview on white background

This text has color #DB53B8 on white background.



Black color preview on #DB53B8 background

This text has black color on #DB53B8 background.


White color preview on #DB53B8 background

This text has white color on #DB53B8 background.