COLOR #D83E52

HEX: #D83E52
RGB: (216,62,82)

Color info

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

RGB color model

#D83E52 color RGB value is (216,62,82).

  • red value is 216;
  • green value is 62;
  • blue value is 82.
RGB:
(216,62,82)
(85%,24%,32%)

RGB channels and saturation

R 216 of 255 = 85%
G 62 of 255 = 24%
B 82 of 255 = 32%

216
62
82

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

Portions of RGB colors in percentages

R + G + B =
216 + 62 + 82 = 360 (100%)
R 216 of 360 ~ 60%
G 62 of 360 ~ 17.22%
B 82 of 360 ~ 22.78%

%60
%17.22
%22.78

CMYK color model

#D83E52 color CMYK value is (0,71,62,15).

  • cyan value is 0.00%
  • magenta value is 71.30%
  • yellow value is 62.04%
  • key color value is 15.29%
CMYK:
(0,71,62,15)
C0M71Y62K15 
(0%,71%,62%,15%)
(0.00/0.71/0.62/0.15)	

CMYK percentages

%0
%71.3
%62.04
%15.29

Codes

Color #D83E52 in popluar color models

D83E52
RGB2166282
HSL352°66.38%54.51%
HSB/HSV352°71.30%84.71%
CMYK0.00%71.30%62.04%
15.29%

Color #D83E52 in popluar number systems.

HEXD83E52
Decimal2166282
Binary110110001111101010010
Octal33076122

Shades and tints

Shades of #D83E52

#D83E52
(216,62,82)
#C5394B
(197,57,75)
#B23444
(178,52,68)
#9F2F3D
(159,47,61)
#8C2A36
(140,42,54)
#79252F
(121,37,47)
#662028
(102,32,40)
#531B21
(83,27,33)
#40161A
(64,22,26)
#2D1113
(45,17,19)
#1A0C0C
(26,12,12)
#000000
(0,0,0)

Tints of #D83E52

#D83E52
(216,62,82)
#DB4F61
(219,79,97)
#DE6070
(222,96,112)
#E1717F
(225,113,127)
#E4828E
(228,130,142)
#E7939D
(231,147,157)
#EAA4AC
(234,164,172)
#EDB5BB
(237,181,187)
#F0C6CA
(240,198,202)
#F3D7D9
(243,215,217)
#F6E8E8
(246,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D83E52 color. Also use rgb(216,62,82) instead hex code.

Text Font Color

.myTextColor { color: #D83E52; }

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

This text font color is #D83E52.


Background Color

.myBgColor { background-color: #D83E52; }

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

This div background color is #D83E52.


Border color

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

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

This div border color is #D83E52.


Opacity

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

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

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

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

This text has shadow with #D83E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D83E52 on black background.


Color preview on white background

This text has color #D83E52 on white background.



Black color preview on #D83E52 background

This text has black color on #D83E52 background.


White color preview on #D83E52 background

This text has white color on #D83E52 background.