COLOR #D32E52

HEX: #D32E52
RGB: (211,46,82)

Color info

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

RGB color model

#D32E52 color RGB value is (211,46,82).

  • red value is 211;
  • green value is 46;
  • blue value is 82.
RGB:
(211,46,82)
(83%,18%,32%)

RGB channels and saturation

R 211 of 255 = 83%
G 46 of 255 = 18%
B 82 of 255 = 32%

211
46
82

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

Portions of RGB colors in percentages

R + G + B =
211 + 46 + 82 = 339 (100%)
R 211 of 339 ~ 62.24%
G 46 of 339 ~ 13.57%
B 82 of 339 ~ 24.19%

%62.24
%13.57
%24.19

CMYK color model

#D32E52 color CMYK value is (0,78,61,17).

  • cyan value is 0.00%
  • magenta value is 78.20%
  • yellow value is 61.14%
  • key color value is 17.25%
CMYK:
(0,78,61,17)
C0M78Y61K17 
(0%,78%,61%,17%)
(0.00/0.78/0.61/0.17)	

CMYK percentages

%0
%78.2
%61.14
%17.25

Codes

Color #D32E52 in popluar color models

D32E52
RGB2114682
HSL347°65.22%50.39%
HSB/HSV347°78.20%82.75%
CMYK0.00%78.20%61.14%
17.25%

Color #D32E52 in popluar number systems.

HEXD32E52
Decimal2114682
Binary110100111011101010010
Octal32356122

Shades and tints

Shades of #D32E52

#D32E52
(211,46,82)
#C02A4B
(192,42,75)
#AD2644
(173,38,68)
#9A223D
(154,34,61)
#871E36
(135,30,54)
#741A2F
(116,26,47)
#611628
(97,22,40)
#4E1221
(78,18,33)
#3B0E1A
(59,14,26)
#280A13
(40,10,19)
#15060C
(21,6,12)
#000000
(0,0,0)

Tints of #D32E52

#D32E52
(211,46,82)
#D74161
(215,65,97)
#DB5470
(219,84,112)
#DF677F
(223,103,127)
#E37A8E
(227,122,142)
#E78D9D
(231,141,157)
#EBA0AC
(235,160,172)
#EFB3BB
(239,179,187)
#F3C6CA
(243,198,202)
#F7D9D9
(247,217,217)
#FBECE8
(251,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D32E52 color. Also use rgb(211,46,82) instead hex code.

Text Font Color

.myTextColor { color: #D32E52; }

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

This text font color is #D32E52.


Background Color

.myBgColor { background-color: #D32E52; }

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

This div background color is #D32E52.


Border color

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

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

This div border color is #D32E52.


Opacity

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

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

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

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

This text has shadow with #D32E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D32E52 on black background.


Color preview on white background

This text has color #D32E52 on white background.



Black color preview on #D32E52 background

This text has black color on #D32E52 background.


White color preview on #D32E52 background

This text has white color on #D32E52 background.