#FF80DC (or 0xFF80DC) is unknown color: approx 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.
<style> p { color: #FF80DC; } p { color: rgb(255,128,220); } H1.HeaderClassName { color: #FF80DC; } .AnyTagClassName { color: #FF80DC; } </style>
<style> a { background-color: #FF80DC; } a { background-color: rgb(255,128,220); } div.DivClassName { background-color: #FF80DC; } .BgClassName { background-color: #FF80DC; } </style>
<style> span { border-color: #FF80DC; } span { border-color: rgb(255,128,220); } td.TdClassName { border-color: #FF80DC; } .TagClassName { border-color: #FF80DC; } </style>