COLOR #DF8FD8

HEX: #DF8FD8 RGB: (223,143,216)

Color info

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

RGB color model

#DF8FD8 color RGB value is (223,143,216).

RGB: (223,143,216) (87%, 56%, 85%)

RGB channels and saturation

R 223 of 255 = 87%
G 143 of 255 = 56%
B 216 of 255 = 85%

223
143
216

R + G + B ~ 76%. #DF8FD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 143 + 216 = 582 (100%)
R 223 of 582 ~ 38.32%
G 143 of 582 ~ 24.57%
B 216 of 582 ~ 37.11'%

%38.32
%24.57
%37.11

CMYK color model

#DF8FD8 color CMYK value is (0,36,3,13).

  • cyan value is 0.00%
  • magenta value is 35.87%
  • yellow value is 3.14%
  • key color value is 12.55%

CMYK: (0,36,3,13)
C0M36Y3K13 (0%, 36%, 3%, 13%)
(0.00 / 0.36 / 0.03 / 0.13)

CMYK percentages

%0
%35.87
%3.14
%12.55

Codes

Color #DF8FD8 in popluar color models

DF 8F D8
RGB 223 143 216
HSL 305° 55.56% 71.76%
HSB/HSV 305° 35.87% 87.45%
CMYK 0.00% 35.87% 3.14%
12.55%

Color #DF8FD8 in popluar number systems.

HEX DF 8F D8
Decimal 223 143 216
Binary 11011111 10001111 11011000
Octal 337 217 330

Shades and tints

Shades of #DF8FD8

#DF8FD8
(223,143,216)
#CB82C5
(203,130,197)
#B775B2
(183,117,178)
#A3689F
(163,104,159)
#8F5B8C
(143,91,140)
#7B4E79
(123,78,121)
#674166
(103,65,102)
#533453
(83,52,83)
#3F2740
(63,39,64)
#2B1A2D
(43,26,45)
#170D1A
(23,13,26)
#000000
(0,0,0)

Tints of #DF8FD8

#DF8FD8
(223,143,216)
#E199DB
(225,153,219)
#E3A3DE
(227,163,222)
#E5ADE1
(229,173,225)
#E7B7E4
(231,183,228)
#E9C1E7
(233,193,231)
#EBCBEA
(235,203,234)
#EDD5ED
(237,213,237)
#EFDFF0
(239,223,240)
#F1E9F3
(241,233,243)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF8FD8 color. Also use rgb(223,143,216) instead hex code.

Text Font Color

.myTextColor { color: #DF8FD8; }

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

This text font color is #DF8FD8.

Background Color

.myBgColor { background-color: #DF8FD8; }

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

This div background color is #DF8FD8.

Border color

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

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

This div border color is #DF8FD8.

Opacity

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

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

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

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

This text has shadow with #DF8FD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF8FD8.

Preview

Color preview on black background

This text has color #DF8FD8 on black background.


Color preview on white background

This text has color #DF8FD8 on white background.


Black color preview on #DF8FD8 background

This text has black color on #DF8FD8 background.


White color preview on #DF8FD8 background

This text has white color on #DF8FD8 background.


Related colors

Complementary color

Complementary color for #hex is #207027.


I love getcolorcode.com

Triadic colors

1 #D8DF8F and #8FD8DF with #DF8FD8 are triadic colors.

2 #D88FDF and #8FDFD8 with #DF8FD8 are triadic colors.