Shades of Pale Magenta #FF84D9
Tints of Pale Magenta #FF84D9
RGB
CMYK
RGB Variations
Color information
#FF84D9 (or 0xFF84D9) is known color: Pale Magenta. HEX triplet: FF, 84 and D9. RGB value is (255,132,217). Sum of RGB (Red+Green+Blue) = 255+132+217=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 132 (51.95% from 255 or 21.85% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84D9 is #007B26. Grayscale: #B2B2B2. Windows color (decimal): -31527 or 14255359. OLE color: 14255359.
HSL color Cylindrical-coordinate representation of color #FF84D9: hue angle of 318.54º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF84D9 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 217 | - |
| CMYK | 0 | 0.48 | 0.15 | 0 |
| HSL | 318.54º | 1% | 0.76% | - |
| HSV(B) | 318.54º | 0.48% | 1% | - |
| XYZ | 62.02 | 42.77 | 70.63 | - |
| YUV | 178.47 | 149.75 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 217 | 0 | 0.48 | 0.15 | 0 | 318.54 | 1 | 0.76 |
| Hex | FF | 84 | D9 | 0 | 30 | F | 0 | 13F | 64 | 4C |
| Octal | 377 | 204 | 331 | 0 | 60 | 17 | 0 | 477 | 144 | 114 |
| Binary | 11111111 | 10000100 | 11011001 | 0 | 110000 | 1111 | 0 | 100111111 | 1100100 | 1001100 |
Color Harmonies of #FF84D9
Complementary color
Monochromatic Colors of #FF84D9
Black with #FF84D9
Text Example
Text Example
White with #FF84D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF84D9; }
p { color: rgb(255,132,217); }
H1.HeaderClassName
{
color: #FF84D9;
}
.AnyTagClassName
{
color: #FF84D9;
}
</style>
background-color css
<style>
a { background-color: #FF84D9; }
a { background-color: rgb(255,132,217); }
div.DivClassName
{
background-color: #FF84D9;
}
.BgClassName
{
background-color: #FF84D9;
}
</style>
border-color css
<style>
span { border-color: #FF84D9; }
span { border-color: rgb(255,132,217); }
td.TdClassName
{
border-color: #FF84D9;
}
.TagClassName
{
border-color: #FF84D9;
}
</style>