COLOR #D53E7D

HEX: #D53E7D
RGB: (213,62,125)

Renk bilgisi

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

RGB renk modeli

#D53E7D color RGB value is (213,62,125).

  • kırmız ton 213;
  • yeşil ton 62;
  • mavi ton 125.
RGB:
(213,62,125)
(84%,24%,49%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 62 of 255 = 24%
B 125 of 255 = 49%

213
62
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 62 + 125 = 400 (100%)
R 213 of 400 ~ 53.25%
G 62 of 400 ~ 15.5%
B 125 of 400 ~ 31.25%

%53.25
%15.5
%31.25

CMYK RENK MODELİ

#D53E7D rengi CMYK tonu (0,71,41,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 70.89%
  • sarı tonu 41.31%
  • ana renk tonu 16.47%
CMYK:
(0,71,41,16)
C0M71Y41K16 
(0%,71%,41%,16%)
(0.00/0.71/0.41/0.16)	

CMYK yüzdeleri

%0
%70.89
%41.31
%16.47

Codes

Color #D53E7D in popluar color models

D53E7D
RGB21362125
HSL335°64.26%53.92%
HSB/HSV335°70.89%83.53%
CMYK0.00%70.89%41.31%
16.47%

Color #D53E7D in popluar number systems.

HEXD53E7D
Decimal21362125
Binary110101011111101111101
Octal32576175

Shades and tints

Shades of #D53E7D

#D53E7D
(213,62,125)
#C23972
(194,57,114)
#AF3467
(175,52,103)
#9C2F5C
(156,47,92)
#892A51
(137,42,81)
#762546
(118,37,70)
#63203B
(99,32,59)
#501B30
(80,27,48)
#3D1625
(61,22,37)
#2A111A
(42,17,26)
#170C0F
(23,12,15)
#000000
(0,0,0)

Tints of #D53E7D

#D53E7D
(213,62,125)
#D84F88
(216,79,136)
#DB6093
(219,96,147)
#DE719E
(222,113,158)
#E182A9
(225,130,169)
#E493B4
(228,147,180)
#E7A4BF
(231,164,191)
#EAB5CA
(234,181,202)
#EDC6D5
(237,198,213)
#F0D7E0
(240,215,224)
#F3E8EB
(243,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D53E7D; }

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

This text font color is #D53E7D.


Background Color

.myBgColor { background-color: #D53E7D; }

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

This div background color is #D53E7D.


Border color

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

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

This div border color is #D53E7D.


Opacity

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

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

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

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

This text has shadow with #D53E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D53E7D on black background.


Color preview on white background

This text has color #D53E7D on white background.



Black color preview on #D53E7D background

This text has black color on #D53E7D background.


White color preview on #D53E7D background

This text has white color on #D53E7D background.