COLOR #D44DC0

HEX: #D44DC0 RGB: (212,77,192)

Color info

#D44DC0 contains mainly red and blue colors. Web safe color of #D44DC0 is #CC33CC (or #C3C).

RGB color model

#D44DC0 color RGB value is (212,77,192).

RGB: (212,77,192) (83%, 30%, 75%)

RGB channels and saturation

R 212 of 255 = 83%
G 77 of 255 = 30%
B 192 of 255 = 75%

212
77
192

R + G + B ~ 63%. #D44DC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 77 + 192 = 481 (100%)
R 212 of 481 ~ 44.07%
G 77 of 481 ~ 16.01%
B 192 of 481 ~ 39.92'%

%44.07
%16.01
%39.92

CMYK color model

#D44DC0 color CMYK value is (0,64,9,17).

  • cyan value is 0.00%
  • magenta value is 63.68%
  • yellow value is 9.43%
  • key color value is 16.86%

CMYK: (0,64,9,17)
C0M64Y9K17 (0%, 64%, 9%, 17%)
(0.00 / 0.64 / 0.09 / 0.17)

CMYK percentages

%0
%63.68
%9.43
%16.86

Codes

Color #D44DC0 in popluar color models

D4 4D C0
RGB 212 77 192
HSL 309° 61.09% 56.67%
HSB/HSV 309° 63.68% 83.14%
CMYK 0.00% 63.68% 9.43%
16.86%

Color #D44DC0 in popluar number systems.

HEX D4 4D C0
Decimal 212 77 192
Binary 11010100 1001101 11000000
Octal 324 115 300

Shades and tints

Shades of #D44DC0

#D44DC0
(212,77,192)
#C146AF
(193,70,175)
#AE3F9E
(174,63,158)
#9B388D
(155,56,141)
#88317C
(136,49,124)
#752A6B
(117,42,107)
#62235A
(98,35,90)
#4F1C49
(79,28,73)
#3C1538
(60,21,56)
#290E27
(41,14,39)
#160716
(22,7,22)
#000000
(0,0,0)

Tints of #D44DC0

#D44DC0
(212,77,192)
#D75DC5
(215,93,197)
#DA6DCA
(218,109,202)
#DD7DCF
(221,125,207)
#E08DD4
(224,141,212)
#E39DD9
(227,157,217)
#E6ADDE
(230,173,222)
#E9BDE3
(233,189,227)
#ECCDE8
(236,205,232)
#EFDDED
(239,221,237)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D44DC0; }

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

This text font color is #D44DC0.

Background Color

.myBgColor { background-color: #D44DC0; }

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

This div background color is #D44DC0.

Border color

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

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

This div border color is #D44DC0.

Opacity

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

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

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

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

This text has shadow with #D44DC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D44DC0.

Preview

Color preview on black background

This text has color #D44DC0 on black background.


Color preview on white background

This text has color #D44DC0 on white background.


Black color preview on #D44DC0 background

This text has black color on #D44DC0 background.


White color preview on #D44DC0 background

This text has white color on #D44DC0 background.


Related colors

Complementary color

Complementary color for #hex is #2BB23F.


I love getcolorcode.com

Triadic colors

1 #C0D44D and #4DC0D4 with #D44DC0 are triadic colors.

2 #C04DD4 and #4DD4C0 with #D44DC0 are triadic colors.