COLOR #DB8DF0

HEX: #DB8DF0 RGB: (219,141,240)

Color info

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

RGB color model

#DB8DF0 color RGB value is (219,141,240).

RGB: (219,141,240) (86%, 55%, 94%)

RGB channels and saturation

R 219 of 255 = 86%
G 141 of 255 = 55%
B 240 of 255 = 94%

219
141
240

R + G + B ~ 78%. #DB8DF0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 141 + 240 = 600 (100%)
R 219 of 600 ~ 36.5%
G 141 of 600 ~ 23.5%
B 240 of 600 ~ 40'%

%36.5
%23.5
%40

CMYK color model

#DB8DF0 color CMYK value is (9,41,0,6).

  • cyan value is 8.75%
  • magenta value is 41.25%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (9,41,0,6)
C9M41Y0K6 (9%, 41%, 0%, 6%)
(0.09 / 0.41 / 0.00 / 0.06)

CMYK percentages

%8.75
%41.25
%0
%5.88

Codes

Color #DB8DF0 in popluar color models

DB 8D F0
RGB 219 141 240
HSL 287° 76.74% 74.71%
HSB/HSV 287° 41.25% 94.12%
CMYK 8.75% 41.25% 0.00%
5.88%

Color #DB8DF0 in popluar number systems.

HEX DB 8D F0
Decimal 219 141 240
Binary 11011011 10001101 11110000
Octal 333 215 360

Shades and tints

Shades of #DB8DF0

#DB8DF0
(219,141,240)
#C881DB
(200,129,219)
#B575C6
(181,117,198)
#A269B1
(162,105,177)
#8F5D9C
(143,93,156)
#7C5187
(124,81,135)
#694572
(105,69,114)
#56395D
(86,57,93)
#432D48
(67,45,72)
#302133
(48,33,51)
#1D151E
(29,21,30)
#000000
(0,0,0)

Tints of #DB8DF0

#DB8DF0
(219,141,240)
#DE97F1
(222,151,241)
#E1A1F2
(225,161,242)
#E4ABF3
(228,171,243)
#E7B5F4
(231,181,244)
#EABFF5
(234,191,245)
#EDC9F6
(237,201,246)
#F0D3F7
(240,211,247)
#F3DDF8
(243,221,248)
#F6E7F9
(246,231,249)
#F9F1FA
(249,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB8DF0 color. Also use rgb(219,141,240) instead hex code.

Text Font Color

.myTextColor { color: #DB8DF0; }

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

This text font color is #DB8DF0.

Background Color

.myBgColor { background-color: #DB8DF0; }

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

This div background color is #DB8DF0.

Border color

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

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

This div border color is #DB8DF0.

Opacity

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

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

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

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

This text has shadow with #DB8DF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB8DF0.

Preview

Color preview on black background

This text has color #DB8DF0 on black background.


Color preview on white background

This text has color #DB8DF0 on white background.


Black color preview on #DB8DF0 background

This text has black color on #DB8DF0 background.


White color preview on #DB8DF0 background

This text has white color on #DB8DF0 background.


Related colors

Complementary color

Complementary color for #hex is #24720F.


I love getcolorcode.com

Triadic colors

1 #F0DB8D and #8DF0DB with #DB8DF0 are triadic colors.

2 #F08DDB and #8DDBF0 with #DB8DF0 are triadic colors.