Shades of Pale Magenta #FF88DC
Tints of Pale Magenta #FF88DC
RGB
CMYK
RGB Variations
Color information
#FF88DC (or 0xFF88DC) is known color: Pale Magenta. HEX triplet: FF, 88 and DC. RGB value is (255,136,220). Sum of RGB (Red+Green+Blue) = 255+136+220=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 136 (53.52% from 255 or 22.26% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF88DC is #007723. Grayscale: #B4B4B4. Windows color (decimal): -30500 or 14452991. OLE color: 14452991.
HSL color Cylindrical-coordinate representation of color #FF88DC: hue angle of 317.65º 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 #FF88DC is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 220 | - |
| CMYK | 0 | 0.47 | 0.14 | 0 |
| HSL | 317.65º | 1% | 0.77% | - |
| HSV(B) | 317.65º | 0.47% | 1% | - |
| XYZ | 62.96 | 44.04 | 72.89 | - |
| YUV | 181.16 | 149.92 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 220 | 0 | 0.47 | 0.14 | 0 | 317.65 | 1 | 0.77 |
| Hex | FF | 88 | DC | 0 | 2F | E | 0 | 13E | 64 | 4D |
| Octal | 377 | 210 | 334 | 0 | 57 | 16 | 0 | 476 | 144 | 115 |
| Binary | 11111111 | 10001000 | 11011100 | 0 | 101111 | 1110 | 0 | 100111110 | 1100100 | 1001101 |
Color Harmonies of #FF88DC
Complementary color
Monochromatic Colors of #FF88DC
Black with #FF88DC
Text Example
Text Example
White with #FF88DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF88DC; }
p { color: rgb(255,136,220); }
H1.HeaderClassName
{
color: #FF88DC;
}
.AnyTagClassName
{
color: #FF88DC;
}
</style>
background-color css
<style>
a { background-color: #FF88DC; }
a { background-color: rgb(255,136,220); }
div.DivClassName
{
background-color: #FF88DC;
}
.BgClassName
{
background-color: #FF88DC;
}
</style>
border-color css
<style>
span { border-color: #FF88DC; }
span { border-color: rgb(255,136,220); }
td.TdClassName
{
border-color: #FF88DC;
}
.TagClassName
{
border-color: #FF88DC;
}
</style>