COLOR #DD8296

HEX: #DD8296
RGB: (221,130,150)

Color info

#DD8296 contains mainly red color. Web safe color of #DD8296 is #CC9999 (or #C99).

RGB color model

#DD8296 color RGB value is (221,130,150).

  • red value is 221;
  • green value is 130;
  • blue value is 150.
RGB:
(221,130,150)
(87%,51%,59%)

RGB channels and saturation

R 221 of 255 = 87%
G 130 of 255 = 51%
B 150 of 255 = 59%

221
130
150

R + G + B ~ 66%. #DD8296 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 130 + 150 = 501 (100%)
R 221 of 501 ~ 44.11%
G 130 of 501 ~ 25.95%
B 150 of 501 ~ 29.94%

%44.11
%25.95
%29.94

CMYK color model

#DD8296 color CMYK value is (0,41,32,13).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 32.13%
  • key color value is 13.33%
CMYK:
(0,41,32,13)
C0M41Y32K13 
(0%,41%,32%,13%)
(0.00/0.41/0.32/0.13)	

CMYK percentages

%0
%41.18
%32.13
%13.33

Codes

Color #DD8296 in popluar color models

DD8296
RGB221130150
HSL347°57.23%68.82%
HSB/HSV347°41.18%86.67%
CMYK0.00%41.18%32.13%
13.33%

Color #DD8296 in popluar number systems.

HEXDD8296
Decimal221130150
Binary110111011000001010010110
Octal335202226

Shades and tints

Shades of #DD8296

#DD8296
(221,130,150)
#C97789
(201,119,137)
#B56C7C
(181,108,124)
#A1616F
(161,97,111)
#8D5662
(141,86,98)
#794B55
(121,75,85)
#654048
(101,64,72)
#51353B
(81,53,59)
#3D2A2E
(61,42,46)
#291F21
(41,31,33)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #DD8296

#DD8296
(221,130,150)
#E08D9F
(224,141,159)
#E398A8
(227,152,168)
#E6A3B1
(230,163,177)
#E9AEBA
(233,174,186)
#ECB9C3
(236,185,195)
#EFC4CC
(239,196,204)
#F2CFD5
(242,207,213)
#F5DADE
(245,218,222)
#F8E5E7
(248,229,231)
#FBF0F0
(251,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD8296 color. Also use rgb(221,130,150) instead hex code.

Text Font Color

.myTextColor { color: #DD8296; }

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

This text font color is #DD8296.


Background Color

.myBgColor { background-color: #DD8296; }

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

This div background color is #DD8296.


Border color

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

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

This div border color is #DD8296.


Opacity

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

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

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

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

This text has shadow with #DD8296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8296 on black background.


Color preview on white background

This text has color #DD8296 on white background.



Black color preview on #DD8296 background

This text has black color on #DD8296 background.


White color preview on #DD8296 background

This text has white color on #DD8296 background.