COLOR #DF759F

HEX: #DF759F
RGB: (223,117,159)

Color info

#DF759F contains mainly red color. Web safe color of #DF759F is #CC6699 (or #C69).

RGB color model

#DF759F color RGB value is (223,117,159).

  • red value is 223;
  • green value is 117;
  • blue value is 159.
RGB:
(223,117,159)
(87%,46%,62%)

RGB channels and saturation

R 223 of 255 = 87%
G 117 of 255 = 46%
B 159 of 255 = 62%

223
117
159

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

Portions of RGB colors in percentages

R + G + B =
223 + 117 + 159 = 499 (100%)
R 223 of 499 ~ 44.69%
G 117 of 499 ~ 23.45%
B 159 of 499 ~ 31.86%

%44.69
%23.45
%31.86

CMYK color model

#DF759F color CMYK value is (0,48,29,13).

  • cyan value is 0.00%
  • magenta value is 47.53%
  • yellow value is 28.70%
  • key color value is 12.55%
CMYK:
(0,48,29,13)
C0M48Y29K13 
(0%,48%,29%,13%)
(0.00/0.48/0.29/0.13)	

CMYK percentages

%0
%47.53
%28.7
%12.55

Codes

Color #DF759F in popluar color models

DF759F
RGB223117159
HSL336°62.35%66.67%
HSB/HSV336°47.53%87.45%
CMYK0.00%47.53%28.70%
12.55%

Color #DF759F in popluar number systems.

HEXDF759F
Decimal223117159
Binary11011111111010110011111
Octal337165237

Shades and tints

Shades of #DF759F

#DF759F
(223,117,159)
#CB6B91
(203,107,145)
#B76183
(183,97,131)
#A35775
(163,87,117)
#8F4D67
(143,77,103)
#7B4359
(123,67,89)
#67394B
(103,57,75)
#532F3D
(83,47,61)
#3F252F
(63,37,47)
#2B1B21
(43,27,33)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #DF759F

#DF759F
(223,117,159)
#E181A7
(225,129,167)
#E38DAF
(227,141,175)
#E599B7
(229,153,183)
#E7A5BF
(231,165,191)
#E9B1C7
(233,177,199)
#EBBDCF
(235,189,207)
#EDC9D7
(237,201,215)
#EFD5DF
(239,213,223)
#F1E1E7
(241,225,231)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF759F color. Also use rgb(223,117,159) instead hex code.

Text Font Color

.myTextColor { color: #DF759F; }

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

This text font color is #DF759F.


Background Color

.myBgColor { background-color: #DF759F; }

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

This div background color is #DF759F.


Border color

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

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

This div border color is #DF759F.


Opacity

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

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

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

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

This text has shadow with #DF759F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF759F on black background.


Color preview on white background

This text has color #DF759F on white background.



Black color preview on #DF759F background

This text has black color on #DF759F background.


White color preview on #DF759F background

This text has white color on #DF759F background.