COLOR #DD95EF

HEX: #DD95EF
RGB: (221,149,239)

Color info

#DD95EF contains mainly red and blue colors. Web safe color of #DD95EF is #CC99FF (or #C9F).

RGB color model

#DD95EF color RGB value is (221,149,239).

  • red value is 221;
  • green value is 149;
  • blue value is 239.
RGB:
(221,149,239)
(87%,58%,94%)

RGB channels and saturation

R 221 of 255 = 87%
G 149 of 255 = 58%
B 239 of 255 = 94%

221
149
239

R + G + B ~ 80%. #DD95EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 149 + 239 = 609 (100%)
R 221 of 609 ~ 36.29%
G 149 of 609 ~ 24.47%
B 239 of 609 ~ 39.24%

%36.29
%24.47
%39.24

CMYK color model

#DD95EF color CMYK value is (8,38,0,6).

  • cyan value is 7.53%
  • magenta value is 37.66%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(8,38,0,6)
C8M38Y0K6 
(8%,38%,0%,6%)
(0.08/0.38/0.00/0.06)	

CMYK percentages

%7.53
%37.66
%0
%6.27

Codes

Color #DD95EF in popluar color models

DD95EF
RGB221149239
HSL288°73.77%76.08%
HSB/HSV288°37.66%93.73%
CMYK7.53%37.66%0.00%
6.27%

Color #DD95EF in popluar number systems.

HEXDD95EF
Decimal221149239
Binary110111011001010111101111
Octal335225357

Shades and tints

Shades of #DD95EF

#DD95EF
(221,149,239)
#C988DA
(201,136,218)
#B57BC5
(181,123,197)
#A16EB0
(161,110,176)
#8D619B
(141,97,155)
#795486
(121,84,134)
#654771
(101,71,113)
#513A5C
(81,58,92)
#3D2D47
(61,45,71)
#292032
(41,32,50)
#15131D
(21,19,29)
#000000
(0,0,0)

Tints of #DD95EF

#DD95EF
(221,149,239)
#E09EF0
(224,158,240)
#E3A7F1
(227,167,241)
#E6B0F2
(230,176,242)
#E9B9F3
(233,185,243)
#ECC2F4
(236,194,244)
#EFCBF5
(239,203,245)
#F2D4F6
(242,212,246)
#F5DDF7
(245,221,247)
#F8E6F8
(248,230,248)
#FBEFF9
(251,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD95EF; }

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

This text font color is #DD95EF.


Background Color

.myBgColor { background-color: #DD95EF; }

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

This div background color is #DD95EF.


Border color

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

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

This div border color is #DD95EF.


Opacity

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

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

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

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

This text has shadow with #DD95EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD95EF on black background.


Color preview on white background

This text has color #DD95EF on white background.



Black color preview on #DD95EF background

This text has black color on #DD95EF background.


White color preview on #DD95EF background

This text has white color on #DD95EF background.