COLOR #D9416E

HEX: #D9416E
RGB: (217,65,110)

Color info

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

RGB color model

#D9416E color RGB value is (217,65,110).

  • red value is 217;
  • green value is 65;
  • blue value is 110.
RGB:
(217,65,110)
(85%,25%,43%)

RGB channels and saturation

R 217 of 255 = 85%
G 65 of 255 = 25%
B 110 of 255 = 43%

217
65
110

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

Portions of RGB colors in percentages

R + G + B =
217 + 65 + 110 = 392 (100%)
R 217 of 392 ~ 55.36%
G 65 of 392 ~ 16.58%
B 110 of 392 ~ 28.06%

%55.36
%16.58
%28.06

CMYK color model

#D9416E color CMYK value is (0,70,49,15).

  • cyan value is 0.00%
  • magenta value is 70.05%
  • yellow value is 49.31%
  • key color value is 14.90%
CMYK:
(0,70,49,15)
C0M70Y49K15 
(0%,70%,49%,15%)
(0.00/0.70/0.49/0.15)	

CMYK percentages

%0
%70.05
%49.31
%14.9

Codes

Color #D9416E in popluar color models

D9416E
RGB21765110
HSL342°66.67%55.29%
HSB/HSV342°70.05%85.10%
CMYK0.00%70.05%49.31%
14.90%

Color #D9416E in popluar number systems.

HEXD9416E
Decimal21765110
Binary1101100110000011101110
Octal331101156

Shades and tints

Shades of #D9416E

#D9416E
(217,65,110)
#C63C64
(198,60,100)
#B3375A
(179,55,90)
#A03250
(160,50,80)
#8D2D46
(141,45,70)
#7A283C
(122,40,60)
#672332
(103,35,50)
#541E28
(84,30,40)
#41191E
(65,25,30)
#2E1414
(46,20,20)
#1B0F0A
(27,15,10)
#000000
(0,0,0)

Tints of #D9416E

#D9416E
(217,65,110)
#DC527B
(220,82,123)
#DF6388
(223,99,136)
#E27495
(226,116,149)
#E585A2
(229,133,162)
#E896AF
(232,150,175)
#EBA7BC
(235,167,188)
#EEB8C9
(238,184,201)
#F1C9D6
(241,201,214)
#F4DAE3
(244,218,227)
#F7EBF0
(247,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9416E color. Also use rgb(217,65,110) instead hex code.

Text Font Color

.myTextColor { color: #D9416E; }

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

This text font color is #D9416E.


Background Color

.myBgColor { background-color: #D9416E; }

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

This div background color is #D9416E.


Border color

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

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

This div border color is #D9416E.


Opacity

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

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

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

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

This text has shadow with #D9416E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9416E on black background.


Color preview on white background

This text has color #D9416E on white background.



Black color preview on #D9416E background

This text has black color on #D9416E background.


White color preview on #D9416E background

This text has white color on #D9416E background.