COLOR #D51B57

HEX: #D51B57
RGB: (213,27,87)

Renk bilgisi

#D51B57 contains mainly red color. #D51B57 ‘ nin web güvenlik rengi #CC3366 (ya da #C36) dir.

RGB renk modeli

#D51B57 color RGB value is (213,27,87).

  • kırmız ton 213;
  • yeşil ton 27;
  • mavi ton 87.
RGB:
(213,27,87)
(84%,11%,34%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 27 of 255 = 11%
B 87 of 255 = 34%

213
27
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 27 + 87 = 327 (100%)
R 213 of 327 ~ 65.14%
G 27 of 327 ~ 8.26%
B 87 of 327 ~ 26.61%

%65.14
%26.61

CMYK RENK MODELİ

#D51B57 rengi CMYK tonu (0,87,59,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 87.32%
  • sarı tonu 59.15%
  • ana renk tonu 16.47%
CMYK:
(0,87,59,16)
C0M87Y59K16 
(0%,87%,59%,16%)
(0.00/0.87/0.59/0.16)	

CMYK yüzdeleri

%0
%87.32
%59.15
%16.47

Codes

Color #D51B57 in popluar color models

D51B57
RGB2132787
HSL341°77.50%47.06%
HSB/HSV341°87.32%83.53%
CMYK0.00%87.32%59.15%
16.47%

Color #D51B57 in popluar number systems.

HEXD51B57
Decimal2132787
Binary11010101110111010111
Octal32533127

Shades and tints

Shades of #D51B57

#D51B57
(213,27,87)
#C21950
(194,25,80)
#AF1749
(175,23,73)
#9C1542
(156,21,66)
#89133B
(137,19,59)
#761134
(118,17,52)
#630F2D
(99,15,45)
#500D26
(80,13,38)
#3D0B1F
(61,11,31)
#2A0918
(42,9,24)
#170711
(23,7,17)
#000000
(0,0,0)

Tints of #D51B57

#D51B57
(213,27,87)
#D82F66
(216,47,102)
#DB4375
(219,67,117)
#DE5784
(222,87,132)
#E16B93
(225,107,147)
#E47FA2
(228,127,162)
#E793B1
(231,147,177)
#EAA7C0
(234,167,192)
#EDBBCF
(237,187,207)
#F0CFDE
(240,207,222)
#F3E3ED
(243,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D51B57; }

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

This text font color is #D51B57.


Background Color

.myBgColor { background-color: #D51B57; }

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

This div background color is #D51B57.


Border color

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

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

This div border color is #D51B57.


Opacity

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

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

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

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

This text has shadow with #D51B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D51B57 on black background.


Color preview on white background

This text has color #D51B57 on white background.



Black color preview on #D51B57 background

This text has black color on #D51B57 background.


White color preview on #D51B57 background

This text has white color on #D51B57 background.