COLOR #DF6DA4

HEX: #DF6DA4
RGB: (223,109,164)

Color info

#DF6DA4 contains mainly red and blue colors. Web safe color of #DF6DA4 is #CC6699 (or #C69).

RGB color model

#DF6DA4 color RGB value is (223,109,164).

  • red value is 223;
  • green value is 109;
  • blue value is 164.
RGB:
(223,109,164)
(87%,43%,64%)

RGB channels and saturation

R 223 of 255 = 87%
G 109 of 255 = 43%
B 164 of 255 = 64%

223
109
164

R + G + B ~ 65%. #DF6DA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 109 + 164 = 496 (100%)
R 223 of 496 ~ 44.96%
G 109 of 496 ~ 21.98%
B 164 of 496 ~ 33.06%

%44.96
%21.98
%33.06

CMYK color model

#DF6DA4 color CMYK value is (0,51,26,13).

  • cyan value is 0.00%
  • magenta value is 51.12%
  • yellow value is 26.46%
  • key color value is 12.55%
CMYK:
(0,51,26,13)
C0M51Y26K13 
(0%,51%,26%,13%)
(0.00/0.51/0.26/0.13)	

CMYK percentages

%0
%51.12
%26.46
%12.55

Codes

Color #DF6DA4 in popluar color models

DF6DA4
RGB223109164
HSL331°64.04%65.10%
HSB/HSV331°51.12%87.45%
CMYK0.00%51.12%26.46%
12.55%

Color #DF6DA4 in popluar number systems.

HEXDF6DA4
Decimal223109164
Binary11011111110110110100100
Octal337155244

Shades and tints

Shades of #DF6DA4

#DF6DA4
(223,109,164)
#CB6496
(203,100,150)
#B75B88
(183,91,136)
#A3527A
(163,82,122)
#8F496C
(143,73,108)
#7B405E
(123,64,94)
#673750
(103,55,80)
#532E42
(83,46,66)
#3F2534
(63,37,52)
#2B1C26
(43,28,38)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #DF6DA4

#DF6DA4
(223,109,164)
#E17AAC
(225,122,172)
#E387B4
(227,135,180)
#E594BC
(229,148,188)
#E7A1C4
(231,161,196)
#E9AECC
(233,174,204)
#EBBBD4
(235,187,212)
#EDC8DC
(237,200,220)
#EFD5E4
(239,213,228)
#F1E2EC
(241,226,236)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF6DA4 color. Also use rgb(223,109,164) instead hex code.

Text Font Color

.myTextColor { color: #DF6DA4; }

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

This text font color is #DF6DA4.


Background Color

.myBgColor { background-color: #DF6DA4; }

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

This div background color is #DF6DA4.


Border color

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

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

This div border color is #DF6DA4.


Opacity

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

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

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

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

This text has shadow with #DF6DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF6DA4 on black background.


Color preview on white background

This text has color #DF6DA4 on white background.



Black color preview on #DF6DA4 background

This text has black color on #DF6DA4 background.


White color preview on #DF6DA4 background

This text has white color on #DF6DA4 background.