Shades of Pale Magenta #FF87D6
Tints of Pale Magenta #FF87D6
RGB
CMYK
RGB Variations
Color information
#FF87D6 (or 0xFF87D6) is known color: Pale Magenta. HEX triplet: FF, 87 and D6. RGB value is (255,135,214). Sum of RGB (Red+Green+Blue) = 255+135+214=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 135 (53.12% from 255 or 22.35% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF87D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF87D6 is #007829. Grayscale: #B3B3B3. Windows color (decimal): -30762 or 14059519. OLE color: 14059519.
HSL color Cylindrical-coordinate representation of color #FF87D6: hue angle of 320.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 #FF87D6 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 214 | - |
| CMYK | 0 | 0.47 | 0.16 | 0 |
| HSL | 320.5º | 1% | 0.76% | - |
| HSV(B) | 320.5º | 0.47% | 1% | - |
| XYZ | 62.04 | 43.44 | 68.73 | - |
| YUV | 179.89 | 147.26 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 214 | 0 | 0.47 | 0.16 | 0 | 320.5 | 1 | 0.76 |
| Hex | FF | 87 | D6 | 0 | 2F | 10 | 0 | 140 | 64 | 4C |
| Octal | 377 | 207 | 326 | 0 | 57 | 20 | 0 | 500 | 144 | 114 |
| Binary | 11111111 | 10000111 | 11010110 | 0 | 101111 | 10000 | 0 | 101000000 | 1100100 | 1001100 |
Color Harmonies of #FF87D6
Complementary color
Monochromatic Colors of #FF87D6
Black with #FF87D6
Text Example
Text Example
White with #FF87D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF87D6; }
p { color: rgb(255,135,214); }
H1.HeaderClassName
{
color: #FF87D6;
}
.AnyTagClassName
{
color: #FF87D6;
}
</style>
background-color css
<style>
a { background-color: #FF87D6; }
a { background-color: rgb(255,135,214); }
div.DivClassName
{
background-color: #FF87D6;
}
.BgClassName
{
background-color: #FF87D6;
}
</style>
border-color css
<style>
span { border-color: #FF87D6; }
span { border-color: rgb(255,135,214); }
td.TdClassName
{
border-color: #FF87D6;
}
.TagClassName
{
border-color: #FF87D6;
}
</style>