Shades of Pale Magenta #FF82DE
Tints of Pale Magenta #FF82DE
RGB
CMYK
RGB Variations
Color information
#FF82DE (or 0xFF82DE) is known color: Pale Magenta. HEX triplet: FF, 82 and DE. RGB value is (255,130,222). Sum of RGB (Red+Green+Blue) = 255+130+222=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 130 (51.17% from 255 or 21.42% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82DE is #007D21. Grayscale: #B1B1B1. Windows color (decimal): -32034 or 14582527. OLE color: 14582527.
HSL color Cylindrical-coordinate representation of color #FF82DE: hue angle of 315.84º 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 #FF82DE is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 222 | - |
| CMYK | 0 | 0.49 | 0.13 | 0 |
| HSL | 315.84º | 1% | 0.75% | - |
| HSV(B) | 315.84º | 0.49% | 1% | - |
| XYZ | 62.41 | 42.5 | 74.02 | - |
| YUV | 177.86 | 152.91 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 222 | 0 | 0.49 | 0.13 | 0 | 315.84 | 1 | 0.75 |
| Hex | FF | 82 | DE | 0 | 31 | D | 0 | 13C | 64 | 4B |
| Octal | 377 | 202 | 336 | 0 | 61 | 15 | 0 | 474 | 144 | 113 |
| Binary | 11111111 | 10000010 | 11011110 | 0 | 110001 | 1101 | 0 | 100111100 | 1100100 | 1001011 |
Color Harmonies of #FF82DE
Complementary color
Monochromatic Colors of #FF82DE
Black with #FF82DE
Text Example
Text Example
White with #FF82DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF82DE; }
p { color: rgb(255,130,222); }
H1.HeaderClassName
{
color: #FF82DE;
}
.AnyTagClassName
{
color: #FF82DE;
}
</style>
background-color css
<style>
a { background-color: #FF82DE; }
a { background-color: rgb(255,130,222); }
div.DivClassName
{
background-color: #FF82DE;
}
.BgClassName
{
background-color: #FF82DE;
}
</style>
border-color css
<style>
span { border-color: #FF82DE; }
span { border-color: rgb(255,130,222); }
td.TdClassName
{
border-color: #FF82DE;
}
.TagClassName
{
border-color: #FF82DE;
}
</style>