COLOR #DD8588

HEX: #DD8588
RGB: (221,133,136)

Renk bilgisi

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

RGB renk modeli

#DD8588 color RGB value is (221,133,136).

  • kırmız ton 221;
  • yeşil ton 133;
  • mavi ton 136.
RGB:
(221,133,136)
(87%,52%,53%)

RGB bağlantıları ve doygunluk

R 221 of 255 = 87%
G 133 of 255 = 52%
B 136 of 255 = 53%

221
133
136

R + G + B ~ 64%. #DD8588 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
221 + 133 + 136 = 490 (100%)
R 221 of 490 ~ 45.1%
G 133 of 490 ~ 27.14%
B 136 of 490 ~ 27.76%

%45.1
%27.14
%27.76

CMYK RENK MODELİ

#DD8588 rengi CMYK tonu (0,40,38,13).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.82%
  • sarı tonu 38.46%
  • ana renk tonu 13.33%
CMYK:
(0,40,38,13)
C0M40Y38K13 
(0%,40%,38%,13%)
(0.00/0.40/0.38/0.13)	

CMYK yüzdeleri

%0
%39.82
%38.46
%13.33

Codes

Color #DD8588 in popluar color models

DD8588
RGB221133136
HSL358°56.41%69.41%
HSB/HSV358°39.82%86.67%
CMYK0.00%39.82%38.46%
13.33%

Color #DD8588 in popluar number systems.

HEXDD8588
Decimal221133136
Binary110111011000010110001000
Octal335205210

Shades and tints

Shades of #DD8588

#DD8588
(221,133,136)
#C9797C
(201,121,124)
#B56D70
(181,109,112)
#A16164
(161,97,100)
#8D5558
(141,85,88)
#79494C
(121,73,76)
#653D40
(101,61,64)
#513134
(81,49,52)
#3D2528
(61,37,40)
#29191C
(41,25,28)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #DD8588

#DD8588
(221,133,136)
#E09092
(224,144,146)
#E39B9C
(227,155,156)
#E6A6A6
(230,166,166)
#E9B1B0
(233,177,176)
#ECBCBA
(236,188,186)
#EFC7C4
(239,199,196)
#F2D2CE
(242,210,206)
#F5DDD8
(245,221,216)
#F8E8E2
(248,232,226)
#FBF3EC
(251,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD8588 color. Also use rgb(221,133,136) instead hex code.

Text Font Color

.myTextColor { color: #DD8588; }

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

This text font color is #DD8588.


Background Color

.myBgColor { background-color: #DD8588; }

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

This div background color is #DD8588.


Border color

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

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

This div border color is #DD8588.


Opacity

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

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

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

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

This text has shadow with #DD8588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8588 on black background.


Color preview on white background

This text has color #DD8588 on white background.



Black color preview on #DD8588 background

This text has black color on #DD8588 background.


White color preview on #DD8588 background

This text has white color on #DD8588 background.