Shades of Pale Magenta #FF87DA
Tints of Pale Magenta #FF87DA
RGB
CMYK
RGB Variations
Color information
#FF87DA (or 0xFF87DA) is known color: Pale Magenta. HEX triplet: FF, 87 and DA. RGB value is (255,135,218). Sum of RGB (Red+Green+Blue) = 255+135+218=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 135 (53.12% from 255 or 22.20% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF87DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF87DA is #007825. Grayscale: #B4B4B4. Windows color (decimal): -30758 or 14321663. OLE color: 14321663.
HSL color Cylindrical-coordinate representation of color #FF87DA: hue angle of 318.5º 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 #FF87DA is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 218 | - |
| CMYK | 0 | 0.47 | 0.15 | 0 |
| HSL | 318.5º | 1% | 0.76% | - |
| HSV(B) | 318.5º | 0.47% | 1% | - |
| XYZ | 62.56 | 43.65 | 71.46 | - |
| YUV | 180.34 | 149.26 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 218 | 0 | 0.47 | 0.15 | 0 | 318.5 | 1 | 0.76 |
| Hex | FF | 87 | DA | 0 | 2F | F | 0 | 13E | 64 | 4C |
| Octal | 377 | 207 | 332 | 0 | 57 | 17 | 0 | 476 | 144 | 114 |
| Binary | 11111111 | 10000111 | 11011010 | 0 | 101111 | 1111 | 0 | 100111110 | 1100100 | 1001100 |
Color Harmonies of #FF87DA
Complementary color
Monochromatic Colors of #FF87DA
Black with #FF87DA
Text Example
Text Example
White with #FF87DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF87DA; }
p { color: rgb(255,135,218); }
H1.HeaderClassName
{
color: #FF87DA;
}
.AnyTagClassName
{
color: #FF87DA;
}
</style>
background-color css
<style>
a { background-color: #FF87DA; }
a { background-color: rgb(255,135,218); }
div.DivClassName
{
background-color: #FF87DA;
}
.BgClassName
{
background-color: #FF87DA;
}
</style>
border-color css
<style>
span { border-color: #FF87DA; }
span { border-color: rgb(255,135,218); }
td.TdClassName
{
border-color: #FF87DA;
}
.TagClassName
{
border-color: #FF87DA;
}
</style>