COLOR #DD98EE

HEX: #DD98EE RGB: (221,152,238)

Color info

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

RGB color model

#DD98EE color RGB value is (221,152,238).

RGB: (221,152,238) (87%, 60%, 93%)

RGB channels and saturation

R 221 of 255 = 87%
G 152 of 255 = 60%
B 238 of 255 = 93%

221
152
238

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

Portions of RGB colors in percentages

R + G + B = 221 + 152 + 238 = 611 (100%)
R 221 of 611 ~ 36.17%
G 152 of 611 ~ 24.88%
B 238 of 611 ~ 38.95'%

%36.17
%24.88
%38.95

CMYK color model

#DD98EE color CMYK value is (7,36,0,7).

  • cyan value is 7.14%
  • magenta value is 36.13%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (7,36,0,7)
C7M36Y0K7 (7%, 36%, 0%, 7%)
(0.07 / 0.36 / 0.00 / 0.07)

CMYK percentages

%7.14
%36.13
%0
%6.67

Codes

Color #DD98EE in popluar color models

DD 98 EE
RGB 221 152 238
HSL 288° 71.67% 76.47%
HSB/HSV 288° 36.13% 93.33%
CMYK 7.14% 36.13% 0.00%
6.67%

Color #DD98EE in popluar number systems.

HEX DD 98 EE
Decimal 221 152 238
Binary 11011101 10011000 11101110
Octal 335 230 356

Shades and tints

Shades of #DD98EE

#DD98EE
(221,152,238)
#C98BD9
(201,139,217)
#B57EC4
(181,126,196)
#A171AF
(161,113,175)
#8D649A
(141,100,154)
#795785
(121,87,133)
#654A70
(101,74,112)
#513D5B
(81,61,91)
#3D3046
(61,48,70)
#292331
(41,35,49)
#15161C
(21,22,28)
#000000
(0,0,0)

Tints of #DD98EE

#DD98EE
(221,152,238)
#E0A1EF
(224,161,239)
#E3AAF0
(227,170,240)
#E6B3F1
(230,179,241)
#E9BCF2
(233,188,242)
#ECC5F3
(236,197,243)
#EFCEF4
(239,206,244)
#F2D7F5
(242,215,245)
#F5E0F6
(245,224,246)
#F8E9F7
(248,233,247)
#FBF2F8
(251,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD98EE; }

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

This text font color is #DD98EE.

Background Color

.myBgColor { background-color: #DD98EE; }

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

This div background color is #DD98EE.

Border color

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

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

This div border color is #DD98EE.

Opacity

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

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

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

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

This text has shadow with #DD98EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD98EE.

Preview

Color preview on black background

This text has color #DD98EE on black background.


Color preview on white background

This text has color #DD98EE on white background.


Black color preview on #DD98EE background

This text has black color on #DD98EE background.


White color preview on #DD98EE background

This text has white color on #DD98EE background.


Related colors

Complementary color

Complementary color for #hex is #226711.


I love getcolorcode.com

Triadic colors

1 #EEDD98 and #98EEDD with #DD98EE are triadic colors.

2 #EE98DD and #98DDEE with #DD98EE are triadic colors.