COLOR #D4618D

HEX: #D4618D
RGB: (212,97,141)

Color info

#D4618D contains mainly red color. Web safe color of #D4618D is #CC6699 (or #C69).

RGB color model

#D4618D color RGB value is (212,97,141).

  • red value is 212;
  • green value is 97;
  • blue value is 141.
RGB:
(212,97,141)
(83%,38%,55%)

RGB channels and saturation

R 212 of 255 = 83%
G 97 of 255 = 38%
B 141 of 255 = 55%

212
97
141

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

Portions of RGB colors in percentages

R + G + B =
212 + 97 + 141 = 450 (100%)
R 212 of 450 ~ 47.11%
G 97 of 450 ~ 21.56%
B 141 of 450 ~ 31.33%

%47.11
%21.56
%31.33

CMYK color model

#D4618D color CMYK value is (0,54,33,17).

  • cyan value is 0.00%
  • magenta value is 54.25%
  • yellow value is 33.49%
  • key color value is 16.86%
CMYK:
(0,54,33,17)
C0M54Y33K17 
(0%,54%,33%,17%)
(0.00/0.54/0.33/0.17)	

CMYK percentages

%0
%54.25
%33.49
%16.86

Codes

Color #D4618D in popluar color models

D4618D
RGB21297141
HSL337°57.21%60.59%
HSB/HSV337°54.25%83.14%
CMYK0.00%54.25%33.49%
16.86%

Color #D4618D in popluar number systems.

HEXD4618D
Decimal21297141
Binary11010100110000110001101
Octal324141215

Shades and tints

Shades of #D4618D

#D4618D
(212,97,141)
#C15981
(193,89,129)
#AE5175
(174,81,117)
#9B4969
(155,73,105)
#88415D
(136,65,93)
#753951
(117,57,81)
#623145
(98,49,69)
#4F2939
(79,41,57)
#3C212D
(60,33,45)
#291921
(41,25,33)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #D4618D

#D4618D
(212,97,141)
#D76F97
(215,111,151)
#DA7DA1
(218,125,161)
#DD8BAB
(221,139,171)
#E099B5
(224,153,181)
#E3A7BF
(227,167,191)
#E6B5C9
(230,181,201)
#E9C3D3
(233,195,211)
#ECD1DD
(236,209,221)
#EFDFE7
(239,223,231)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4618D color. Also use rgb(212,97,141) instead hex code.

Text Font Color

.myTextColor { color: #D4618D; }

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

This text font color is #D4618D.


Background Color

.myBgColor { background-color: #D4618D; }

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

This div background color is #D4618D.


Border color

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

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

This div border color is #D4618D.


Opacity

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

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

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

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

This text has shadow with #D4618D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4618D on black background.


Color preview on white background

This text has color #D4618D on white background.



Black color preview on #D4618D background

This text has black color on #D4618D background.


White color preview on #D4618D background

This text has white color on #D4618D background.