COLOR #D55555

HEX: #D55555
RGB: (213,85,85)

Renk bilgisi

#D55555 contains mainly red color. #D55555 ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#D55555 color RGB value is (213,85,85).

  • kırmız ton 213;
  • yeşil ton 85;
  • mavi ton 85.
RGB:
(213,85,85)
(84%,33%,33%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 85 of 255 = 33%
B 85 of 255 = 33%

213
85
85

R + G + B ~ 50%. #D55555 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 85 + 85 = 383 (100%)
R 213 of 383 ~ 55.61%
G 85 of 383 ~ 22.19%
B 85 of 383 ~ 22.19%

%55.61
%22.19
%22.19

CMYK RENK MODELİ

#D55555 rengi CMYK tonu (0,60,60,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.09%
  • sarı tonu 60.09%
  • ana renk tonu 16.47%
CMYK:
(0,60,60,16)
C0M60Y60K16 
(0%,60%,60%,16%)
(0.00/0.60/0.60/0.16)	

CMYK yüzdeleri

%0
%60.09
%60.09
%16.47

Codes

Color #D55555 in popluar color models

D55555
RGB2138585
HSL60.38%58.43%
HSB/HSV60.09%83.53%
CMYK0.00%60.09%60.09%
16.47%

Color #D55555 in popluar number systems.

HEXD55555
Decimal2138585
Binary1101010110101011010101
Octal325125125

Shades and tints

Shades of #D55555

#D55555
(213,85,85)
#C24E4E
(194,78,78)
#AF4747
(175,71,71)
#9C4040
(156,64,64)
#893939
(137,57,57)
#763232
(118,50,50)
#632B2B
(99,43,43)
#502424
(80,36,36)
#3D1D1D
(61,29,29)
#2A1616
(42,22,22)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #D55555

#D55555
(213,85,85)
#D86464
(216,100,100)
#DB7373
(219,115,115)
#DE8282
(222,130,130)
#E19191
(225,145,145)
#E4A0A0
(228,160,160)
#E7AFAF
(231,175,175)
#EABEBE
(234,190,190)
#EDCDCD
(237,205,205)
#F0DCDC
(240,220,220)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D55555 color. Also use rgb(213,85,85) instead hex code.

Text Font Color

.myTextColor { color: #D55555; }

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

This text font color is #D55555.


Background Color

.myBgColor { background-color: #D55555; }

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

This div background color is #D55555.


Border color

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

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

This div border color is #D55555.


Opacity

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

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

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

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

This text has shadow with #D55555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D55555 on black background.


Color preview on white background

This text has color #D55555 on white background.



Black color preview on #D55555 background

This text has black color on #D55555 background.


White color preview on #D55555 background

This text has white color on #D55555 background.