COLOR #DB69D9

HEX: #DB69D9
RGB: (219,105,217)

Color info

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

RGB color model

#DB69D9 color RGB value is (219,105,217).

  • red value is 219;
  • green value is 105;
  • blue value is 217.
RGB:
(219,105,217)
(86%,41%,85%)

RGB channels and saturation

R 219 of 255 = 86%
G 105 of 255 = 41%
B 217 of 255 = 85%

219
105
217

R + G + B ~ 71%. #DB69D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 105 + 217 = 541 (100%)
R 219 of 541 ~ 40.48%
G 105 of 541 ~ 19.41%
B 217 of 541 ~ 40.11%

%40.48
%19.41
%40.11

CMYK color model

#DB69D9 color CMYK value is (0,52,1,14).

  • cyan value is 0.00%
  • magenta value is 52.05%
  • yellow value is 0.91%
  • key color value is 14.12%
CMYK:
(0,52,1,14)
C0M52Y1K14 
(0%,52%,1%,14%)
(0.00/0.52/0.01/0.14)	

CMYK percentages

%0
%52.05
%0.91
%14.12

Codes

Color #DB69D9 in popluar color models

DB69D9
RGB219105217
HSL301°61.29%63.53%
HSB/HSV301°52.05%85.88%
CMYK0.00%52.05%0.91%
14.12%

Color #DB69D9 in popluar number systems.

HEXDB69D9
Decimal219105217
Binary11011011110100111011001
Octal333151331

Shades and tints

Shades of #DB69D9

#DB69D9
(219,105,217)
#C860C6
(200,96,198)
#B557B3
(181,87,179)
#A24EA0
(162,78,160)
#8F458D
(143,69,141)
#7C3C7A
(124,60,122)
#693367
(105,51,103)
#562A54
(86,42,84)
#432141
(67,33,65)
#30182E
(48,24,46)
#1D0F1B
(29,15,27)
#000000
(0,0,0)

Tints of #DB69D9

#DB69D9
(219,105,217)
#DE76DC
(222,118,220)
#E183DF
(225,131,223)
#E490E2
(228,144,226)
#E79DE5
(231,157,229)
#EAAAE8
(234,170,232)
#EDB7EB
(237,183,235)
#F0C4EE
(240,196,238)
#F3D1F1
(243,209,241)
#F6DEF4
(246,222,244)
#F9EBF7
(249,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB69D9 color. Also use rgb(219,105,217) instead hex code.

Text Font Color

.myTextColor { color: #DB69D9; }

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

This text font color is #DB69D9.


Background Color

.myBgColor { background-color: #DB69D9; }

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

This div background color is #DB69D9.


Border color

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

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

This div border color is #DB69D9.


Opacity

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

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

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

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

This text has shadow with #DB69D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB69D9 on black background.


Color preview on white background

This text has color #DB69D9 on white background.



Black color preview on #DB69D9 background

This text has black color on #DB69D9 background.


White color preview on #DB69D9 background

This text has white color on #DB69D9 background.