COLOR #D8357D

HEX: #D8357D
RGB: (216,53,125)

Color info

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

RGB color model

#D8357D color RGB value is (216,53,125).

  • red value is 216;
  • green value is 53;
  • blue value is 125.
RGB:
(216,53,125)
(85%,21%,49%)

RGB channels and saturation

R 216 of 255 = 85%
G 53 of 255 = 21%
B 125 of 255 = 49%

216
53
125

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

Portions of RGB colors in percentages

R + G + B =
216 + 53 + 125 = 394 (100%)
R 216 of 394 ~ 54.82%
G 53 of 394 ~ 13.45%
B 125 of 394 ~ 31.73%

%54.82
%13.45
%31.73

CMYK color model

#D8357D color CMYK value is (0,75,42,15).

  • cyan value is 0.00%
  • magenta value is 75.46%
  • yellow value is 42.13%
  • key color value is 15.29%
CMYK:
(0,75,42,15)
C0M75Y42K15 
(0%,75%,42%,15%)
(0.00/0.75/0.42/0.15)	

CMYK percentages

%0
%75.46
%42.13
%15.29

Codes

Color #D8357D in popluar color models

D8357D
RGB21653125
HSL333°67.63%52.75%
HSB/HSV333°75.46%84.71%
CMYK0.00%75.46%42.13%
15.29%

Color #D8357D in popluar number systems.

HEXD8357D
Decimal21653125
Binary110110001101011111101
Octal33065175

Shades and tints

Shades of #D8357D

#D8357D
(216,53,125)
#C53172
(197,49,114)
#B22D67
(178,45,103)
#9F295C
(159,41,92)
#8C2551
(140,37,81)
#792146
(121,33,70)
#661D3B
(102,29,59)
#531930
(83,25,48)
#401525
(64,21,37)
#2D111A
(45,17,26)
#1A0D0F
(26,13,15)
#000000
(0,0,0)

Tints of #D8357D

#D8357D
(216,53,125)
#DB4788
(219,71,136)
#DE5993
(222,89,147)
#E16B9E
(225,107,158)
#E47DA9
(228,125,169)
#E78FB4
(231,143,180)
#EAA1BF
(234,161,191)
#EDB3CA
(237,179,202)
#F0C5D5
(240,197,213)
#F3D7E0
(243,215,224)
#F6E9EB
(246,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8357D color. Also use rgb(216,53,125) instead hex code.

Text Font Color

.myTextColor { color: #D8357D; }

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

This text font color is #D8357D.


Background Color

.myBgColor { background-color: #D8357D; }

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

This div background color is #D8357D.


Border color

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

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

This div border color is #D8357D.


Opacity

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

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

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

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

This text has shadow with #D8357D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8357D on black background.


Color preview on white background

This text has color #D8357D on white background.



Black color preview on #D8357D background

This text has black color on #D8357D background.


White color preview on #D8357D background

This text has white color on #D8357D background.