COLOR #D53E9F

HEX: #D53E9F
RGB: (213,62,159)

Renk bilgisi

#D53E9F contains mainly red and blue colors. #D53E9F ‘ nin web güvenlik rengi #CC3399 (ya da #C39) dir.

RGB renk modeli

#D53E9F color RGB value is (213,62,159).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 62 of 255 = 24%
B 159 of 255 = 62%

213
62
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 62 + 159 = 434 (100%)
R 213 of 434 ~ 49.08%
G 62 of 434 ~ 14.29%
B 159 of 434 ~ 36.64%

%49.08
%14.29
%36.64

CMYK RENK MODELİ

#D53E9F rengi CMYK tonu (0,71,25,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 70.89%
  • sarı tonu 25.35%
  • ana renk tonu 16.47%
CMYK:
(0,71,25,16)
C0M71Y25K16 
(0%,71%,25%,16%)
(0.00/0.71/0.25/0.16)	

CMYK yüzdeleri

%0
%70.89
%25.35
%16.47

Codes

Color #D53E9F in popluar color models

D53E9F
RGB21362159
HSL321°64.26%53.92%
HSB/HSV321°70.89%83.53%
CMYK0.00%70.89%25.35%
16.47%

Color #D53E9F in popluar number systems.

HEXD53E9F
Decimal21362159
Binary1101010111111010011111
Octal32576237

Shades and tints

Shades of #D53E9F

#D53E9F
(213,62,159)
#C23991
(194,57,145)
#AF3483
(175,52,131)
#9C2F75
(156,47,117)
#892A67
(137,42,103)
#762559
(118,37,89)
#63204B
(99,32,75)
#501B3D
(80,27,61)
#3D162F
(61,22,47)
#2A1121
(42,17,33)
#170C13
(23,12,19)
#000000
(0,0,0)

Tints of #D53E9F

#D53E9F
(213,62,159)
#D84FA7
(216,79,167)
#DB60AF
(219,96,175)
#DE71B7
(222,113,183)
#E182BF
(225,130,191)
#E493C7
(228,147,199)
#E7A4CF
(231,164,207)
#EAB5D7
(234,181,215)
#EDC6DF
(237,198,223)
#F0D7E7
(240,215,231)
#F3E8EF
(243,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D53E9F; }

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

This text font color is #D53E9F.


Background Color

.myBgColor { background-color: #D53E9F; }

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

This div background color is #D53E9F.


Border color

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

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

This div border color is #D53E9F.


Opacity

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

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

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

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

This text has shadow with #D53E9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D53E9F on black background.


Color preview on white background

This text has color #D53E9F on white background.



Black color preview on #D53E9F background

This text has black color on #D53E9F background.


White color preview on #D53E9F background

This text has white color on #D53E9F background.