COLOR #DD959D

HEX: #DD959D
RGB: (221,149,157)

Renk bilgisi

#DD959D contains mainly red color. #DD959D ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#DD959D color RGB value is (221,149,157).

  • kırmız ton 221;
  • yeşil ton 149;
  • mavi ton 157.
RGB:
(221,149,157)
(87%,58%,62%)

RGB bağlantıları ve doygunluk

R 221 of 255 = 87%
G 149 of 255 = 58%
B 157 of 255 = 62%

221
149
157

R + G + B ~ 69%. #DD959D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
221 + 149 + 157 = 527 (100%)
R 221 of 527 ~ 41.94%
G 149 of 527 ~ 28.27%
B 157 of 527 ~ 29.79%

%41.94
%28.27
%29.79

CMYK RENK MODELİ

#DD959D rengi CMYK tonu (0,33,29,13).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.58%
  • sarı tonu 28.96%
  • ana renk tonu 13.33%
CMYK:
(0,33,29,13)
C0M33Y29K13 
(0%,33%,29%,13%)
(0.00/0.33/0.29/0.13)	

CMYK yüzdeleri

%0
%32.58
%28.96
%13.33

Codes

Color #DD959D in popluar color models

DD959D
RGB221149157
HSL353°51.43%72.55%
HSB/HSV353°32.58%86.67%
CMYK0.00%32.58%28.96%
13.33%

Color #DD959D in popluar number systems.

HEXDD959D
Decimal221149157
Binary110111011001010110011101
Octal335225235

Shades and tints

Shades of #DD959D

#DD959D
(221,149,157)
#C9888F
(201,136,143)
#B57B81
(181,123,129)
#A16E73
(161,110,115)
#8D6165
(141,97,101)
#795457
(121,84,87)
#654749
(101,71,73)
#513A3B
(81,58,59)
#3D2D2D
(61,45,45)
#29201F
(41,32,31)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #DD959D

#DD959D
(221,149,157)
#E09EA5
(224,158,165)
#E3A7AD
(227,167,173)
#E6B0B5
(230,176,181)
#E9B9BD
(233,185,189)
#ECC2C5
(236,194,197)
#EFCBCD
(239,203,205)
#F2D4D5
(242,212,213)
#F5DDDD
(245,221,221)
#F8E6E5
(248,230,229)
#FBEFED
(251,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD959D color. Also use rgb(221,149,157) instead hex code.

Text Font Color

.myTextColor { color: #DD959D; }

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

This text font color is #DD959D.


Background Color

.myBgColor { background-color: #DD959D; }

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

This div background color is #DD959D.


Border color

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

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

This div border color is #DD959D.


Opacity

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

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

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

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

This text has shadow with #DD959D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD959D on black background.


Color preview on white background

This text has color #DD959D on white background.



Black color preview on #DD959D background

This text has black color on #DD959D background.


White color preview on #DD959D background

This text has white color on #DD959D background.