Shades of Pale Magenta #FF80DC
Tints of Pale Magenta #FF80DC
RGB
CMYK
RGB Variations
Color information
#FF80DC (or 0xFF80DC) is known color: Pale Magenta. HEX triplet: FF, 80 and DC. RGB value is (255,128,220). Sum of RGB (Red+Green+Blue) = 255+128+220=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 128 (50.39% from 255 or 21.23% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80DC is #007F23. Grayscale: #B0B0B0. Windows color (decimal): -32548 or 14450943. OLE color: 14450943.
HSL color Cylindrical-coordinate representation of color #FF80DC: hue angle of 316.54º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF80DC is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 220 | - |
| CMYK | 0 | 0.50 | 0.14 | 0 |
| HSL | 316.54º | 1% | 0.75% | - |
| HSV(B) | 316.54º | 0.5% | 1% | - |
| XYZ | 61.88 | 41.87 | 72.53 | - |
| YUV | 176.46 | 152.58 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 220 | 0 | 0.50 | 0.14 | 0 | 316.54 | 1 | 0.75 |
| Hex | FF | 80 | DC | 0 | 32 | E | 0 | 13D | 64 | 4B |
| Octal | 377 | 200 | 334 | 0 | 62 | 16 | 0 | 475 | 144 | 113 |
| Binary | 11111111 | 10000000 | 11011100 | 0 | 110010 | 1110 | 0 | 100111101 | 1100100 | 1001011 |
Color Harmonies of #FF80DC
Complementary color
Monochromatic Colors of #FF80DC
Black with #FF80DC
Text Example
Text Example
White with #FF80DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80DC; }
p { color: rgb(255,128,220); }
H1.HeaderClassName
{
color: #FF80DC;
}
.AnyTagClassName
{
color: #FF80DC;
}
</style>
background-color css
<style>
a { background-color: #FF80DC; }
a { background-color: rgb(255,128,220); }
div.DivClassName
{
background-color: #FF80DC;
}
.BgClassName
{
background-color: #FF80DC;
}
</style>
border-color css
<style>
span { border-color: #FF80DC; }
span { border-color: rgb(255,128,220); }
td.TdClassName
{
border-color: #FF80DC;
}
.TagClassName
{
border-color: #FF80DC;
}
</style>