COLOR #D7577D

HEX: #D7577D
RGB: (215,87,125)

Renk bilgisi

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

RGB renk modeli

#D7577D color RGB value is (215,87,125).

  • kırmız ton 215;
  • yeşil ton 87;
  • mavi ton 125.
RGB:
(215,87,125)
(84%,34%,49%)

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 87 of 255 = 34%
B 125 of 255 = 49%

215
87
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 87 + 125 = 427 (100%)
R 215 of 427 ~ 50.35%
G 87 of 427 ~ 20.37%
B 125 of 427 ~ 29.27%

%50.35
%20.37
%29.27

CMYK RENK MODELİ

#D7577D rengi CMYK tonu (0,60,42,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.53%
  • sarı tonu 41.86%
  • ana renk tonu 15.69%
CMYK:
(0,60,42,16)
C0M60Y42K16 
(0%,60%,42%,16%)
(0.00/0.60/0.42/0.16)	

CMYK yüzdeleri

%0
%59.53
%41.86
%15.69

Codes

Color #D7577D in popluar color models

D7577D
RGB21587125
HSL342°61.54%59.22%
HSB/HSV342°59.53%84.31%
CMYK0.00%59.53%41.86%
15.69%

Color #D7577D in popluar number systems.

HEXD7577D
Decimal21587125
Binary1101011110101111111101
Octal327127175

Shades and tints

Shades of #D7577D

#D7577D
(215,87,125)
#C45072
(196,80,114)
#B14967
(177,73,103)
#9E425C
(158,66,92)
#8B3B51
(139,59,81)
#783446
(120,52,70)
#652D3B
(101,45,59)
#522630
(82,38,48)
#3F1F25
(63,31,37)
#2C181A
(44,24,26)
#19110F
(25,17,15)
#000000
(0,0,0)

Tints of #D7577D

#D7577D
(215,87,125)
#DA6688
(218,102,136)
#DD7593
(221,117,147)
#E0849E
(224,132,158)
#E393A9
(227,147,169)
#E6A2B4
(230,162,180)
#E9B1BF
(233,177,191)
#ECC0CA
(236,192,202)
#EFCFD5
(239,207,213)
#F2DEE0
(242,222,224)
#F5EDEB
(245,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7577D color. Also use rgb(215,87,125) instead hex code.

Text Font Color

.myTextColor { color: #D7577D; }

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

This text font color is #D7577D.


Background Color

.myBgColor { background-color: #D7577D; }

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

This div background color is #D7577D.


Border color

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

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

This div border color is #D7577D.


Opacity

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

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

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

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

This text has shadow with #D7577D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7577D on black background.


Color preview on white background

This text has color #D7577D on white background.



Black color preview on #D7577D background

This text has black color on #D7577D background.


White color preview on #D7577D background

This text has white color on #D7577D background.