Shades of Pale Magenta #FF88DF
Tints of Pale Magenta #FF88DF
RGB
CMYK
RGB Variations
Color information
#FF88DF (or 0xFF88DF) is known color: Pale Magenta. HEX triplet: FF, 88 and DF. RGB value is (255,136,223). Sum of RGB (Red+Green+Blue) = 255+136+223=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 136 (53.52% from 255 or 22.15% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF88DF is #007720. Grayscale: #B5B5B5. Windows color (decimal): -30497 or 14649599. OLE color: 14649599.
HSL color Cylindrical-coordinate representation of color #FF88DF: hue angle of 316.13º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF88DF is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 223 | - |
| CMYK | 0 | 0.47 | 0.13 | 0 |
| HSL | 316.13º | 1% | 0.77% | - |
| HSV(B) | 316.13º | 0.47% | 1% | - |
| XYZ | 63.36 | 44.2 | 75 | - |
| YUV | 181.5 | 151.42 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 223 | 0 | 0.47 | 0.13 | 0 | 316.13 | 1 | 0.77 |
| Hex | FF | 88 | DF | 0 | 2F | D | 0 | 13C | 64 | 4D |
| Octal | 377 | 210 | 337 | 0 | 57 | 15 | 0 | 474 | 144 | 115 |
| Binary | 11111111 | 10001000 | 11011111 | 0 | 101111 | 1101 | 0 | 100111100 | 1100100 | 1001101 |
Color Harmonies of #FF88DF
Complementary color
Monochromatic Colors of #FF88DF
Black with #FF88DF
Text Example
Text Example
White with #FF88DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF88DF; }
p { color: rgb(255,136,223); }
H1.HeaderClassName
{
color: #FF88DF;
}
.AnyTagClassName
{
color: #FF88DF;
}
</style>
background-color css
<style>
a { background-color: #FF88DF; }
a { background-color: rgb(255,136,223); }
div.DivClassName
{
background-color: #FF88DF;
}
.BgClassName
{
background-color: #FF88DF;
}
</style>
border-color css
<style>
span { border-color: #FF88DF; }
span { border-color: rgb(255,136,223); }
td.TdClassName
{
border-color: #FF88DF;
}
.TagClassName
{
border-color: #FF88DF;
}
</style>