HEX: #FF88DD
RGB: (255,136,221)
#FF88DD contains mainly red and blue colors. Web safe color of #FF88DD is #FF99CC (or #F9C).
#FF88DD color RGB value is (255,136,221).
RGB: (255,136,221)
(100%, 53%, 87%)
R 255 of 255 = 100%
G 136 of 255 = 53%
B 221 of 255 = 87%
R + G + B ~ 80%. #FF88DD is quite light color.
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'%
#FF88DD color CMYK value is (0,47,13,0).
CMYK: (0,47,13,0) C0M47Y13K0 (0%,47%,13%,0%) (0.00/0.47/0.13/0.00)
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 of #FF88DD
Tints of #FF88DD
Examples of css and html codes for elements with #FF88DD color. Also use rgb(255,136,221) instead hex code.
.myTextColor { color: #FF88DD; }
<p style="color:#FF88DD">This sample text font color is #FF88DD.</p>
This text font color is #FF88DD.
.myBgColor { background-color: #FF88DD; }
<div style="background-color:#FF88DD">Inner text</div>
This div background color is #FF88DD.
.myBorderColor { border: 1px solid #FF88DD; }
<div style="border:3px solid #FF88DD">Div</div>
This div border color is #FF88DD.
.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%.
.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.
/* 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 text has color #FF88DD on black background.
This text has color #FF88DD on white background.
This text has black color on #FF88DD background.
This text has white color on #FF88DD background.
Complementary color for #hex is #007722.