COLOR #DD4CF7

HEX: #DD4CF7
RGB: (221,76,247)

Color info

#DD4CF7 contains mainly red and blue colors. Web safe color of #DD4CF7 is #CC33FF (or #C3F).

RGB color model

#DD4CF7 color RGB value is (221,76,247).

  • red value is 221;
  • green value is 76;
  • blue value is 247.
RGB:
(221,76,247)
(87%,30%,97%)

RGB channels and saturation

R 221 of 255 = 87%
G 76 of 255 = 30%
B 247 of 255 = 97%

221
76
247

R + G + B ~ 71%. #DD4CF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 76 + 247 = 544 (100%)
R 221 of 544 ~ 40.63%
G 76 of 544 ~ 13.97%
B 247 of 544 ~ 45.4%

%40.63
%13.97
%45.4

CMYK color model

#DD4CF7 color CMYK value is (11,69,0,3).

  • cyan value is 10.53%
  • magenta value is 69.23%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(11,69,0,3)
C11M69Y0K3 
(11%,69%,0%,3%)
(0.11/0.69/0.00/0.03)	

CMYK percentages

%10.53
%69.23
%0
%3.14

Codes

Color #DD4CF7 in popluar color models

DD4CF7
RGB22176247
HSL291°91.44%63.33%
HSB/HSV291°69.23%96.86%
CMYK10.53%69.23%0.00%
3.14%

Color #DD4CF7 in popluar number systems.

HEXDD4CF7
Decimal22176247
Binary11011101100110011110111
Octal335114367

Shades and tints

Shades of #DD4CF7

#DD4CF7
(221,76,247)
#C946E1
(201,70,225)
#B540CB
(181,64,203)
#A13AB5
(161,58,181)
#8D349F
(141,52,159)
#792E89
(121,46,137)
#652873
(101,40,115)
#51225D
(81,34,93)
#3D1C47
(61,28,71)
#291631
(41,22,49)
#15101B
(21,16,27)
#000000
(0,0,0)

Tints of #DD4CF7

#DD4CF7
(221,76,247)
#E05CF7
(224,92,247)
#E36CF7
(227,108,247)
#E67CF7
(230,124,247)
#E98CF7
(233,140,247)
#EC9CF7
(236,156,247)
#EFACF7
(239,172,247)
#F2BCF7
(242,188,247)
#F5CCF7
(245,204,247)
#F8DCF7
(248,220,247)
#FBECF7
(251,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD4CF7 color. Also use rgb(221,76,247) instead hex code.

Text Font Color

.myTextColor { color: #DD4CF7; }

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

This text font color is #DD4CF7.


Background Color

.myBgColor { background-color: #DD4CF7; }

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

This div background color is #DD4CF7.


Border color

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

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

This div border color is #DD4CF7.


Opacity

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

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

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

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

This text has shadow with #DD4CF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD4CF7 on black background.


Color preview on white background

This text has color #DD4CF7 on white background.



Black color preview on #DD4CF7 background

This text has black color on #DD4CF7 background.


White color preview on #DD4CF7 background

This text has white color on #DD4CF7 background.