Shades of Pale Magenta #FF87D9
Tints of Pale Magenta #FF87D9
RGB
CMYK
RGB Variations
Color information
#FF87D9 (or 0xFF87D9) is known color: Pale Magenta. HEX triplet: FF, 87 and D9. RGB value is (255,135,217). Sum of RGB (Red+Green+Blue) = 255+135+217=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 135 (53.12% from 255 or 22.24% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF87D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF87D9 is #007826. Grayscale: #B4B4B4. Windows color (decimal): -30759 or 14256127. OLE color: 14256127.
HSL color Cylindrical-coordinate representation of color #FF87D9: hue angle of 319º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF87D9 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 217 | - |
| CMYK | 0 | 0.47 | 0.15 | 0 |
| HSL | 319º | 1% | 0.76% | - |
| HSV(B) | 319º | 0.47% | 1% | - |
| XYZ | 62.43 | 43.6 | 70.77 | - |
| YUV | 180.23 | 148.76 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 217 | 0 | 0.47 | 0.15 | 0 | 319 | 1 | 0.76 |
| Hex | FF | 87 | D9 | 0 | 2F | F | 0 | 13F | 64 | 4C |
| Octal | 377 | 207 | 331 | 0 | 57 | 17 | 0 | 477 | 144 | 114 |
| Binary | 11111111 | 10000111 | 11011001 | 0 | 101111 | 1111 | 0 | 100111111 | 1100100 | 1001100 |
Color Harmonies of #FF87D9
Complementary color
Monochromatic Colors of #FF87D9
Black with #FF87D9
Text Example
Text Example
White with #FF87D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF87D9; }
p { color: rgb(255,135,217); }
H1.HeaderClassName
{
color: #FF87D9;
}
.AnyTagClassName
{
color: #FF87D9;
}
</style>
background-color css
<style>
a { background-color: #FF87D9; }
a { background-color: rgb(255,135,217); }
div.DivClassName
{
background-color: #FF87D9;
}
.BgClassName
{
background-color: #FF87D9;
}
</style>
border-color css
<style>
span { border-color: #FF87D9; }
span { border-color: rgb(255,135,217); }
td.TdClassName
{
border-color: #FF87D9;
}
.TagClassName
{
border-color: #FF87D9;
}
</style>