COLOR #DF79A8

HEX: #DF79A8
RGB: (223,121,168)

Color info

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

RGB color model

#DF79A8 color RGB value is (223,121,168).

  • red value is 223;
  • green value is 121;
  • blue value is 168.
RGB:
(223,121,168)
(87%,47%,66%)

RGB channels and saturation

R 223 of 255 = 87%
G 121 of 255 = 47%
B 168 of 255 = 66%

223
121
168

R + G + B ~ 67%. #DF79A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 121 + 168 = 512 (100%)
R 223 of 512 ~ 43.55%
G 121 of 512 ~ 23.63%
B 168 of 512 ~ 32.81%

%43.55
%23.63
%32.81

CMYK color model

#DF79A8 color CMYK value is (0,46,25,13).

  • cyan value is 0.00%
  • magenta value is 45.74%
  • yellow value is 24.66%
  • key color value is 12.55%
CMYK:
(0,46,25,13)
C0M46Y25K13 
(0%,46%,25%,13%)
(0.00/0.46/0.25/0.13)	

CMYK percentages

%0
%45.74
%24.66
%12.55

Codes

Color #DF79A8 in popluar color models

DF79A8
RGB223121168
HSL332°61.45%67.45%
HSB/HSV332°45.74%87.45%
CMYK0.00%45.74%24.66%
12.55%

Color #DF79A8 in popluar number systems.

HEXDF79A8
Decimal223121168
Binary11011111111100110101000
Octal337171250

Shades and tints

Shades of #DF79A8

#DF79A8
(223,121,168)
#CB6E99
(203,110,153)
#B7638A
(183,99,138)
#A3587B
(163,88,123)
#8F4D6C
(143,77,108)
#7B425D
(123,66,93)
#67374E
(103,55,78)
#532C3F
(83,44,63)
#3F2130
(63,33,48)
#2B1621
(43,22,33)
#170B12
(23,11,18)
#000000
(0,0,0)

Tints of #DF79A8

#DF79A8
(223,121,168)
#E185AF
(225,133,175)
#E391B6
(227,145,182)
#E59DBD
(229,157,189)
#E7A9C4
(231,169,196)
#E9B5CB
(233,181,203)
#EBC1D2
(235,193,210)
#EDCDD9
(237,205,217)
#EFD9E0
(239,217,224)
#F1E5E7
(241,229,231)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF79A8 color. Also use rgb(223,121,168) instead hex code.

Text Font Color

.myTextColor { color: #DF79A8; }

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

This text font color is #DF79A8.


Background Color

.myBgColor { background-color: #DF79A8; }

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

This div background color is #DF79A8.


Border color

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

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

This div border color is #DF79A8.


Opacity

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

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

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

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

This text has shadow with #DF79A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF79A8 on black background.


Color preview on white background

This text has color #DF79A8 on white background.



Black color preview on #DF79A8 background

This text has black color on #DF79A8 background.


White color preview on #DF79A8 background

This text has white color on #DF79A8 background.