COLOR #DD77E3

HEX: #DD77E3
RGB: (221,119,227)

Color info

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

RGB color model

#DD77E3 color RGB value is (221,119,227).

  • red value is 221;
  • green value is 119;
  • blue value is 227.
RGB:
(221,119,227)
(87%,47%,89%)

RGB channels and saturation

R 221 of 255 = 87%
G 119 of 255 = 47%
B 227 of 255 = 89%

221
119
227

R + G + B ~ 74%. #DD77E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 119 + 227 = 567 (100%)
R 221 of 567 ~ 38.98%
G 119 of 567 ~ 20.99%
B 227 of 567 ~ 40.04%

%38.98
%20.99
%40.04

CMYK color model

#DD77E3 color CMYK value is (3,48,0,11).

  • cyan value is 2.64%
  • magenta value is 47.58%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(3,48,0,11)
C3M48Y0K11 
(3%,48%,0%,11%)
(0.03/0.48/0.00/0.11)	

CMYK percentages

%2.64
%47.58
%0
%10.98

Codes

Color #DD77E3 in popluar color models

DD77E3
RGB221119227
HSL297°65.85%67.84%
HSB/HSV297°47.58%89.02%
CMYK2.64%47.58%0.00%
10.98%

Color #DD77E3 in popluar number systems.

HEXDD77E3
Decimal221119227
Binary11011101111011111100011
Octal335167343

Shades and tints

Shades of #DD77E3

#DD77E3
(221,119,227)
#C96DCF
(201,109,207)
#B563BB
(181,99,187)
#A159A7
(161,89,167)
#8D4F93
(141,79,147)
#79457F
(121,69,127)
#653B6B
(101,59,107)
#513157
(81,49,87)
#3D2743
(61,39,67)
#291D2F
(41,29,47)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #DD77E3

#DD77E3
(221,119,227)
#E083E5
(224,131,229)
#E38FE7
(227,143,231)
#E69BE9
(230,155,233)
#E9A7EB
(233,167,235)
#ECB3ED
(236,179,237)
#EFBFEF
(239,191,239)
#F2CBF1
(242,203,241)
#F5D7F3
(245,215,243)
#F8E3F5
(248,227,245)
#FBEFF7
(251,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD77E3; }

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

This text font color is #DD77E3.


Background Color

.myBgColor { background-color: #DD77E3; }

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

This div background color is #DD77E3.


Border color

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

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

This div border color is #DD77E3.


Opacity

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

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

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

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

This text has shadow with #DD77E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD77E3 on black background.


Color preview on white background

This text has color #DD77E3 on white background.



Black color preview on #DD77E3 background

This text has black color on #DD77E3 background.


White color preview on #DD77E3 background

This text has white color on #DD77E3 background.