COLOR #DB89F4

HEX: #DB89F4
RGB: (219,137,244)

Color info

#DB89F4 contains mainly red and blue colors. Web safe color of #DB89F4 is #CC99FF (or #C9F).

RGB color model

#DB89F4 color RGB value is (219,137,244).

  • red value is 219;
  • green value is 137;
  • blue value is 244.
RGB:
(219,137,244)
(86%,54%,96%)

RGB channels and saturation

R 219 of 255 = 86%
G 137 of 255 = 54%
B 244 of 255 = 96%

219
137
244

R + G + B ~ 79%. #DB89F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 137 + 244 = 600 (100%)
R 219 of 600 ~ 36.5%
G 137 of 600 ~ 22.83%
B 244 of 600 ~ 40.67%

%36.5
%22.83
%40.67

CMYK color model

#DB89F4 color CMYK value is (10,44,0,4).

  • cyan value is 10.25%
  • magenta value is 43.85%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(10,44,0,4)
C10M44Y0K4 
(10%,44%,0%,4%)
(0.10/0.44/0.00/0.04)	

CMYK percentages

%10.25
%43.85
%0
%4.31

Codes

Color #DB89F4 in popluar color models

DB89F4
RGB219137244
HSL286°82.95%74.71%
HSB/HSV286°43.85%95.69%
CMYK10.25%43.85%0.00%
4.31%

Color #DB89F4 in popluar number systems.

HEXDB89F4
Decimal219137244
Binary110110111000100111110100
Octal333211364

Shades and tints

Shades of #DB89F4

#DB89F4
(219,137,244)
#C87DDE
(200,125,222)
#B571C8
(181,113,200)
#A265B2
(162,101,178)
#8F599C
(143,89,156)
#7C4D86
(124,77,134)
#694170
(105,65,112)
#56355A
(86,53,90)
#432944
(67,41,68)
#301D2E
(48,29,46)
#1D1118
(29,17,24)
#000000
(0,0,0)

Tints of #DB89F4

#DB89F4
(219,137,244)
#DE93F5
(222,147,245)
#E19DF6
(225,157,246)
#E4A7F7
(228,167,247)
#E7B1F8
(231,177,248)
#EABBF9
(234,187,249)
#EDC5FA
(237,197,250)
#F0CFFB
(240,207,251)
#F3D9FC
(243,217,252)
#F6E3FD
(246,227,253)
#F9EDFE
(249,237,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB89F4 color. Also use rgb(219,137,244) instead hex code.

Text Font Color

.myTextColor { color: #DB89F4; }

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

This text font color is #DB89F4.


Background Color

.myBgColor { background-color: #DB89F4; }

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

This div background color is #DB89F4.


Border color

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

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

This div border color is #DB89F4.


Opacity

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

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

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

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

This text has shadow with #DB89F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB89F4 on black background.


Color preview on white background

This text has color #DB89F4 on white background.



Black color preview on #DB89F4 background

This text has black color on #DB89F4 background.


White color preview on #DB89F4 background

This text has white color on #DB89F4 background.