COLOR #DF7999

HEX: #DF7999 RGB: (223,121,153)

Color info

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

RGB color model

#DF7999 color RGB value is (223,121,153).

RGB: (223,121,153) (87%, 47%, 60%)

RGB channels and saturation

R 223 of 255 = 87%
G 121 of 255 = 47%
B 153 of 255 = 60%

223
121
153

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

Portions of RGB colors in percentages

R + G + B = 223 + 121 + 153 = 497 (100%)
R 223 of 497 ~ 44.87%
G 121 of 497 ~ 24.35%
B 153 of 497 ~ 30.78'%

%44.87
%24.35
%30.78

CMYK color model

#DF7999 color CMYK value is (0,46,31,13).

  • cyan value is 0.00%
  • magenta value is 45.74%
  • yellow value is 31.39%
  • key color value is 12.55%

CMYK: (0,46,31,13)
C0M46Y31K13 (0%, 46%, 31%, 13%)
(0.00 / 0.46 / 0.31 / 0.13)

CMYK percentages

%0
%45.74
%31.39
%12.55

Codes

Color #DF7999 in popluar color models

DF 79 99
RGB 223 121 153
HSL 341° 61.45% 67.45%
HSB/HSV 341° 45.74% 87.45%
CMYK 0.00% 45.74% 31.39%
12.55%

Color #DF7999 in popluar number systems.

HEX DF 79 99
Decimal 223 121 153
Binary 11011111 1111001 10011001
Octal 337 171 231

Shades and tints

Shades of #DF7999

#DF7999
(223,121,153)
#CB6E8C
(203,110,140)
#B7637F
(183,99,127)
#A35872
(163,88,114)
#8F4D65
(143,77,101)
#7B4258
(123,66,88)
#67374B
(103,55,75)
#532C3E
(83,44,62)
#3F2131
(63,33,49)
#2B1624
(43,22,36)
#170B17
(23,11,23)
#000000
(0,0,0)

Tints of #DF7999

#DF7999
(223,121,153)
#E185A2
(225,133,162)
#E391AB
(227,145,171)
#E59DB4
(229,157,180)
#E7A9BD
(231,169,189)
#E9B5C6
(233,181,198)
#EBC1CF
(235,193,207)
#EDCDD8
(237,205,216)
#EFD9E1
(239,217,225)
#F1E5EA
(241,229,234)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF7999; }

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

This text font color is #DF7999.

Background Color

.myBgColor { background-color: #DF7999; }

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

This div background color is #DF7999.

Border color

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

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

This div border color is #DF7999.

Opacity

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

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

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

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

This text has shadow with #DF7999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF7999.

Preview

Color preview on black background

This text has color #DF7999 on black background.


Color preview on white background

This text has color #DF7999 on white background.


Black color preview on #DF7999 background

This text has black color on #DF7999 background.


White color preview on #DF7999 background

This text has white color on #DF7999 background.


Related colors

Complementary color

Complementary color for #hex is #208666.


I love getcolorcode.com

Triadic colors

1 #99DF79 and #7999DF with #DF7999 are triadic colors.

2 #9979DF and #79DF99 with #DF7999 are triadic colors.