Shades of Pale Magenta #FF83D9
Tints of Pale Magenta #FF83D9
RGB
CMYK
RGB Variations
Color information
#FF83D9 (or 0xFF83D9) is known color: Pale Magenta. HEX triplet: FF, 83 and D9. RGB value is (255,131,217). Sum of RGB (Red+Green+Blue) = 255+131+217=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 131 (51.56% from 255 or 21.72% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83D9 is #007C26. Grayscale: #B1B1B1. Windows color (decimal): -31783 or 14255103. OLE color: 14255103.
HSL color Cylindrical-coordinate representation of color #FF83D9: hue angle of 318.39º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF83D9 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 217 | - |
| CMYK | 0 | 0.49 | 0.15 | 0 |
| HSL | 318.39º | 1% | 0.76% | - |
| HSV(B) | 318.39º | 0.49% | 1% | - |
| XYZ | 61.88 | 42.5 | 70.59 | - |
| YUV | 177.88 | 150.08 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 217 | 0 | 0.49 | 0.15 | 0 | 318.39 | 1 | 0.76 |
| Hex | FF | 83 | D9 | 0 | 31 | F | 0 | 13E | 64 | 4C |
| Octal | 377 | 203 | 331 | 0 | 61 | 17 | 0 | 476 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11011001 | 0 | 110001 | 1111 | 0 | 100111110 | 1100100 | 1001100 |
Color Harmonies of #FF83D9
Complementary color
Monochromatic Colors of #FF83D9
Black with #FF83D9
Text Example
Text Example
White with #FF83D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83D9; }
p { color: rgb(255,131,217); }
H1.HeaderClassName
{
color: #FF83D9;
}
.AnyTagClassName
{
color: #FF83D9;
}
</style>
background-color css
<style>
a { background-color: #FF83D9; }
a { background-color: rgb(255,131,217); }
div.DivClassName
{
background-color: #FF83D9;
}
.BgClassName
{
background-color: #FF83D9;
}
</style>
border-color css
<style>
span { border-color: #FF83D9; }
span { border-color: rgb(255,131,217); }
td.TdClassName
{
border-color: #FF83D9;
}
.TagClassName
{
border-color: #FF83D9;
}
</style>