COLOR #DD94C6

HEX: #DD94C6
RGB: (221,148,198)

Color info

#DD94C6 contains mainly red and blue colors. Web safe color of #DD94C6 is #CC99CC (or #C9C).

RGB color model

#DD94C6 color RGB value is (221,148,198).

  • red value is 221;
  • green value is 148;
  • blue value is 198.
RGB:
(221,148,198)
(87%,58%,78%)

RGB channels and saturation

R 221 of 255 = 87%
G 148 of 255 = 58%
B 198 of 255 = 78%

221
148
198

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

Portions of RGB colors in percentages

R + G + B =
221 + 148 + 198 = 567 (100%)
R 221 of 567 ~ 38.98%
G 148 of 567 ~ 26.1%
B 198 of 567 ~ 34.92%

%38.98
%26.1
%34.92

CMYK color model

#DD94C6 color CMYK value is (0,33,10,13).

  • cyan value is 0.00%
  • magenta value is 33.03%
  • yellow value is 10.41%
  • key color value is 13.33%
CMYK:
(0,33,10,13)
C0M33Y10K13 
(0%,33%,10%,13%)
(0.00/0.33/0.10/0.13)	

CMYK percentages

%0
%33.03
%10.41
%13.33

Codes

Color #DD94C6 in popluar color models

DD94C6
RGB221148198
HSL319°51.77%72.35%
HSB/HSV319°33.03%86.67%
CMYK0.00%33.03%10.41%
13.33%

Color #DD94C6 in popluar number systems.

HEXDD94C6
Decimal221148198
Binary110111011001010011000110
Octal335224306

Shades and tints

Shades of #DD94C6

#DD94C6
(221,148,198)
#C987B4
(201,135,180)
#B57AA2
(181,122,162)
#A16D90
(161,109,144)
#8D607E
(141,96,126)
#79536C
(121,83,108)
#65465A
(101,70,90)
#513948
(81,57,72)
#3D2C36
(61,44,54)
#291F24
(41,31,36)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #DD94C6

#DD94C6
(221,148,198)
#E09DCB
(224,157,203)
#E3A6D0
(227,166,208)
#E6AFD5
(230,175,213)
#E9B8DA
(233,184,218)
#ECC1DF
(236,193,223)
#EFCAE4
(239,202,228)
#F2D3E9
(242,211,233)
#F5DCEE
(245,220,238)
#F8E5F3
(248,229,243)
#FBEEF8
(251,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD94C6; }

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

This text font color is #DD94C6.


Background Color

.myBgColor { background-color: #DD94C6; }

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

This div background color is #DD94C6.


Border color

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

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

This div border color is #DD94C6.


Opacity

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

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

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

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

This text has shadow with #DD94C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD94C6 on black background.


Color preview on white background

This text has color #DD94C6 on white background.



Black color preview on #DD94C6 background

This text has black color on #DD94C6 background.


White color preview on #DD94C6 background

This text has white color on #DD94C6 background.