Shades of Pale Magenta #FF82DC
Tints of Pale Magenta #FF82DC
RGB
CMYK
RGB Variations
Color information
#FF82DC (or 0xFF82DC) is known color: Pale Magenta. HEX triplet: FF, 82 and DC. RGB value is (255,130,220). Sum of RGB (Red+Green+Blue) = 255+130+220=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 130 (51.17% from 255 or 21.49% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82DC is #007D23. Grayscale: #B1B1B1. Windows color (decimal): -32036 or 14451455. OLE color: 14451455.
HSL color Cylindrical-coordinate representation of color #FF82DC: hue angle of 316.8º 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 #FF82DC is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 220 | - |
| CMYK | 0 | 0.49 | 0.14 | 0 |
| HSL | 316.8º | 1% | 0.75% | - |
| HSV(B) | 316.8º | 0.49% | 1% | - |
| XYZ | 62.14 | 42.39 | 72.62 | - |
| YUV | 177.64 | 151.91 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 220 | 0 | 0.49 | 0.14 | 0 | 316.8 | 1 | 0.75 |
| Hex | FF | 82 | DC | 0 | 31 | E | 0 | 13D | 64 | 4B |
| Octal | 377 | 202 | 334 | 0 | 61 | 16 | 0 | 475 | 144 | 113 |
| Binary | 11111111 | 10000010 | 11011100 | 0 | 110001 | 1110 | 0 | 100111101 | 1100100 | 1001011 |
Color Harmonies of #FF82DC
Complementary color
Monochromatic Colors of #FF82DC
Black with #FF82DC
Text Example
Text Example
White with #FF82DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF82DC; }
p { color: rgb(255,130,220); }
H1.HeaderClassName
{
color: #FF82DC;
}
.AnyTagClassName
{
color: #FF82DC;
}
</style>
background-color css
<style>
a { background-color: #FF82DC; }
a { background-color: rgb(255,130,220); }
div.DivClassName
{
background-color: #FF82DC;
}
.BgClassName
{
background-color: #FF82DC;
}
</style>
border-color css
<style>
span { border-color: #FF82DC; }
span { border-color: rgb(255,130,220); }
td.TdClassName
{
border-color: #FF82DC;
}
.TagClassName
{
border-color: #FF82DC;
}
</style>