COLOR #D82672

HEX: #D82672
RGB: (216,38,114)

Color info

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

RGB color model

#D82672 color RGB value is (216,38,114).

  • red value is 216;
  • green value is 38;
  • blue value is 114.
RGB:
(216,38,114)
(85%,15%,45%)

RGB channels and saturation

R 216 of 255 = 85%
G 38 of 255 = 15%
B 114 of 255 = 45%

216
38
114

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

Portions of RGB colors in percentages

R + G + B =
216 + 38 + 114 = 368 (100%)
R 216 of 368 ~ 58.7%
G 38 of 368 ~ 10.33%
B 114 of 368 ~ 30.98%

%58.7
%10.33
%30.98

CMYK color model

#D82672 color CMYK value is (0,82,47,15).

  • cyan value is 0.00%
  • magenta value is 82.41%
  • yellow value is 47.22%
  • key color value is 15.29%
CMYK:
(0,82,47,15)
C0M82Y47K15 
(0%,82%,47%,15%)
(0.00/0.82/0.47/0.15)	

CMYK percentages

%0
%82.41
%47.22
%15.29

Codes

Color #D82672 in popluar color models

D82672
RGB21638114
HSL334°70.08%49.80%
HSB/HSV334°82.41%84.71%
CMYK0.00%82.41%47.22%
15.29%

Color #D82672 in popluar number systems.

HEXD82672
Decimal21638114
Binary110110001001101110010
Octal33046162

Shades and tints

Shades of #D82672

#D82672
(216,38,114)
#C52368
(197,35,104)
#B2205E
(178,32,94)
#9F1D54
(159,29,84)
#8C1A4A
(140,26,74)
#791740
(121,23,64)
#661436
(102,20,54)
#53112C
(83,17,44)
#400E22
(64,14,34)
#2D0B18
(45,11,24)
#1A080E
(26,8,14)
#000000
(0,0,0)

Tints of #D82672

#D82672
(216,38,114)
#DB397E
(219,57,126)
#DE4C8A
(222,76,138)
#E15F96
(225,95,150)
#E472A2
(228,114,162)
#E785AE
(231,133,174)
#EA98BA
(234,152,186)
#EDABC6
(237,171,198)
#F0BED2
(240,190,210)
#F3D1DE
(243,209,222)
#F6E4EA
(246,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D82672 color. Also use rgb(216,38,114) instead hex code.

Text Font Color

.myTextColor { color: #D82672; }

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

This text font color is #D82672.


Background Color

.myBgColor { background-color: #D82672; }

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

This div background color is #D82672.


Border color

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

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

This div border color is #D82672.


Opacity

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

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

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

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

This text has shadow with #D82672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D82672 on black background.


Color preview on white background

This text has color #D82672 on white background.



Black color preview on #D82672 background

This text has black color on #D82672 background.


White color preview on #D82672 background

This text has white color on #D82672 background.