COLOR #DF67DB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

223
103
219

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

Portions of RGB colors in percentages

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

%40.92
%18.9
%40.18

CMYK color model

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

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

CMYK percentages

%0
%53.81
%1.79
%12.55

Codes

Color #DF67DB in popluar color models

DF67DB
RGB223103219
HSL302°65.22%63.92%
HSB/HSV302°53.81%87.45%
CMYK0.00%53.81%1.79%
12.55%

Color #DF67DB in popluar number systems.

HEXDF67DB
Decimal223103219
Binary11011111110011111011011
Octal337147333

Shades and tints

Shades of #DF67DB

#DF67DB
(223,103,219)
#CB5EC8
(203,94,200)
#B755B5
(183,85,181)
#A34CA2
(163,76,162)
#8F438F
(143,67,143)
#7B3A7C
(123,58,124)
#673169
(103,49,105)
#532856
(83,40,86)
#3F1F43
(63,31,67)
#2B1630
(43,22,48)
#170D1D
(23,13,29)
#000000
(0,0,0)

Tints of #DF67DB

#DF67DB
(223,103,219)
#E174DE
(225,116,222)
#E381E1
(227,129,225)
#E58EE4
(229,142,228)
#E79BE7
(231,155,231)
#E9A8EA
(233,168,234)
#EBB5ED
(235,181,237)
#EDC2F0
(237,194,240)
#EFCFF3
(239,207,243)
#F1DCF6
(241,220,246)
#F3E9F9
(243,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF67DB; }

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

This text font color is #DF67DB.


Background Color

.myBgColor { background-color: #DF67DB; }

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

This div background color is #DF67DB.


Border color

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

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

This div border color is #DF67DB.


Opacity

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

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

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

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

This text has shadow with #DF67DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF67DB on black background.


Color preview on white background

This text has color #DF67DB on white background.



Black color preview on #DF67DB background

This text has black color on #DF67DB background.


White color preview on #DF67DB background

This text has white color on #DF67DB background.