COLOR #DD74DD

HEX: #DD74DD
RGB: (221,116,221)

Color info

#DD74DD contains mainly red and blue colors. Web safe color of #DD74DD is #CC66CC (or #C6C).

RGB color model

#DD74DD color RGB value is (221,116,221).

  • red value is 221;
  • green value is 116;
  • blue value is 221.
RGB:
(221,116,221)
(87%,45%,87%)

RGB channels and saturation

R 221 of 255 = 87%
G 116 of 255 = 45%
B 221 of 255 = 87%

221
116
221

R + G + B ~ 73%. #DD74DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 116 + 221 = 558 (100%)
R 221 of 558 ~ 39.61%
G 116 of 558 ~ 20.79%
B 221 of 558 ~ 39.61%

%39.61
%20.79
%39.61

CMYK color model

#DD74DD color CMYK value is (0,48,0,13).

  • cyan value is 0.00%
  • magenta value is 47.51%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(0,48,0,13)
C0M48Y0K13 
(0%,48%,0%,13%)
(0.00/0.48/0.00/0.13)	

CMYK percentages

%0
%47.51
%0
%13.33

Codes

Color #DD74DD in popluar color models

DD74DD
RGB221116221
HSL300°60.69%66.08%
HSB/HSV300°47.51%86.67%
CMYK0.00%47.51%0.00%
13.33%

Color #DD74DD in popluar number systems.

HEXDD74DD
Decimal221116221
Binary11011101111010011011101
Octal335164335

Shades and tints

Shades of #DD74DD

#DD74DD
(221,116,221)
#C96AC9
(201,106,201)
#B560B5
(181,96,181)
#A156A1
(161,86,161)
#8D4C8D
(141,76,141)
#794279
(121,66,121)
#653865
(101,56,101)
#512E51
(81,46,81)
#3D243D
(61,36,61)
#291A29
(41,26,41)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #DD74DD

#DD74DD
(221,116,221)
#E080E0
(224,128,224)
#E38CE3
(227,140,227)
#E698E6
(230,152,230)
#E9A4E9
(233,164,233)
#ECB0EC
(236,176,236)
#EFBCEF
(239,188,239)
#F2C8F2
(242,200,242)
#F5D4F5
(245,212,245)
#F8E0F8
(248,224,248)
#FBECFB
(251,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD74DD; }

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

This text font color is #DD74DD.


Background Color

.myBgColor { background-color: #DD74DD; }

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

This div background color is #DD74DD.


Border color

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

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

This div border color is #DD74DD.


Opacity

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

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

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

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

This text has shadow with #DD74DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD74DD on black background.


Color preview on white background

This text has color #DD74DD on white background.



Black color preview on #DD74DD background

This text has black color on #DD74DD background.


White color preview on #DD74DD background

This text has white color on #DD74DD background.