COLOR #D52E63

HEX: #D52E63
RGB: (213,46,99)

Color info

#D52E63 contains mainly red color. Web safe color of #D52E63 is #CC3366 (or #C36).

RGB color model

#D52E63 color RGB value is (213,46,99).

  • red value is 213;
  • green value is 46;
  • blue value is 99.
RGB:
(213,46,99)
(84%,18%,39%)

RGB channels and saturation

R 213 of 255 = 84%
G 46 of 255 = 18%
B 99 of 255 = 39%

213
46
99

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

Portions of RGB colors in percentages

R + G + B =
213 + 46 + 99 = 358 (100%)
R 213 of 358 ~ 59.5%
G 46 of 358 ~ 12.85%
B 99 of 358 ~ 27.65%

%59.5
%12.85
%27.65

CMYK color model

#D52E63 color CMYK value is (0,78,54,16).

  • cyan value is 0.00%
  • magenta value is 78.40%
  • yellow value is 53.52%
  • key color value is 16.47%
CMYK:
(0,78,54,16)
C0M78Y54K16 
(0%,78%,54%,16%)
(0.00/0.78/0.54/0.16)	

CMYK percentages

%0
%78.4
%53.52
%16.47

Codes

Color #D52E63 in popluar color models

D52E63
RGB2134699
HSL341°66.53%50.78%
HSB/HSV341°78.40%83.53%
CMYK0.00%78.40%53.52%
16.47%

Color #D52E63 in popluar number systems.

HEXD52E63
Decimal2134699
Binary110101011011101100011
Octal32556143

Shades and tints

Shades of #D52E63

#D52E63
(213,46,99)
#C22A5A
(194,42,90)
#AF2651
(175,38,81)
#9C2248
(156,34,72)
#891E3F
(137,30,63)
#761A36
(118,26,54)
#63162D
(99,22,45)
#501224
(80,18,36)
#3D0E1B
(61,14,27)
#2A0A12
(42,10,18)
#170609
(23,6,9)
#000000
(0,0,0)

Tints of #D52E63

#D52E63
(213,46,99)
#D84171
(216,65,113)
#DB547F
(219,84,127)
#DE678D
(222,103,141)
#E17A9B
(225,122,155)
#E48DA9
(228,141,169)
#E7A0B7
(231,160,183)
#EAB3C5
(234,179,197)
#EDC6D3
(237,198,211)
#F0D9E1
(240,217,225)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D52E63; }

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

This text font color is #D52E63.


Background Color

.myBgColor { background-color: #D52E63; }

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

This div background color is #D52E63.


Border color

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

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

This div border color is #D52E63.


Opacity

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

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

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

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

This text has shadow with #D52E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D52E63 on black background.


Color preview on white background

This text has color #D52E63 on white background.



Black color preview on #D52E63 background

This text has black color on #D52E63 background.


White color preview on #D52E63 background

This text has white color on #D52E63 background.