COLOR #DB9FE4

HEX: #DB9FE4
RGB: (219,159,228)

Color info

#DB9FE4 contains mainly red and blue colors. Web safe color of #DB9FE4 is #CC99CC (or #C9C).

RGB color model

#DB9FE4 color RGB value is (219,159,228).

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

RGB channels and saturation

R 219 of 255 = 86%
G 159 of 255 = 62%
B 228 of 255 = 89%

219
159
228

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

Portions of RGB colors in percentages

R + G + B =
219 + 159 + 228 = 606 (100%)
R 219 of 606 ~ 36.14%
G 159 of 606 ~ 26.24%
B 228 of 606 ~ 37.62%

%36.14
%26.24
%37.62

CMYK color model

#DB9FE4 color CMYK value is (4,30,0,11).

  • cyan value is 3.95%
  • magenta value is 30.26%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(4,30,0,11)
C4M30Y0K11 
(4%,30%,0%,11%)
(0.04/0.30/0.00/0.11)	

CMYK percentages

%3.95
%30.26
%0
%10.59

Codes

Color #DB9FE4 in popluar color models

DB9FE4
RGB219159228
HSL292°56.10%75.88%
HSB/HSV292°30.26%89.41%
CMYK3.95%30.26%0.00%
10.59%

Color #DB9FE4 in popluar number systems.

HEXDB9FE4
Decimal219159228
Binary110110111001111111100100
Octal333237344

Shades and tints

Shades of #DB9FE4

#DB9FE4
(219,159,228)
#C891D0
(200,145,208)
#B583BC
(181,131,188)
#A275A8
(162,117,168)
#8F6794
(143,103,148)
#7C5980
(124,89,128)
#694B6C
(105,75,108)
#563D58
(86,61,88)
#432F44
(67,47,68)
#302130
(48,33,48)
#1D131C
(29,19,28)
#000000
(0,0,0)

Tints of #DB9FE4

#DB9FE4
(219,159,228)
#DEA7E6
(222,167,230)
#E1AFE8
(225,175,232)
#E4B7EA
(228,183,234)
#E7BFEC
(231,191,236)
#EAC7EE
(234,199,238)
#EDCFF0
(237,207,240)
#F0D7F2
(240,215,242)
#F3DFF4
(243,223,244)
#F6E7F6
(246,231,246)
#F9EFF8
(249,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9FE4; }

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

This text font color is #DB9FE4.


Background Color

.myBgColor { background-color: #DB9FE4; }

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

This div background color is #DB9FE4.


Border color

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

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

This div border color is #DB9FE4.


Opacity

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

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

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

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

This text has shadow with #DB9FE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9FE4 on black background.


Color preview on white background

This text has color #DB9FE4 on white background.



Black color preview on #DB9FE4 background

This text has black color on #DB9FE4 background.


White color preview on #DB9FE4 background

This text has white color on #DB9FE4 background.