COLOR #D84993

HEX: #D84993 RGB: (216,73,147)

Color info

#D84993 contains mainly red color. Web safe color of #D84993 is #CC3399 (or #C39).

RGB color model

#D84993 color RGB value is (216,73,147).

RGB: (216,73,147) (85%, 29%, 58%)

RGB channels and saturation

R 216 of 255 = 85%
G 73 of 255 = 29%
B 147 of 255 = 58%

216
73
147

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

Portions of RGB colors in percentages

R + G + B = 216 + 73 + 147 = 436 (100%)
R 216 of 436 ~ 49.54%
G 73 of 436 ~ 16.74%
B 147 of 436 ~ 33.72'%

%49.54
%16.74
%33.72

CMYK color model

#D84993 color CMYK value is (0,66,32,15).

  • cyan value is 0.00%
  • magenta value is 66.20%
  • yellow value is 31.94%
  • key color value is 15.29%

CMYK: (0,66,32,15)
C0M66Y32K15 (0%, 66%, 32%, 15%)
(0.00 / 0.66 / 0.32 / 0.15)

CMYK percentages

%0
%66.2
%31.94
%15.29

Codes

Color #D84993 in popluar color models

D8 49 93
RGB 216 73 147
HSL 329° 64.71% 56.67%
HSB/HSV 329° 66.20% 84.71%
CMYK 0.00% 66.20% 31.94%
15.29%

Color #D84993 in popluar number systems.

HEX D8 49 93
Decimal 216 73 147
Binary 11011000 1001001 10010011
Octal 330 111 223

Shades and tints

Shades of #D84993

#D84993
(216,73,147)
#C54386
(197,67,134)
#B23D79
(178,61,121)
#9F376C
(159,55,108)
#8C315F
(140,49,95)
#792B52
(121,43,82)
#662545
(102,37,69)
#531F38
(83,31,56)
#40192B
(64,25,43)
#2D131E
(45,19,30)
#1A0D11
(26,13,17)
#000000
(0,0,0)

Tints of #D84993

#D84993
(216,73,147)
#DB599C
(219,89,156)
#DE69A5
(222,105,165)
#E179AE
(225,121,174)
#E489B7
(228,137,183)
#E799C0
(231,153,192)
#EAA9C9
(234,169,201)
#EDB9D2
(237,185,210)
#F0C9DB
(240,201,219)
#F3D9E4
(243,217,228)
#F6E9ED
(246,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D84993 color. Also use rgb(216,73,147) instead hex code.

Text Font Color

.myTextColor { color: #D84993; }

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

This text font color is #D84993.

Background Color

.myBgColor { background-color: #D84993; }

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

This div background color is #D84993.

Border color

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

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

This div border color is #D84993.

Opacity

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

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

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

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

This text has shadow with #D84993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D84993.

Preview

Color preview on black background

This text has color #D84993 on black background.


Color preview on white background

This text has color #D84993 on white background.


Black color preview on #D84993 background

This text has black color on #D84993 background.


White color preview on #D84993 background

This text has white color on #D84993 background.


Related colors

Complementary color

Complementary color for #hex is #27B66C.


I love getcolorcode.com

Triadic colors

1 #93D849 and #4993D8 with #D84993 are triadic colors.

2 #9349D8 and #49D893 with #D84993 are triadic colors.