Shades of Pale Magenta #FF82DF
Tints of Pale Magenta #FF82DF
RGB
CMYK
RGB Variations
Color information
#FF82DF (or 0xFF82DF) is known color: Pale Magenta. HEX triplet: FF, 82 and DF. RGB value is (255,130,223). Sum of RGB (Red+Green+Blue) = 255+130+223=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 130 (51.17% from 255 or 21.38% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82DF is #007D20. Grayscale: #B1B1B1. Windows color (decimal): -32033 or 14648063. OLE color: 14648063.
HSL color Cylindrical-coordinate representation of color #FF82DF: hue angle of 315.36º 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 #FF82DF is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 223 | - |
| CMYK | 0 | 0.49 | 0.13 | 0 |
| HSL | 315.36º | 1% | 0.75% | - |
| HSV(B) | 315.36º | 0.49% | 1% | - |
| XYZ | 62.54 | 42.55 | 74.73 | - |
| YUV | 177.98 | 153.41 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 223 | 0 | 0.49 | 0.13 | 0 | 315.36 | 1 | 0.75 |
| Hex | FF | 82 | DF | 0 | 31 | D | 0 | 13B | 64 | 4B |
| Octal | 377 | 202 | 337 | 0 | 61 | 15 | 0 | 473 | 144 | 113 |
| Binary | 11111111 | 10000010 | 11011111 | 0 | 110001 | 1101 | 0 | 100111011 | 1100100 | 1001011 |
Color Harmonies of #FF82DF
Complementary color
Monochromatic Colors of #FF82DF
Black with #FF82DF
Text Example
Text Example
White with #FF82DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF82DF; }
p { color: rgb(255,130,223); }
H1.HeaderClassName
{
color: #FF82DF;
}
.AnyTagClassName
{
color: #FF82DF;
}
</style>
background-color css
<style>
a { background-color: #FF82DF; }
a { background-color: rgb(255,130,223); }
div.DivClassName
{
background-color: #FF82DF;
}
.BgClassName
{
background-color: #FF82DF;
}
</style>
border-color css
<style>
span { border-color: #FF82DF; }
span { border-color: rgb(255,130,223); }
td.TdClassName
{
border-color: #FF82DF;
}
.TagClassName
{
border-color: #FF82DF;
}
</style>