COLOR #DD96DD

HEX: #DD96DD
RGB: (221,150,221)

Color info

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

RGB color model

#DD96DD color RGB value is (221,150,221).

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

RGB channels and saturation

R 221 of 255 = 87%
G 150 of 255 = 59%
B 221 of 255 = 87%

221
150
221

R + G + B ~ 78%. #DD96DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 150 + 221 = 592 (100%)
R 221 of 592 ~ 37.33%
G 150 of 592 ~ 25.34%
B 221 of 592 ~ 37.33%

%37.33
%25.34
%37.33

CMYK color model

#DD96DD color CMYK value is (0,32,0,13).

  • cyan value is 0.00%
  • magenta value is 32.13%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(0,32,0,13)
C0M32Y0K13 
(0%,32%,0%,13%)
(0.00/0.32/0.00/0.13)	

CMYK percentages

%0
%32.13
%0
%13.33

Codes

Color #DD96DD in popluar color models

DD96DD
RGB221150221
HSL300°51.08%72.75%
HSB/HSV300°32.13%86.67%
CMYK0.00%32.13%0.00%
13.33%

Color #DD96DD in popluar number systems.

HEXDD96DD
Decimal221150221
Binary110111011001011011011101
Octal335226335

Shades and tints

Shades of #DD96DD

#DD96DD
(221,150,221)
#C989C9
(201,137,201)
#B57CB5
(181,124,181)
#A16FA1
(161,111,161)
#8D628D
(141,98,141)
#795579
(121,85,121)
#654865
(101,72,101)
#513B51
(81,59,81)
#3D2E3D
(61,46,61)
#292129
(41,33,41)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #DD96DD

#DD96DD
(221,150,221)
#E09FE0
(224,159,224)
#E3A8E3
(227,168,227)
#E6B1E6
(230,177,230)
#E9BAE9
(233,186,233)
#ECC3EC
(236,195,236)
#EFCCEF
(239,204,239)
#F2D5F2
(242,213,242)
#F5DEF5
(245,222,245)
#F8E7F8
(248,231,248)
#FBF0FB
(251,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD96DD; }

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

This text font color is #DD96DD.


Background Color

.myBgColor { background-color: #DD96DD; }

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

This div background color is #DD96DD.


Border color

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

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

This div border color is #DD96DD.


Opacity

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

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

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

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

This text has shadow with #DD96DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD96DD on black background.


Color preview on white background

This text has color #DD96DD on white background.



Black color preview on #DD96DD background

This text has black color on #DD96DD background.


White color preview on #DD96DD background

This text has white color on #DD96DD background.