Shades of Pale Magenta #FF81DF
Tints of Pale Magenta #FF81DF
RGB
CMYK
RGB Variations
Color information
#FF81DF (or 0xFF81DF) is known color: Pale Magenta. HEX triplet: FF, 81 and DF. RGB value is (255,129,223). Sum of RGB (Red+Green+Blue) = 255+129+223=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 129 (50.78% from 255 or 21.25% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF81DF is #007E20. Grayscale: #B1B1B1. Windows color (decimal): -32289 or 14647807. OLE color: 14647807.
HSL color Cylindrical-coordinate representation of color #FF81DF: hue angle of 315.24º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF81DF is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 223 | - |
| CMYK | 0 | 0.49 | 0.13 | 0 |
| HSL | 315.24º | 1% | 0.75% | - |
| HSV(B) | 315.24º | 0.49% | 1% | - |
| XYZ | 62.41 | 42.29 | 74.69 | - |
| YUV | 177.39 | 153.74 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 223 | 0 | 0.49 | 0.13 | 0 | 315.24 | 1 | 0.75 |
| Hex | FF | 81 | DF | 0 | 31 | D | 0 | 13B | 64 | 4B |
| Octal | 377 | 201 | 337 | 0 | 61 | 15 | 0 | 473 | 144 | 113 |
| Binary | 11111111 | 10000001 | 11011111 | 0 | 110001 | 1101 | 0 | 100111011 | 1100100 | 1001011 |
Color Harmonies of #FF81DF
Complementary color
Monochromatic Colors of #FF81DF
Black with #FF81DF
Text Example
Text Example
White with #FF81DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF81DF; }
p { color: rgb(255,129,223); }
H1.HeaderClassName
{
color: #FF81DF;
}
.AnyTagClassName
{
color: #FF81DF;
}
</style>
background-color css
<style>
a { background-color: #FF81DF; }
a { background-color: rgb(255,129,223); }
div.DivClassName
{
background-color: #FF81DF;
}
.BgClassName
{
background-color: #FF81DF;
}
</style>
border-color css
<style>
span { border-color: #FF81DF; }
span { border-color: rgb(255,129,223); }
td.TdClassName
{
border-color: #FF81DF;
}
.TagClassName
{
border-color: #FF81DF;
}
</style>