Shades of Pale Magenta #FF87DF
Tints of Pale Magenta #FF87DF
RGB
CMYK
RGB Variations
Color information
#FF87DF (or 0xFF87DF) is known color: Pale Magenta. HEX triplet: FF, 87 and DF. RGB value is (255,135,223). Sum of RGB (Red+Green+Blue) = 255+135+223=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 135 (53.12% from 255 or 22.02% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF87DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF87DF is #007820. Grayscale: #B4B4B4. Windows color (decimal): -30753 or 14649343. OLE color: 14649343.
HSL color Cylindrical-coordinate representation of color #FF87DF: hue angle of 316º 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 #FF87DF is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 223 | - |
| CMYK | 0 | 0.47 | 0.13 | 0 |
| HSL | 316º | 1% | 0.76% | - |
| HSV(B) | 316º | 0.47% | 1% | - |
| XYZ | 63.22 | 43.92 | 74.96 | - |
| YUV | 180.91 | 151.76 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 223 | 0 | 0.47 | 0.13 | 0 | 316 | 1 | 0.76 |
| Hex | FF | 87 | DF | 0 | 2F | D | 0 | 13C | 64 | 4C |
| Octal | 377 | 207 | 337 | 0 | 57 | 15 | 0 | 474 | 144 | 114 |
| Binary | 11111111 | 10000111 | 11011111 | 0 | 101111 | 1101 | 0 | 100111100 | 1100100 | 1001100 |
Color Harmonies of #FF87DF
Complementary color
Monochromatic Colors of #FF87DF
Black with #FF87DF
Text Example
Text Example
White with #FF87DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF87DF; }
p { color: rgb(255,135,223); }
H1.HeaderClassName
{
color: #FF87DF;
}
.AnyTagClassName
{
color: #FF87DF;
}
</style>
background-color css
<style>
a { background-color: #FF87DF; }
a { background-color: rgb(255,135,223); }
div.DivClassName
{
background-color: #FF87DF;
}
.BgClassName
{
background-color: #FF87DF;
}
</style>
border-color css
<style>
span { border-color: #FF87DF; }
span { border-color: rgb(255,135,223); }
td.TdClassName
{
border-color: #FF87DF;
}
.TagClassName
{
border-color: #FF87DF;
}
</style>