COLOR #DF98D4

HEX: #DF98D4
RGB: (223,152,212)

Color info

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

RGB color model

#DF98D4 color RGB value is (223,152,212).

  • red value is 223;
  • green value is 152;
  • blue value is 212.
RGB:
(223,152,212)
(87%,60%,83%)

RGB channels and saturation

R 223 of 255 = 87%
G 152 of 255 = 60%
B 212 of 255 = 83%

223
152
212

R + G + B ~ 77%. #DF98D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 152 + 212 = 587 (100%)
R 223 of 587 ~ 37.99%
G 152 of 587 ~ 25.89%
B 212 of 587 ~ 36.12%

%37.99
%25.89
%36.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.84%
  • yellow value is 4.93%
  • key color value is 12.55%
CMYK:
(0,32,5,13)
C0M32Y5K13 
(0%,32%,5%,13%)
(0.00/0.32/0.05/0.13)	

CMYK percentages

%0
%31.84
%4.93
%12.55

Codes

Color #DF98D4 in popluar color models

DF98D4
RGB223152212
HSL309°52.59%73.53%
HSB/HSV309°31.84%87.45%
CMYK0.00%31.84%4.93%
12.55%

Color #DF98D4 in popluar number systems.

HEXDF98D4
Decimal223152212
Binary110111111001100011010100
Octal337230324

Shades and tints

Shades of #DF98D4

#DF98D4
(223,152,212)
#CB8BC1
(203,139,193)
#B77EAE
(183,126,174)
#A3719B
(163,113,155)
#8F6488
(143,100,136)
#7B5775
(123,87,117)
#674A62
(103,74,98)
#533D4F
(83,61,79)
#3F303C
(63,48,60)
#2B2329
(43,35,41)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #DF98D4

#DF98D4
(223,152,212)
#E1A1D7
(225,161,215)
#E3AADA
(227,170,218)
#E5B3DD
(229,179,221)
#E7BCE0
(231,188,224)
#E9C5E3
(233,197,227)
#EBCEE6
(235,206,230)
#EDD7E9
(237,215,233)
#EFE0EC
(239,224,236)
#F1E9EF
(241,233,239)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF98D4 color. Also use rgb(223,152,212) instead hex code.

Text Font Color

.myTextColor { color: #DF98D4; }

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

This text font color is #DF98D4.


Background Color

.myBgColor { background-color: #DF98D4; }

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

This div background color is #DF98D4.


Border color

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

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

This div border color is #DF98D4.


Opacity

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

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

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

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

This text has shadow with #DF98D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF98D4 on black background.


Color preview on white background

This text has color #DF98D4 on white background.



Black color preview on #DF98D4 background

This text has black color on #DF98D4 background.


White color preview on #DF98D4 background

This text has white color on #DF98D4 background.