COLOR #DF44C7

HEX: #DF44C7
RGB: (223,68,199)

Color info

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

RGB color model

#DF44C7 color RGB value is (223,68,199).

  • red value is 223;
  • green value is 68;
  • blue value is 199.
RGB:
(223,68,199)
(87%,27%,78%)

RGB channels and saturation

R 223 of 255 = 87%
G 68 of 255 = 27%
B 199 of 255 = 78%

223
68
199

R + G + B ~ 64%. #DF44C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 68 + 199 = 490 (100%)
R 223 of 490 ~ 45.51%
G 68 of 490 ~ 13.88%
B 199 of 490 ~ 40.61%

%45.51
%13.88
%40.61

CMYK color model

#DF44C7 color CMYK value is (0,70,11,13).

  • cyan value is 0.00%
  • magenta value is 69.51%
  • yellow value is 10.76%
  • key color value is 12.55%
CMYK:
(0,70,11,13)
C0M70Y11K13 
(0%,70%,11%,13%)
(0.00/0.70/0.11/0.13)	

CMYK percentages

%0
%69.51
%10.76
%12.55

Codes

Color #DF44C7 in popluar color models

DF44C7
RGB22368199
HSL309°70.78%57.06%
HSB/HSV309°69.51%87.45%
CMYK0.00%69.51%10.76%
12.55%

Color #DF44C7 in popluar number systems.

HEXDF44C7
Decimal22368199
Binary11011111100010011000111
Octal337104307

Shades and tints

Shades of #DF44C7

#DF44C7
(223,68,199)
#CB3EB5
(203,62,181)
#B738A3
(183,56,163)
#A33291
(163,50,145)
#8F2C7F
(143,44,127)
#7B266D
(123,38,109)
#67205B
(103,32,91)
#531A49
(83,26,73)
#3F1437
(63,20,55)
#2B0E25
(43,14,37)
#170813
(23,8,19)
#000000
(0,0,0)

Tints of #DF44C7

#DF44C7
(223,68,199)
#E155CC
(225,85,204)
#E366D1
(227,102,209)
#E577D6
(229,119,214)
#E788DB
(231,136,219)
#E999E0
(233,153,224)
#EBAAE5
(235,170,229)
#EDBBEA
(237,187,234)
#EFCCEF
(239,204,239)
#F1DDF4
(241,221,244)
#F3EEF9
(243,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF44C7 color. Also use rgb(223,68,199) instead hex code.

Text Font Color

.myTextColor { color: #DF44C7; }

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

This text font color is #DF44C7.


Background Color

.myBgColor { background-color: #DF44C7; }

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

This div background color is #DF44C7.


Border color

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

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

This div border color is #DF44C7.


Opacity

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

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

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

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

This text has shadow with #DF44C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF44C7 on black background.


Color preview on white background

This text has color #DF44C7 on white background.



Black color preview on #DF44C7 background

This text has black color on #DF44C7 background.


White color preview on #DF44C7 background

This text has white color on #DF44C7 background.