COLOR #DF88DE

HEX: #DF88DE RGB: (223,136,222)

Color info

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

RGB color model

#DF88DE color RGB value is (223,136,222).

RGB: (223,136,222) (87%, 53%, 87%)

RGB channels and saturation

R 223 of 255 = 87%
G 136 of 255 = 53%
B 222 of 255 = 87%

223
136
222

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

Portions of RGB colors in percentages

R + G + B = 223 + 136 + 222 = 581 (100%)
R 223 of 581 ~ 38.38%
G 136 of 581 ~ 23.41%
B 222 of 581 ~ 38.21'%

%38.38
%23.41
%38.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.01%
  • yellow value is 0.45%
  • key color value is 12.55%

CMYK: (0,39,0,13)
C0M39Y0K13 (0%, 39%, 0%, 13%)
(0.00 / 0.39 / 0.00 / 0.13)

CMYK percentages

%0
%39.01
%0.45
%12.55

Codes

Color #DF88DE in popluar color models

DF 88 DE
RGB 223 136 222
HSL 301° 57.62% 70.39%
HSB/HSV 301° 39.01% 87.45%
CMYK 0.00% 39.01% 0.45%
12.55%

Color #DF88DE in popluar number systems.

HEX DF 88 DE
Decimal 223 136 222
Binary 11011111 10001000 11011110
Octal 337 210 336

Shades and tints

Shades of #DF88DE

#DF88DE
(223,136,222)
#CB7CCA
(203,124,202)
#B770B6
(183,112,182)
#A364A2
(163,100,162)
#8F588E
(143,88,142)
#7B4C7A
(123,76,122)
#674066
(103,64,102)
#533452
(83,52,82)
#3F283E
(63,40,62)
#2B1C2A
(43,28,42)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #DF88DE

#DF88DE
(223,136,222)
#E192E1
(225,146,225)
#E39CE4
(227,156,228)
#E5A6E7
(229,166,231)
#E7B0EA
(231,176,234)
#E9BAED
(233,186,237)
#EBC4F0
(235,196,240)
#EDCEF3
(237,206,243)
#EFD8F6
(239,216,246)
#F1E2F9
(241,226,249)
#F3ECFC
(243,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF88DE color. Also use rgb(223,136,222) instead hex code.

Text Font Color

.myTextColor { color: #DF88DE; }

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

This text font color is #DF88DE.

Background Color

.myBgColor { background-color: #DF88DE; }

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

This div background color is #DF88DE.

Border color

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

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

This div border color is #DF88DE.

Opacity

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

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

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

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

This text has shadow with #DF88DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF88DE.

Preview

Color preview on black background

This text has color #DF88DE on black background.


Color preview on white background

This text has color #DF88DE on white background.


Black color preview on #DF88DE background

This text has black color on #DF88DE background.


White color preview on #DF88DE background

This text has white color on #DF88DE background.


Related colors

Complementary color

Complementary color for #hex is #207721.


I love getcolorcode.com

Triadic colors

1 #DEDF88 and #88DEDF with #DF88DE are triadic colors.

2 #DE88DF and #88DFDE with #DF88DE are triadic colors.