COLOR #DD799B

HEX: #DD799B
RGB: (221,121,155)

Color info

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

RGB color model

#DD799B color RGB value is (221,121,155).

  • red value is 221;
  • green value is 121;
  • blue value is 155.
RGB:
(221,121,155)
(87%,47%,61%)

RGB channels and saturation

R 221 of 255 = 87%
G 121 of 255 = 47%
B 155 of 255 = 61%

221
121
155

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

Portions of RGB colors in percentages

R + G + B =
221 + 121 + 155 = 497 (100%)
R 221 of 497 ~ 44.47%
G 121 of 497 ~ 24.35%
B 155 of 497 ~ 31.19%

%44.47
%24.35
%31.19

CMYK color model

#DD799B color CMYK value is (0,45,30,13).

  • cyan value is 0.00%
  • magenta value is 45.25%
  • yellow value is 29.86%
  • key color value is 13.33%
CMYK:
(0,45,30,13)
C0M45Y30K13 
(0%,45%,30%,13%)
(0.00/0.45/0.30/0.13)	

CMYK percentages

%0
%45.25
%29.86
%13.33

Codes

Color #DD799B in popluar color models

DD799B
RGB221121155
HSL340°59.52%67.06%
HSB/HSV340°45.25%86.67%
CMYK0.00%45.25%29.86%
13.33%

Color #DD799B in popluar number systems.

HEXDD799B
Decimal221121155
Binary11011101111100110011011
Octal335171233

Shades and tints

Shades of #DD799B

#DD799B
(221,121,155)
#C96E8D
(201,110,141)
#B5637F
(181,99,127)
#A15871
(161,88,113)
#8D4D63
(141,77,99)
#794255
(121,66,85)
#653747
(101,55,71)
#512C39
(81,44,57)
#3D212B
(61,33,43)
#29161D
(41,22,29)
#150B0F
(21,11,15)
#000000
(0,0,0)

Tints of #DD799B

#DD799B
(221,121,155)
#E085A4
(224,133,164)
#E391AD
(227,145,173)
#E69DB6
(230,157,182)
#E9A9BF
(233,169,191)
#ECB5C8
(236,181,200)
#EFC1D1
(239,193,209)
#F2CDDA
(242,205,218)
#F5D9E3
(245,217,227)
#F8E5EC
(248,229,236)
#FBF1F5
(251,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD799B color. Also use rgb(221,121,155) instead hex code.

Text Font Color

.myTextColor { color: #DD799B; }

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

This text font color is #DD799B.


Background Color

.myBgColor { background-color: #DD799B; }

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

This div background color is #DD799B.


Border color

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

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

This div border color is #DD799B.


Opacity

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

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

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

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

This text has shadow with #DD799B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD799B on black background.


Color preview on white background

This text has color #DD799B on white background.



Black color preview on #DD799B background

This text has black color on #DD799B background.


White color preview on #DD799B background

This text has white color on #DD799B background.