COLOR #DD76DA

HEX: #DD76DA
RGB: (221,118,218)

Color info

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

RGB color model

#DD76DA color RGB value is (221,118,218).

  • red value is 221;
  • green value is 118;
  • blue value is 218.
RGB:
(221,118,218)
(87%,46%,85%)

RGB channels and saturation

R 221 of 255 = 87%
G 118 of 255 = 46%
B 218 of 255 = 85%

221
118
218

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

Portions of RGB colors in percentages

R + G + B =
221 + 118 + 218 = 557 (100%)
R 221 of 557 ~ 39.68%
G 118 of 557 ~ 21.18%
B 218 of 557 ~ 39.14%

%39.68
%21.18
%39.14

CMYK color model

#DD76DA color CMYK value is (0,47,1,13).

  • cyan value is 0.00%
  • magenta value is 46.61%
  • yellow value is 1.36%
  • key color value is 13.33%
CMYK:
(0,47,1,13)
C0M47Y1K13 
(0%,47%,1%,13%)
(0.00/0.47/0.01/0.13)	

CMYK percentages

%0
%46.61
%1.36
%13.33

Codes

Color #DD76DA in popluar color models

DD76DA
RGB221118218
HSL302°60.23%66.47%
HSB/HSV302°46.61%86.67%
CMYK0.00%46.61%1.36%
13.33%

Color #DD76DA in popluar number systems.

HEXDD76DA
Decimal221118218
Binary11011101111011011011010
Octal335166332

Shades and tints

Shades of #DD76DA

#DD76DA
(221,118,218)
#C96CC7
(201,108,199)
#B562B4
(181,98,180)
#A158A1
(161,88,161)
#8D4E8E
(141,78,142)
#79447B
(121,68,123)
#653A68
(101,58,104)
#513055
(81,48,85)
#3D2642
(61,38,66)
#291C2F
(41,28,47)
#15121C
(21,18,28)
#000000
(0,0,0)

Tints of #DD76DA

#DD76DA
(221,118,218)
#E082DD
(224,130,221)
#E38EE0
(227,142,224)
#E69AE3
(230,154,227)
#E9A6E6
(233,166,230)
#ECB2E9
(236,178,233)
#EFBEEC
(239,190,236)
#F2CAEF
(242,202,239)
#F5D6F2
(245,214,242)
#F8E2F5
(248,226,245)
#FBEEF8
(251,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD76DA; }

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

This text font color is #DD76DA.


Background Color

.myBgColor { background-color: #DD76DA; }

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

This div background color is #DD76DA.


Border color

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

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

This div border color is #DD76DA.


Opacity

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

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

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

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

This text has shadow with #DD76DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD76DA on black background.


Color preview on white background

This text has color #DD76DA on white background.



Black color preview on #DD76DA background

This text has black color on #DD76DA background.


White color preview on #DD76DA background

This text has white color on #DD76DA background.