COLOR #DF89C8

HEX: #DF89C8
RGB: (223,137,200)

Color info

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

RGB color model

#DF89C8 color RGB value is (223,137,200).

  • red value is 223;
  • green value is 137;
  • blue value is 200.
RGB:
(223,137,200)
(87%,54%,78%)

RGB channels and saturation

R 223 of 255 = 87%
G 137 of 255 = 54%
B 200 of 255 = 78%

223
137
200

R + G + B ~ 73%. #DF89C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 137 + 200 = 560 (100%)
R 223 of 560 ~ 39.82%
G 137 of 560 ~ 24.46%
B 200 of 560 ~ 35.71%

%39.82
%24.46
%35.71

CMYK color model

#DF89C8 color CMYK value is (0,39,10,13).

  • cyan value is 0.00%
  • magenta value is 38.57%
  • yellow value is 10.31%
  • key color value is 12.55%
CMYK:
(0,39,10,13)
C0M39Y10K13 
(0%,39%,10%,13%)
(0.00/0.39/0.10/0.13)	

CMYK percentages

%0
%38.57
%10.31
%12.55

Codes

Color #DF89C8 in popluar color models

DF89C8
RGB223137200
HSL316°57.33%70.59%
HSB/HSV316°38.57%87.45%
CMYK0.00%38.57%10.31%
12.55%

Color #DF89C8 in popluar number systems.

HEXDF89C8
Decimal223137200
Binary110111111000100111001000
Octal337211310

Shades and tints

Shades of #DF89C8

#DF89C8
(223,137,200)
#CB7DB6
(203,125,182)
#B771A4
(183,113,164)
#A36592
(163,101,146)
#8F5980
(143,89,128)
#7B4D6E
(123,77,110)
#67415C
(103,65,92)
#53354A
(83,53,74)
#3F2938
(63,41,56)
#2B1D26
(43,29,38)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #DF89C8

#DF89C8
(223,137,200)
#E193CD
(225,147,205)
#E39DD2
(227,157,210)
#E5A7D7
(229,167,215)
#E7B1DC
(231,177,220)
#E9BBE1
(233,187,225)
#EBC5E6
(235,197,230)
#EDCFEB
(237,207,235)
#EFD9F0
(239,217,240)
#F1E3F5
(241,227,245)
#F3EDFA
(243,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF89C8 color. Also use rgb(223,137,200) instead hex code.

Text Font Color

.myTextColor { color: #DF89C8; }

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

This text font color is #DF89C8.


Background Color

.myBgColor { background-color: #DF89C8; }

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

This div background color is #DF89C8.


Border color

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

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

This div border color is #DF89C8.


Opacity

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

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

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

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

This text has shadow with #DF89C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF89C8 on black background.


Color preview on white background

This text has color #DF89C8 on white background.



Black color preview on #DF89C8 background

This text has black color on #DF89C8 background.


White color preview on #DF89C8 background

This text has white color on #DF89C8 background.