COLOR #D44D7D

HEX: #D44D7D
RGB: (212,77,125)

Color info

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

RGB color model

#D44D7D color RGB value is (212,77,125).

  • red value is 212;
  • green value is 77;
  • blue value is 125.
RGB:
(212,77,125)
(83%,30%,49%)

RGB channels and saturation

R 212 of 255 = 83%
G 77 of 255 = 30%
B 125 of 255 = 49%

212
77
125

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

Portions of RGB colors in percentages

R + G + B =
212 + 77 + 125 = 414 (100%)
R 212 of 414 ~ 51.21%
G 77 of 414 ~ 18.6%
B 125 of 414 ~ 30.19%

%51.21
%18.6
%30.19

CMYK color model

#D44D7D color CMYK value is (0,64,41,17).

  • cyan value is 0.00%
  • magenta value is 63.68%
  • yellow value is 41.04%
  • key color value is 16.86%
CMYK:
(0,64,41,17)
C0M64Y41K17 
(0%,64%,41%,17%)
(0.00/0.64/0.41/0.17)	

CMYK percentages

%0
%63.68
%41.04
%16.86

Codes

Color #D44D7D in popluar color models

D44D7D
RGB21277125
HSL339°61.09%56.67%
HSB/HSV339°63.68%83.14%
CMYK0.00%63.68%41.04%
16.86%

Color #D44D7D in popluar number systems.

HEXD44D7D
Decimal21277125
Binary1101010010011011111101
Octal324115175

Shades and tints

Shades of #D44D7D

#D44D7D
(212,77,125)
#C14672
(193,70,114)
#AE3F67
(174,63,103)
#9B385C
(155,56,92)
#883151
(136,49,81)
#752A46
(117,42,70)
#62233B
(98,35,59)
#4F1C30
(79,28,48)
#3C1525
(60,21,37)
#290E1A
(41,14,26)
#16070F
(22,7,15)
#000000
(0,0,0)

Tints of #D44D7D

#D44D7D
(212,77,125)
#D75D88
(215,93,136)
#DA6D93
(218,109,147)
#DD7D9E
(221,125,158)
#E08DA9
(224,141,169)
#E39DB4
(227,157,180)
#E6ADBF
(230,173,191)
#E9BDCA
(233,189,202)
#ECCDD5
(236,205,213)
#EFDDE0
(239,221,224)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D44D7D color. Also use rgb(212,77,125) instead hex code.

Text Font Color

.myTextColor { color: #D44D7D; }

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

This text font color is #D44D7D.


Background Color

.myBgColor { background-color: #D44D7D; }

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

This div background color is #D44D7D.


Border color

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

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

This div border color is #D44D7D.


Opacity

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

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

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

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

This text has shadow with #D44D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D44D7D on black background.


Color preview on white background

This text has color #D44D7D on white background.



Black color preview on #D44D7D background

This text has black color on #D44D7D background.


White color preview on #D44D7D background

This text has white color on #D44D7D background.