COLOR #DB9FEF

HEX: #DB9FEF RGB: (219,159,239)

Color info

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

RGB color model

#DB9FEF color RGB value is (219,159,239).

RGB: (219,159,239) (86%, 62%, 94%)

RGB channels and saturation

R 219 of 255 = 86%
G 159 of 255 = 62%
B 239 of 255 = 94%

219
159
239

R + G + B ~ 81%. #DB9FEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 159 + 239 = 617 (100%)
R 219 of 617 ~ 35.49%
G 159 of 617 ~ 25.77%
B 239 of 617 ~ 38.74'%

%35.49
%25.77
%38.74

CMYK color model

#DB9FEF color CMYK value is (8,33,0,6).

  • cyan value is 8.37%
  • magenta value is 33.47%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (8,33,0,6) C8M33Y0K6 (8%,33%,0%,6%) (0.08/0.33/0.00/0.06) 

CMYK percentages

%8.37
%33.47
%0
%6.27

Codes

Color #DB9FEF in popluar color models

DB 9F EF
RGB 219 159 239
HSL 285° 71.43% 78.04%
HSB/HSV 285° 33.47% 93.73%
CMYK 8.37% 33.47% 0.00%
6.27%

Color #DB9FEF in popluar number systems.

HEX DB 9F EF
Decimal 219 159 239
Binary 11011011 10011111 11101111
Octal 333 237 357

Shades and tints

Shades of #DB9FEF

#DB9FEF
(219,159,239)
#C891DA
(200,145,218)
#B583C5
(181,131,197)
#A275B0
(162,117,176)
#8F679B
(143,103,155)
#7C5986
(124,89,134)
#694B71
(105,75,113)
#563D5C
(86,61,92)
#432F47
(67,47,71)
#302132
(48,33,50)
#1D131D
(29,19,29)
#000000
(0,0,0)

Tints of #DB9FEF

#DB9FEF
(219,159,239)
#DEA7F0
(222,167,240)
#E1AFF1
(225,175,241)
#E4B7F2
(228,183,242)
#E7BFF3
(231,191,243)
#EAC7F4
(234,199,244)
#EDCFF5
(237,207,245)
#F0D7F6
(240,215,246)
#F3DFF7
(243,223,247)
#F6E7F8
(246,231,248)
#F9EFF9
(249,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9FEF; }

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

This text font color is #DB9FEF.

Background Color

.myBgColor { background-color: #DB9FEF; }

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

This div background color is #DB9FEF.

Border color

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

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

This div border color is #DB9FEF.

Opacity

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

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

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

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

This text has shadow with #DB9FEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB9FEF.

Preview

Color preview on black background

This text has color #DB9FEF on black background.


Color preview on white background

This text has color #DB9FEF on white background.


Black color preview on #DB9FEF background

This text has black color on #DB9FEF background.


White color preview on #DB9FEF background

This text has white color on #DB9FEF background.


Related colors

Complementary color

Complementary color for #hex is #246010.


I love getcolorcode.com

Triadic colors

1 #EFDB9F and #9FEFDB with #DB9FEF are triadic colors.

2 #EF9FDB and #9FDBEF with #DB9FEF are triadic colors.