COLOR #D44680

HEX: #D44680
RGB: (212,70,128)

Color info

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

RGB color model

#D44680 color RGB value is (212,70,128).

  • red value is 212;
  • green value is 70;
  • blue value is 128.
RGB:
(212,70,128)
(83%,27%,50%)

RGB channels and saturation

R 212 of 255 = 83%
G 70 of 255 = 27%
B 128 of 255 = 50%

212
70
128

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

Portions of RGB colors in percentages

R + G + B =
212 + 70 + 128 = 410 (100%)
R 212 of 410 ~ 51.71%
G 70 of 410 ~ 17.07%
B 128 of 410 ~ 31.22%

%51.71
%17.07
%31.22

CMYK color model

#D44680 color CMYK value is (0,67,40,17).

  • cyan value is 0.00%
  • magenta value is 66.98%
  • yellow value is 39.62%
  • key color value is 16.86%
CMYK:
(0,67,40,17)
C0M67Y40K17 
(0%,67%,40%,17%)
(0.00/0.67/0.40/0.17)	

CMYK percentages

%0
%66.98
%39.62
%16.86

Codes

Color #D44680 in popluar color models

D44680
RGB21270128
HSL335°62.28%55.29%
HSB/HSV335°66.98%83.14%
CMYK0.00%66.98%39.62%
16.86%

Color #D44680 in popluar number systems.

HEXD44680
Decimal21270128
Binary11010100100011010000000
Octal324106200

Shades and tints

Shades of #D44680

#D44680
(212,70,128)
#C14075
(193,64,117)
#AE3A6A
(174,58,106)
#9B345F
(155,52,95)
#882E54
(136,46,84)
#752849
(117,40,73)
#62223E
(98,34,62)
#4F1C33
(79,28,51)
#3C1628
(60,22,40)
#29101D
(41,16,29)
#160A12
(22,10,18)
#000000
(0,0,0)

Tints of #D44680

#D44680
(212,70,128)
#D7568B
(215,86,139)
#DA6696
(218,102,150)
#DD76A1
(221,118,161)
#E086AC
(224,134,172)
#E396B7
(227,150,183)
#E6A6C2
(230,166,194)
#E9B6CD
(233,182,205)
#ECC6D8
(236,198,216)
#EFD6E3
(239,214,227)
#F2E6EE
(242,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D44680 color. Also use rgb(212,70,128) instead hex code.

Text Font Color

.myTextColor { color: #D44680; }

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

This text font color is #D44680.


Background Color

.myBgColor { background-color: #D44680; }

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

This div background color is #D44680.


Border color

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

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

This div border color is #D44680.


Opacity

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

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

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

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

This text has shadow with #D44680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D44680 on black background.


Color preview on white background

This text has color #D44680 on white background.



Black color preview on #D44680 background

This text has black color on #D44680 background.


White color preview on #D44680 background

This text has white color on #D44680 background.