COLOR #DB67DF

HEX: #DB67DF
RGB: (219,103,223)

Color info

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

RGB color model

#DB67DF color RGB value is (219,103,223).

  • red value is 219;
  • green value is 103;
  • blue value is 223.
RGB:
(219,103,223)
(86%,40%,87%)

RGB channels and saturation

R 219 of 255 = 86%
G 103 of 255 = 40%
B 223 of 255 = 87%

219
103
223

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

Portions of RGB colors in percentages

R + G + B =
219 + 103 + 223 = 545 (100%)
R 219 of 545 ~ 40.18%
G 103 of 545 ~ 18.9%
B 223 of 545 ~ 40.92%

%40.18
%18.9
%40.92

CMYK color model

#DB67DF color CMYK value is (2,54,0,13).

  • cyan value is 1.79%
  • magenta value is 53.81%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(2,54,0,13)
C2M54Y0K13 
(2%,54%,0%,13%)
(0.02/0.54/0.00/0.13)	

CMYK percentages

%1.79
%53.81
%0
%12.55

Codes

Color #DB67DF in popluar color models

DB67DF
RGB219103223
HSL298°65.22%63.92%
HSB/HSV298°53.81%87.45%
CMYK1.79%53.81%0.00%
12.55%

Color #DB67DF in popluar number systems.

HEXDB67DF
Decimal219103223
Binary11011011110011111011111
Octal333147337

Shades and tints

Shades of #DB67DF

#DB67DF
(219,103,223)
#C85ECB
(200,94,203)
#B555B7
(181,85,183)
#A24CA3
(162,76,163)
#8F438F
(143,67,143)
#7C3A7B
(124,58,123)
#693167
(105,49,103)
#562853
(86,40,83)
#431F3F
(67,31,63)
#30162B
(48,22,43)
#1D0D17
(29,13,23)
#000000
(0,0,0)

Tints of #DB67DF

#DB67DF
(219,103,223)
#DE74E1
(222,116,225)
#E181E3
(225,129,227)
#E48EE5
(228,142,229)
#E79BE7
(231,155,231)
#EAA8E9
(234,168,233)
#EDB5EB
(237,181,235)
#F0C2ED
(240,194,237)
#F3CFEF
(243,207,239)
#F6DCF1
(246,220,241)
#F9E9F3
(249,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB67DF color. Also use rgb(219,103,223) instead hex code.

Text Font Color

.myTextColor { color: #DB67DF; }

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

This text font color is #DB67DF.


Background Color

.myBgColor { background-color: #DB67DF; }

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

This div background color is #DB67DF.


Border color

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

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

This div border color is #DB67DF.


Opacity

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

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

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

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

This text has shadow with #DB67DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB67DF on black background.


Color preview on white background

This text has color #DB67DF on white background.



Black color preview on #DB67DF background

This text has black color on #DB67DF background.


White color preview on #DB67DF background

This text has white color on #DB67DF background.