COLOR #FF88DD

HEX: #FF88DD RGB: (255,136,221)

Color info

#FF88DD contains mainly red and blue colors. Web safe color of #FF88DD is #FF99CC (or #F9C).

RGB color model

#FF88DD color RGB value is (255,136,221).

RGB: (255,136,221) (100%, 53%, 87%)

RGB channels and saturation

R 255 of 255 = 100%
G 136 of 255 = 53%
B 221 of 255 = 87%

255
136
221

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

Portions of RGB colors in percentages

R + G + B = 255 + 136 + 221 = 612 (100%)
R 255 of 612 ~ 41.67%
G 136 of 612 ~ 22.22%
B 221 of 612 ~ 36.11'%

%41.67
%22.22
%36.11

CMYK color model

#FF88DD color CMYK value is (0,47,13,0).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 13.33%
  • key color value is 0.00%
CMYK: (0,47,13,0) C0M47Y13K0 (0%,47%,13%,0%) (0.00/0.47/0.13/0.00) 

CMYK percentages

%0
%46.67
%13.33
%0

Codes

Color #FF88DD in popluar color models

FF 88 DD
RGB 255 136 221
HSL 317° 100.00% 76.67%
HSB/HSV 317° 46.67% 100.00%
CMYK 0.00% 46.67% 13.33%
0.00%

Color #FF88DD in popluar number systems.

HEX FF 88 DD
Decimal 255 136 221
Binary 11111111 10001000 11011101
Octal 377 210 335

Shades and tints

Shades of #FF88DD

#FF88DD
(255,136,221)
#E87CC9
(232,124,201)
#D170B5
(209,112,181)
#BA64A1
(186,100,161)
#A3588D
(163,88,141)
#8C4C79
(140,76,121)
#754065
(117,64,101)
#5E3451
(94,52,81)
#47283D
(71,40,61)
#301C29
(48,28,41)
#191015
(25,16,21)
#000000
(0,0,0)

Tints of #FF88DD

#FF88DD
(255,136,221)
#FF92E0
(255,146,224)
#FF9CE3
(255,156,227)
#FFA6E6
(255,166,230)
#FFB0E9
(255,176,233)
#FFBAEC
(255,186,236)
#FFC4EF
(255,196,239)
#FFCEF2
(255,206,242)
#FFD8F5
(255,216,245)
#FFE2F8
(255,226,248)
#FFECFB
(255,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF88DD color. Also use rgb(255,136,221) instead hex code.

Text Font Color

.myTextColor { color: #FF88DD; }

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

This text font color is #FF88DD.

Background Color

.myBgColor { background-color: #FF88DD; }

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

This div background color is #FF88DD.

Border color

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

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

This div border color is #FF88DD.

Opacity

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

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

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

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

This text has shadow with #FF88DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FF88DD.

Preview

Color preview on black background

This text has color #FF88DD on black background.


Color preview on white background

This text has color #FF88DD on white background.


Black color preview on #FF88DD background

This text has black color on #FF88DD background.


White color preview on #FF88DD background

This text has white color on #FF88DD background.


Related colors

Complementary color

Complementary color for #hex is #007722.


I love getcolorcode.com

Triadic colors

1 #DDFF88 and #88DDFF with #FF88DD are triadic colors.

2 #DD88FF and #88FFDD with #FF88DD are triadic colors.